Advertising banner:
 
 
 LDR1043
 
This is how you enter a field control statement for numbers and slider controls:


Syntax
Variable
Meaning
number/field ID:action
number
The number specified in this field (this can be a hex number, specified as Xnumber).
field ID
The ID of the field to be controlled when the user specifies this number.
action
The action FirstClass will take in the controlled field when the user specifies this number.

In the example
5/1002:S;10/1002:H
       5/1002:S means that when the controlling field contains the value 5, field 1002 is shown (S)
       10/1002:H means that when the controlling field contains the value 10, field 1002 is hidden (H).


hirosue Shino Web Site