Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable '_REPORTOUTPUT' is not found.
Message
From
22/09/2005 13:20:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Variable '_REPORTOUTPUT' is not found.
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01052068
Message ID:
01052068
Views:
184
In one customer site my VFP 9 application causes error

Variable '_REPORTOUTPUT' is not found.

at line

DO (_reportoutput) WITH 5, olistener


I'm unable to reproduce this in my development computer. In other customer sites the error does not occur.

Any idea how to fix this ?

I have the following code in my application init code to include all required components into exe file:

SET ENGINEBEHAVIOR 90
SET REPORTBEHAVIOR 80
_REPORTBUILDER = "frxbuilder.prg"
_REPORTPREVIEW = "frxpreview.prg"
_REPORTOUTPUT = "frxoutput.prg"
EXTERNAL PROCEDURE frxbuilder.prg,frxpreview.prg,frxoutput.prg
Andrus
Next
Reply
Map
View

Click here to load this message in the networking platform