Hi Everybody,
I have a FORM with two Checkboxes e.g. "X" and "Y".
How to check which of the keys has been selected?
Example:
case( FORM -> curField
("X"
"Y"
if X Do something_1
else
Do something_2
); end if
); end case
Thanks