Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to force foxypreviewer to use report components from
Message
De
03/12/2011 19:00:09
 
 
À
03/12/2011 03:17:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
01530271
Message ID:
01530295
Vues:
48
>App source contains
>
> SET ENGINEBEHAVIOR 90
> SET REPORTBEHAVIOR 80
> _REPORTBUILDER = "frxbuilder.prg"
> _REPORTPREVIEW = "frxpreview.prg"
> _REPORTOUTPUT = "frxoutput.prg"
>EXTERNAL PROCEDURE frxbuilder.prg,frxpreview.prg,frxoutput.prg
>FOXYPREVIEWER()
>
>
>But it looks like FoxyPreviewer still required external reportoutput.app , reportpreview.app files.
>How to force it to use procedures from exe file ?

Hi Andrus,

Unfortunately, it wont be able to access these files if they are embedded in your EXE, because FoxyPreviewer is an external APP.
You have 2 solutions:

1 - Embed FoxyPreviewer in your EXE as well, and instead of calling FoxyPreviewer.APP, call the FoxyPreviewer.prg file to initialize it

2 - Use the Report*.APP files

Thanks for this question, it made me think about something new. I hope to update the documentation with these info.
Anyway, I hope to find a way to make foxypreviewer independent of the APP files, embedding the FRXOUTPUT and FRXPREVIEW files.


HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform