Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing to file
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Printing to file
Divers
Thread ID:
00299743
Message ID:
00299743
Vues:
74
I get the error "Invalid coordinates (Error 1959)" when the line number reaches 2048.

Any suggestions on what I am doing wrong?

Thanks in advance,

Phil



Here is a sample of code that will generate the error:



set device to print
set printer to file c:\qtemp.txt
for i = 1 to 3000
@ i, 0 say "Line" + str(i)
next
set printer to
set device to screen
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform