How do I name the screen elements? | Screen elements are:
They are named according to their text as displayed on the screen, in square brackets, e.g. [Translation dte] or [Account number]. Please note that you have to enter the text exactly as it appears on the screen, with the following possible exceptions:
Optionally you may specify the type of the screen element prior to its name, for example if a field and a field group have the same name. The following types are possible:
Examples: del F[Translation
dte]
You can also deal with screen elements without text by using the notation:
If two or more elements with the same name exist, e.g. [Account number], then the first field (from top left to bottom right) gets the normal name [Account number] and those following get a sequence number as suffix: [Account number.2], [Account number.3], ... If two or more tables without a name exist, then the first table is addressed with [table] or T[table] and those that follow get a sequence number as suffix: [table.2] or T[table.2], ... |
Positions | There are three ways to
specify a screen position:
|
Relative Positioning | In order to shift a group of
screen elements en bloc, e.g. radiobuttons, you can use
the Offset
command in the form (row,column). The given offset is
then added to all subsequently specified numerical
coordinates. For example, the following two possibilities
are equivalent: Offset (10,21) and Radiobutton
(10,21) "..." |