Observation #2 (<b>Field Objects</b>):
a. The Font property for the Field Object has the same issue as the Label Object (i.e. WYS is not always WYG).
b. Some of the properties are not settable at design time (i.e. Height, Visible, Text, etc.).
c. The height is automatically adjusted at design time based on the Font property setting.
d. Some of the properties are not explained in the Help Topics (i.e. Left Anchor, Dirty, etc.).
e. Setting the Left Anchor property to FALSE causes the text in the Field Object to be right justified.
f. The Field Object text is not automatically preserved when the form is closed.
g. Setting the Multiple Lines property to TRUE adds an item to the Properties list (Number of Lines).
h. The Number of Lines determines how many lines of text can be displayed in the Field object.
i. Some escape sequences can be used with the insert method (\n, \t, \\, \', \" & \xhh).
