How cursor is set off?

G

GL

Hi

Many times forms is used for presentation of data only and not for editing.
So how is possible to prevent the cursor shown on any textbox or combo box of
those forms.

Thanks

GPL
 
J

John Vinson

Hi

Many times forms is used for presentation of data only and not for editing.
So how is possible to prevent the cursor shown on any textbox or combo box of
those forms.

Thanks

GPL

You can set the textboxes' properties to Enabled = No, Locked = Yes.

John W. Vinson[MVP]
 
Top