Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxypreviewer breaks report to file ascii command
Message
De
03/12/2011 03:24:24
 
 
À
02/12/2011 19:38:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
01530190
Message ID:
01530272
Vues:
51
>The clause TO FILE ..... ASCII works only using SET REPORTBEHAVIOR 80
>That's documented in VFP9 's Help

Many reports are very tight and latest reprotbehaviour removes data from some fields. So app required previous setting by default.

I changed the order of lines in app init to:

FOXYPREVIEWER()
SET ENGINEBEHAVIOR 90
SET REPORTBEHAVIOR 80
_REPORTBUILDER = "frxbuilder.prg"
_REPORTPREVIEW = "frxpreview.prg"
_REPORTOUTPUT = "frxoutput.prg"
EXTERNAL PROCEDURE frxbuilder.prg,frxpreview.prg,frxoutput.prg

Will foxypreviewer work OK in this case ?
Andrus
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform