Form does not open as a dialog box

T

TimT

I'm using a form as a dialogbox whereas when someone wishes to print a report
they hit a print button which runs a macro to close frm_current and open
frm_print.
The problem is when frm_print opens it opens maximized.
If i just click on frm_print from the database window it opens in the
correct format.
when the macro opens it, it opens maximized, but when you print a report
from it and close the report which runs a macro to close report and open
frm_print again, it looks fine.
Is there a setting I'm missing here?
 
N

Nikos Yannacopoulos

Tim,

One of the arguments in OpenForm macro action is Window Mode; set it to
Dialog.

HTH,
Nikos
 
Top