Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
External FXP called from EXE cannot find form in EXE
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00614731
Message ID:
00618734
Vues:
24
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform