Structures for Forms. More...
#include <rvc/dbform.h>
Public Types | |
| enum | CTRLTYPE { CTRLTYPE_Default = 1, CTRLTYPE_Label = 2 } |
| enum | FLAGS { FLAG_CheckMin = 0x0001, FLAG_CheckMax = 0x0002, FLAG_AlignRight = 0x0004 } |
Public Attributes | |
| INT16 | col |
| INT16 | cols |
| FIXEDSTRING< 80 > | desc |
| DOUBLE | dft |
| INT16 | end_col |
| INT16 | end_lin |
| INT16 | end_partial_col |
| INT16 | end_partial_lin |
| UINT32 | flags |
| RVC::OBJECTNAME | fname |
| INT16 | lin |
| INT16 | lins |
| DOUBLE | max |
| DOUBLE | min |
| INT32 | parent |
| INT16 | partial_col |
| INT16 | partial_cols |
| INT16 | partial_lin |
| INT16 | partial_lins |
| INT16 | places |
| UINT8 | spare [4] |
| DOUBLE | sparedouble |
| INT16 | type |
Structures for Forms.
Control type, values for FORMFIELD::type member.
Values for FORMFIELD::flags member.
Shape of editable portion.
Label to put on the field.
For "frames".
Lower right corner.
Field name.
For range checking.
For fields in scrolled list.
Partial lines / cols.
Position in chars and 100ths of a char.
Number of decimal places to show.
1.6.1