Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alias Not Found
Message
 
To
25/03/2002 13:57:06
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00636952
Message ID:
00637419
Views:
15
>Hello Everyone,
>When I try to send a report to a file I get an error 13 Alias 'table_name' is not found. When I send the same report to the printer I get no error messages and report prints perfect. Here are the 2 lines of code I am using:
>
>lcRTP4 = "report1.frx"
>
>report form &lcRTP4 to printer prompt noconsole - no error
>
>report form &lcRTP4 to file TEST ASCII noconsole - error 13
>
>Does anyone know why this is happening??
>
>Thanks
>Ken

Ken;

I do not use the data environment of a form. I rather use a select statement to create a cursor and pull the data I need.

I would try
Local lcRTP4 
lcRTP4 = "report1"

report form (lcRTP4) to file TEST ASCII noconsole 
to see what happens.

Tom
Previous
Reply
Map
View

Click here to load this message in the networking platform