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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing in the background

Status
Not open for further replies.

stevens

MIS
May 12, 2000
10
0
0
US
Is it possible to set visual foxpro 5 or 6 to print reports in the background while doing other things in the foreground? And if so, how do you do it?
 
My favorate trick is to compile the print routine into a stand alone exe.&nbsp;&nbsp;I have used several methods to pass information from one program to another tell the print program what to do by:<br>1.&nbsp;&nbsp;Passing parameters to the program.<br>2.&nbsp;&nbsp;Populate a database created just for that reasom.<br>3.&nbsp;&nbsp;Populate a Memo field in a database.<br>4.&nbsp;&nbsp;Saving Memory files.<br>I then call the other program with a RUN command. <p>David W. Grewe<br><a href=mailto:Dave@internationalbid.net>Dave@internationalbid.net</a><br><a href= > </a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top