From the Edge: Understanding PROPERTY Command in R:BASE 7.1 Section: New Commands Chapter: Running R:BASE Your Way! Platform: R:BASE 7.1 for Windows Build: 7.1.71.30227 and higher
R:BASE 7.1 for Windows now officially supports the PROPERTY command to dynamically change the properties of 78 form controls, the form itself, as well as the corresponding Master/Slave tables.
Syntax:
PROPERTY <ComponentID> FormControlProperty 'value'
PROPERTY RBASE_FORM FormProperty 'value'
PROPERTY TABLE FormTableName 'value'
Where:Component ID: is the unique identifier that you assign to the component when you insert the object.
FormControlProperty: is the name of the form control object's property you wish to change.
RBASE_FORM FormProperty: is the property of the form itself, such as Caption, Width, Height, Align, etc.
TABLE FormTableName: is the driving table name of the form.
value: is the new value to assign to the property of the object specified.
Supported Form Controls with Component IDs:
. Standard Controls . Database Controls . Variable Controls: . Additional Controls: . Internet Controls: . File System Controls: . Legacy Controls:
. RBASE_FORM Properties . TABLE Properties . Miscellaneous Properties
For a complete PDF version of this technical document, including syntax, details, examples and tips, please visit:
From The Edge: http://www.razzak.com/fte (Powered by R:PHP)
Enjoy and make sure to have fun!
Very Best R:egards,
Razzak.

