GrabFocus
Determines whether the OCX control first requires focus from Uniface before firing
triggers. True
(default) or False
Value |
Description |
---|---|
|
OCX control gets focus before firing triggers |
|
OCX control can fire triggers without first getting focus |
Usage
Dynamic? |
Yes |
Supported in Grid? |
No |
Dependencies: |
None |
Using in ProcScript
You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.
$fieldproperties(FLD) = "GrabFocus=False"