Field WdgOrientation
Indicates the orientation of a scroll bar form field. Valid Values An integer code, as shown in the table below: Code Meaning 1 Vertical 2 Horizontal
Indicates the orientation of a scroll bar form field. Valid Values An integer code, as shown in the table below: Code Meaning 1 Vertical 2 Horizontal
A user-assigned numeric identifier for the form field. Valid Values An integer (0 to 999) If no number is assigned, 0 is used. Remarks FNum can be used in an application program to identify the form field that had focus when control returned to the program. (See $FieldNum, $MenuItemNum, and $MouseFieldNum in the Language Reference.)…
Read more
Case conversion status of a form field. Indicates how alphabetic characters typed into the form field are to be treated. Valid Values A 1-character code, as shown in the table below: Code Meaning M Mixed case (characters will appear exactly as entered) U Upper case (characters will be converted to upper case) L Lower case…
Read more
The value of a toggle button or menu item. Specifies the value of a toggle button or menu item in the OFF, ON, or NULL states. Valid Values A 256-character string Remarks If the toggle object has no ValRule, then WdgOnValue is used to determine whether the object is set “on”. (The object is “on”…
Read more
The members of the owner-object associated with the role. An expression that indicates which members of the owner-object are represented by a role. Valid Values Any conditional expression involving fields from the owner-object only. If the role condition is omitted, the associated role name applies to all members of the owner-object. Remarks For example, a…
Read more
“Drop target” status of a form field. Indicates whether a form field can have a dragged form field dropped on it. Valid Values An integer code, as shown in the table below: Code Meaning N (DEFAULT) No Y Yes
Layer position of an object. When two objects overlap, WdgZOrder specifies the order in which they are “layered”. The object with the higher or highest number is on “top”. Valid Values An integer Remarks The Structure Chart of the Screen Painter displays the relative Z-order of all objects in the form or display. The Z-order…
Read more
The masking pattern used when data is input into the entry field. Valid Values A 256-character string, defining an input mask for the field. Remarks The input mask is applied only when the form field is available (unprotected) and has focus. When the field loses focus, the input mask disappears; if a display mask (DataMask…
Read more
Compress status of a form field. Indicates how the data mask associated with the form field is to be treated. Valid Values A 1-character code, as shown in the table below: Code Meaning Y The data mask literals are not included in the value of the form field N The data mask literals form part…
Read more
Indicates whether a text-entry form field consists of one line or multiple lines. Valid Values An integer code, as shown in the table below: Code Meaning 0 One line 1 Multiple lines See Also WdgNumVisibleLines