Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Menu disabled after printing 1

Status
Not open for further replies.

obliviux

Programmer
Jun 2, 2000
38
US
Using the &quot;report form&quot; option in Visual FoxPro 6.0<br>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.&nbsp;&nbsp;<br><br>How can I get the menu to become active again.?<br><br>Thanks <br><br>Jeremy<br>
 
Look for a set menu off command<br><br>try at the start of the program <br>Push Menu xxxxx<br>do (your program that does the printing)<br>Pop Menu xxxxx<br>Set menu on <p>David W. Grewe<br><a href=mailto:Dave@internationalbid.net>Dave@internationalbid.net</a><br><a href= > </a><br>
 
In the line of code where you call the Report<br>Add the command NOWAIT<br>This way the menu won’t freeze <br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top