Form View Question
Gary Yonaites
gary at yonaites.com
Fri Jan 25 15:13:56 PST 2008
On Jan 25, 2008, at 3:13 PM, Nora Kramer Lester wrote:
> Field "RMA Number"
> OpenForm "Return Authorization Form"
>
> When the form opens, it opens in a new window, however the window
> takes up
> the entire screen and covers our main window. Is there a way to
> specify that
> form open beside the main window in a separate screen? Such as a
> way to set
> the dimensions of the new form and position it opens in on the screen?
>
> Thanks in advance for any help.
Here is another alternative to Craig's.
Field "RMA Number"
SetWindow 180,710,367,341,"NoVertScroll NoHorzScroll NoPalette"
OpenForm "Return Authorization Form"
This example will open the form in a window 367 pixels high by 341
pixels wide and locate the top left corner 180 pixels from the top of
the screen (the menu bar takes up the top 24 pixels) and be 710
pixels in from the left edge of the screen. This also has the tool
bar and both scroll bars turned off.
Gary
gary at yonaites.com
More information about the Qna
mailing list