Change Status of Form Element
FORMSETSTATUS sel%,bits%
FORMRESETSTATUS sel%,bits%
The status of a form control may be changed by setting and resetting bits in the status. Called with the selector and the values for the bits the procedure FORMSETSTATUS sets the bits, FORMRESETSTATUS resets the bits. You can combine the values of all bits you like to set or reset.
Bitvalue | Meaning |
1 | Control selected |
2 | No frame |
4 | Double frame |
8 | Grayed (inactive) |
16 | Hidden |
32 | Left aligned |
64 | Button frame |
128 | No button-like touch behaviour |
Make sure to preserve the consistency of the controls, e.g. don't "select" two radiobuttons of a group!
|