Advertising banner:
 
 
 LDR1042
 
This is how you enter a field control statement for checkboxes:


Syntax
Variable
Meaning
state/field ID:action
state
The selected state (0, 1, or 2) of this checkbox.
field ID
The ID of the field to be controlled when the user selects this state.
action
The action FirstClass will take in the controlled field when the user selects this state.

In the example
0/1003:1;1/1003:0
       0/1003:1 means that when the controlling checkbox is cleared (0), checkbox 1003 is selected (1)
       1/1003:0 means that when the controlling checkbox is selected (1), checkbox 1003 is cleared (0).        


hirosue Shino Web Site