Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxypreviewer breaks report to file ascii command
Message
From
03/12/2011 03:24:24
 
 
To
02/12/2011 19:38:48
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01530190
Message ID:
01530272
Views:
50
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform