Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report from cursor
Message
 
 
To
23/09/1999 15:35:43
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00268181
Message ID:
00268182
Views:
24
>I have a cursor created at run time, when call my report I receive the message filexx not found.
>code in the formxx
>select scratch2
>REPORT FORM lstfac_iva PREVIEW NOCONSOLE
>code in the environment.init report
>select scratch2
>this.dataenvironment.InitialSelectedAlias = 'scratch2'

A few things to check.
- make sure you report does have a private dataenvironment
- remove any tables from the report DE
- remove alias from the fields on the report

One question. Why do you have this "this.dataenvironment.InitialSelectedAlias = 'scratch2'" in the report init event?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform