CreateVisible

Determines whether a data-bound OCX control is visible. True or False (default)

"CreateVisible=True | False"

Value

Description

True

Make the data-bound OCX visible

False

Hide the data-bound OCX.

Usage

Dynamic?

Yes

Supported in Grid?

No

Dependencies:

 

Data-bound OCX controls do not have a representation. To avoid having empty spots on the form, set this property to True.

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) = "CreateVisible=True"