form sizing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can a form be opened in a "window" view (I don't know the proper terminology,
but I mean not maximized and not minimized), if the existing view is
maximized? I tried setting up a Macro to utilize the "MoveSize" action, but
if the existing form that the button is located on is maximized, the one
being opened by the macro maximizes itself and seems to overide the arguments
I entered.

Any suggestions?
Thank you!
 
Kevin said:
Can a form be opened in a "window" view (I don't know the proper
terminology, but I mean not maximized and not minimized), if the
existing view is maximized? I tried setting up a Macro to utilize
the "MoveSize" action, but if the existing form that the button is
located on is maximized, the one being opened by the macro maximizes
itself and seems to overide the arguments I entered.

Any suggestions?
Thank you!

If you set the Popup property to Yes then it will stay at its native size
even if other objects are maximized.
 
Back
Top