Category: FormFields (FFs)

The Original Internet Language

Field WdgEditOptions

Indicates the special editing options applicable to this combo box. Valid Values An integer code, as shown in the table below: Code Meaning 0 Default (normal operation) 1 Track prefix (in Combo-box form fields, automatically select the list item that matches the value entered) 2 Mandatory match (in Combo-box form fields, the value in the…
Read more

Field WdgLabelPosition

The position of the label for this form field. The location of the label varies with the class and subclass of the form field (e.g., a push button’s label appears on the button); the label’s position within the assigned location is set by this attribute. Valid Values An integer code, as shown in the table…
Read more

Field DM

The “display mode” of an object. Indicates the display attributes to be used for an object. Valid Values A 6-character string, containing one or more codes as shown in the table below: Code Meaning N Normal intensity I Invisible R Reverse video S Suppress data H High intensity L Italic U Underlined T Strikethrough B…
Read more

Field WdgScrollBars

Indicates whether a form field or a window has attached scroll bars. Valid Values An integer code, as shown in the tables that follow. For FormFields Code Meaning 0 None (DEFAULT) 1 Horizontal 2 Vertical 3 Both For Windows Code Meaning 1 Yes (the window can have scroll bars) (DEFAULT) 2 No (the window may…
Read more

Field VR

“Value required” status of a form field. Indicates whether a value is required in this form field. Valid Values A 1-character code, as shown in the table below: Code Meaning I Immediate. This form field must be completed before focus can move elsewhere in the form N No. This form field need not be completed…
Read more

Field IT

Indicates how the form field responds to a LostFocus event (“transmit-on-exit” status). Valid Values A 1-character code, as shown in the table below: Code Meaning N (DEFAULT) No response Y Control returns to the application program if the form field was modified between the GotFocus and LostFocus events (LostFocusModified) A Control always returns to the…
Read more

Field FT

A code indicating the “class” (field type) of the associated form field. Valid Values A code stored as a single character value, as shown in the table below: Code Meaning A TabPage B PushButton C ComboBox D Divider E OLE Object F Frame G Graphic H Camera I Picture J Calendar K Signature L ListBox…
Read more

Field PM

Indicates whether the form field is available to the end-user. Valid Values A 1-character code, as shown in the table below: Code Meaning U Unprotected (the form field is available) G Guarded (the form field is not available, but it can have focus) P Protected (the form field is not available and cannot have focus)…
Read more

Field WdgDragMode

Drag status of a form field. Indicates whether the associated form field can be dragged. Valid Values An integer code, as shown in the table below: Code Meaning 0 No 1 Manual 2 Automatic (DEFAULT)  

Field WdgParID

The identification number for the form field’s parent object. Valid Values A number (longint) (DEFAULT =  0) Remarks If WdgParID is 0, the form field’s parent is considered to be the form to which it belongs. If WdgParID is non-zero, its parent is another form field in the form. See Also WdgID

en_CAEnglish