Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
External FXP called from EXE cannot find form in EXE
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00614731
Message ID:
00618734
Views:
23
Hello!

Try using a Program that calles the Report.frx
Look into your Report directory, but be sure that the Report
does not have the same Filename. For Example
use "YOUROWNREPORTS" as directory.
Copy the Report to "PRIVATE_INVOICE.FRX" into this Directory.
You should also copy the used Graphic files into that Directory.
After that use the Modify Report with the "PRIVATE_INVOICE.FRX"

Ex.:
You want to print the invoice.frx

Do printprogram with "invoice.frx"

prg:
Printprogram
lparameters lcReportfile
*Look up, if the is a FRX deklared Private
if file("YOUROWNREPORTS\"+"PRIVATE_"+lcReportfile)
report form ("DIRECTORY\"+"PRIVATE_"+lcReportfile) to printer prompt
else
report form (lcReportfile)
endif

Problems: You have to check every private report, when updating fields, in that
specific report
Marvin Blase (tA-logistic Software GmbH)
You'll never notice the good things if you haven't seen the bad.
Previous
Reply
Map
View

Click here to load this message in the networking platform