Forms

  • Thread starter Thread starter Mario
  • Start date Start date
M

Mario

We have a custom forms which has several fields with scroll bars. However
the scrollbars are not visible when the user received them, unless they
click on the field. So they have no way of knowing if there is additional
text unless they click in the fields each time they receive this form. Is
there a way to make these scroll bars visible at all time?
 
No, not using a standard textbox control. The control has to be in focus to
show any scrollbars.
 
Back
Top