OWBasic for Pocketviewer

Home INTRO Group FORM Alphabetical Index

Selectors for Elements of Forms

Each control of a form is addressed by it's selector. The selector is an integer number consisting of two parts: The main part - a multiple of ten and a minor part the remainder.
Example:


SelectorMain partMinor part
152152
3030

Each independend control has to have a main part different from each other. The minor part is used for returning special values for the status of complex controls:


ControlMinor part of selector
CheckButtons1 - checked
CheckButtons0 - not checked
RadioButtonCode of the selected option

Buttons return that minor part used by creation with FORMENTRY.


Home INTRO Group FORM Alphabetical Index