|
Protect
The new Protect attribute allows you to prevent users from tabbing to the column or entering data, without having to change the Tab Order of the column to 0.
Columns in a DataWindow object now have a Protect attribute. When this attribute is 0 (False), the column is not protected, when it is 1 (True) it is protected. For example, if you open the Attribute Expressions dialog by clicking the right mouse button in a column and enter IF(IsRowNew ( ),0,1) in the Expression column next to the attribute Protect, the column will be protected except when a row is inserted.
font.escapement
The DataWindow object attribute font.escapement, specifies the rotation of text in tenths of a degree. For example if font.escapement = 450 the text would be rotated 45 degrees.
|