Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excluding an entry from output
Message
From
24/07/2002 14:47:55
Darrin Hughes
Chena-Don Textiles and Armory
Jacksonville, Florida, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00681211
Message ID:
00682206
Views:
27
Only one problem, the print command is in the code of a class object of the program itself (don't blame me, I didn't write it). It looks somthing like this:

IF This.Parent.chkPrint.Value = 1
This.Parent.txtStatus.Value = "...Printing Report..."
SELECT finalinventory
INDEX ON IN_STOCK TAG IN_STOCK
SET ORDER TO IN_STOCK
REPORT FORM CDIPIU TO PRINTER
ENDIF

Question open to anyone: instead of further extensive mucking about with this code is there a quick and dirty way to alter this code to kick this programs output over to MS Access? I can do my output changes there real easy.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform