Advertising banner:
 
 
 LDR1044
 
This is how you enter a field control statement for radio groups:


Syntax
Variable
Meaning
button value/field ID:action
button value
The value assigned to a radio button in this radio group.
field ID
The ID of the field to be controlled when the user selects this button.
action
The action FirstClass will take in the controlled field when the user selects this button.

In the example
0/1003:1;1/1003:0
       0/1003:1 means that when radio button 0 is selected, checkbox 1003 is also selected (1)
       1/1003:0 means that when radio button 1 is selected, checkbox 1003 is cleared (0).
This example shows how one radio group might affect another one:
0/1021:2;1/1021:1
In this example:
       0/1021:2 means that when radio button 0 is selected, radio button 2 of radio group 1021 is also selected
       1/1021:1 means that when radio button 1 is selected, radio button 1 of radio group 1021 is also selected.


hirosue Shino Web Site