Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alias Not Found
Message
 
À
25/03/2002 13:57:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00636952
Message ID:
00637419
Vues:
14
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform