A customized help message for a form field.
A message that is output whenever the form field gets focus. The message appears in any form field of the “user message” class (DT is set to M) that is available in the current form or display.
Valid Values
A 256-character string
If no message is specified, the null string (“”) is used.
Specifies the lower boundary on the scroll bar.
Valid Values
A number (longint)
Remarks
The smallest acceptable value is -32,768.
A scroll bar’s minimum value must be less than its maximum value.
See Also
WdgMaxValue, WdgLargeIncrement, WdgSmallIncrement
A scroll bar increment. Specifies the amount of movement along the scroll bar when a direction arrow is clicked.
Valid Values
A non-negative number (longint) (DEFAULT = 1)
See Also
WdgLargeIncrement, WdgMaxValue, WdgMinValid Values
The number of character columns visible in a list box or combo box. Indicates how many character columns are visible in a list box or combo box.
Valid Values
Integer (DEFAULT = 1)
See Also
WdgItems, WdgNumVisibleLines
Specifies the upper boundary on the scroll bar.
Valid Values
A number (longint)
Remarks
The greatest acceptable value is 32,767.
See Also
WdgLargeIncrement, WdgMinValue, WdgSmallIncrement
Indicates the size of the boundary shadow around an object.
Valid Values
A non-negative integer
Remarks
For graphic-class form fields, WdgShadowSize indicates the thickness of lines in twips.
Specifies the name of an image file to be used as a background for the associated object. All foreground properties will be drawn on top of this image.
Valid Values
A character string, up to 64 characters
Minimum valid length for the data in a form field. Indicates the minimum number of characters that constitute a valid entry in the form field.
Valid Values
An integer (0 to 9999)
See Also
FieldLen, ValRule
Specifies the name of an image file to be used as an icon for the form field during drag operations.
Valid Values
A character string, up to 64 characters
Indicates the maximum length (in characters) of the form field’s data value.
Valid Values
An integer (1 to 32000)
Remarks
If the FieldLen exceeds the visual space available for displaying data in this form field (see Wdth, Hght, WdgWdth, and WdgHght), then the data can be scrolled through the visual space.
See Also
Hght, WdgHght, WdgWdth, Wdth