Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excluding an entry from output
Message
 
To
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:
00682245
Views:
28
1. I can not see that it is a problem. You need to modify the CDIPIU.frx report form, not the program/class that calls the report.

2. If you need to export the finalinventory to access and run existing report from there, you could do it using Access Automation. The question is what is wrong with the simpliest way as in #1 above?

>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