Menu disabled after printing
Menu disabled after printing
(OP)
Using the "report form" option in Visual FoxPro 6.0
I use custom menu option of fox pro to replace the default one. One part of the menu is selecting which reports to print. The menu then calls a program that then deal with printing the report. When the report is done the system menu is disabled until you restart the program.
How can I get the menu to become active again.?
Thanks
Jeremy
I use custom menu option of fox pro to replace the default one. One part of the menu is selecting which reports to print. The menu then calls a program that then deal with printing the report. When the report is done the system menu is disabled until you restart the program.
How can I get the menu to become active again.?
Thanks
Jeremy
RE: Menu disabled after printing
try at the start of the program
Push Menu xxxxx
do (your program that does the printing)
Pop Menu xxxxx
Set menu on
David W. Grewe
Dave@internationalbid.net
RE: Menu disabled after printing
Add the command NOWAIT
This way the menu won’t freeze