Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error in defining report preview window
Message
From
21/07/2004 00:03:33
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Error in defining report preview window
Miscellaneous
Thread ID:
00926428
Message ID:
00926428
Views:
87
I have the following code in my program
to preview a report.

DEFINE WINDOW PreviewWin FROM 2.5,2 TO 38,130;
TITLE " C_list ";
SYSTEM CLOSE FLOAT GROW ZOOM
REPORT FORM CustList PREVIEW WINDOW PreviewWin
RELEASE WINDOW PreviewWin

I have no problem running the preview in VFP,
but it gives an error when I create an exe and
run it. The error is:

Window "REPORT DESIGNER" not defined.

If I select 'ignore', the program continus to
run and the preview window runs fine. If 'cancel'
is selected, the program hangs. Can someone tell
me what I'm doing wrong here? Thank you.
It's VFP8.0 with SP1.

--
jw
Next
Reply
Map
View

Click here to load this message in the networking platform