Popup form doesn't scroll horizontally

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

I have a form which opens another form beside it. The first form is a menu
and remains visible. The second form extends beyond the width of the
screen. If this form is set as a popup form, no scroll bars appear at the
bottom of the screen. If it is set as popup = no then scroll bars will
appear (I know this because I opened the form by itself) but it doesn't
popup in the foreground and is useless. Is there any way to get a popup
form to have horizontal scroll bars?
 
Try turning off the Popup property, then setting the Horizontal scroll bars
on, the turn the popup property back on.
 
Back
Top