Common properties
Common properties can be set and retrieved with the standard MODIFY and INQUIRE statements, acting on the implicit control handle, myDateField in the example above.
The following statement makes the control invisible:
modify myDateField, visible = 0 |