Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report form to file going to printer
Message
 
À
16/08/2005 08:25:27
Jim Winter
Jim Winter Consulting
Hinesburg, Vermont, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01041256
Message ID:
01041295
Vues:
23
>Sorry, I spoke without checking. However, I use NOCONSOLE TO FILE NULL with no output going to the printer. The only difference is I am specifically naming the report rather than using a variable. You might try EVAL(cNomeReport) OR &cNomeReport.

Sorry, it doesn't solve.
But try something like this in a .prg file.
This should recreate the problem and the output should go to the printer and not to the file.
At least this is what happens on my PC. :-)

Maybe I'm doing something wrong, but I really don't understand what! :-/
set reportbehavior 80
use MyTable

set printer on

c = getprinter()
set printer to name (c)

set printer off

REPORT FORM myReport noconsole to file foo.txt
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform