Grayed (Property) In french: Grisé
IF EDT_PRICE > 100 THEN GR_ShippingCost..Grayed = True END
Syntax
Finding out whether an element is grayed Hide the details
<Result> = <Element used>..Grayed
<Result>: Boolean - True if the element is grayed,
- False otherwise.
<Element used>: Control name or window name Name of element to use: - Name of control,
- Name of group of controls,
 Window name.
Modifying the grayed status for an element Hide the details
<Element used>..Grayed = <New value>
<Element used>: Control name or window name Name of element to use: - Name of control,
- Name of group of controls,
 Window name.
<New value>: Boolean - True if the element must be grayed,
- False otherwise.
Remarks Equivalence ..Grayed set to True is equivalent to ..State equal to the Grayed constant except for the read-only controls that keep their "read-only" status.
This page is also available for…
|
|
|