Normal Topic Check box element (Read 446 times)
BOBSCOTT
Senior Member
Members
*****
Offline


That Darn Computer #$X#
{curse words}

Posts: 1195
Joined: Nov 22nd, 2002
Check box element
Jul 26th, 2007 at 9:14pm
Print Post Print Post  
Are Check Box Elements NOT usable on tableview subforms?
  

Team – Together Everyone Achieves More
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Check box element
Reply #1 - Jul 26th, 2007 at 9:16pm
Print Post Print Post  
BOBSCOTT wrote on Jul 26th, 2007 at 9:14pm:
Are Check Box Elements NOT usable on tableview subforms?

No special element types are usable in table view subforms. Everything will appear as a table cell (text box).
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
BOBSCOTT
Senior Member
Members
*****
Offline


That Darn Computer #$X#
{curse words}

Posts: 1195
Joined: Nov 22nd, 2002
Re: Check box element
Reply #2 - Jul 26th, 2007 at 9:28pm
Print Post Print Post  
Thanks, Thats a bummer. I have an element on my tableview subform that is turned visible so a user can mark it for selection purposes. Multiple tableview records are selected. I had ben using a text box with code like


     If TransactionShowPOD = "X" Then TransactionShowPOD = ""
else

     If TransactionShowPOD = "" Then TransactionShowPOD = "X"

to toggle between X or no X. However since this is the only element in the tableview subform not read only it automaticaly gets focus in the first subform record when the subform is entered and turns it to an x mistakenly. I guess I can add a single character sized element that is not read only that focus goes to before my 1 real field.

Well thanks again.



  

Team – Together Everyone Achieves More
Back to top
 
IP Logged