G
Greg
Hi, On a form I have a textbox that displays a memo field. The textbox has
the scroll bar property set to vertical. The form is for viewing records only
and no edits are allowed. All of the controls on the form have their property
Enabled = NO and Locked = Yes. However, when there is a large amount of text
in the text box displaying the memo field the vertical scroll bar does not
appear so all of the text cannot be read. If I make the text box property
Enabled = Yes the scroll bar appears when I click in the textbox but when I
move between records all the text in the memo field becomes selected and the
scroll bar remains visible. I assume the text box has the focus and keeps it.
Is there a way to remove the focus from the textbox but have the scroll bar
always visible? Or is there a better way to do this? Thanks
the scroll bar property set to vertical. The form is for viewing records only
and no edits are allowed. All of the controls on the form have their property
Enabled = NO and Locked = Yes. However, when there is a large amount of text
in the text box displaying the memo field the vertical scroll bar does not
appear so all of the text cannot be read. If I make the text box property
Enabled = Yes the scroll bar appears when I click in the textbox but when I
move between records all the text in the memo field becomes selected and the
scroll bar remains visible. I assume the text box has the focus and keeps it.
Is there a way to remove the focus from the textbox but have the scroll bar
always visible? Or is there a better way to do this? Thanks