Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Release application while printing
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Release application while printing
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01337518
Message ID:
01337518
Vues:
52
Hi

I finally solved the problem with some printes that do not accept raw print, by creating 2 separate codes

I have a file stored to pedPrint, which must be printed

1- Raw print code
It sends (pedPrint) directly to printer and releases the application immediately
User can do other things while print job is going on
That's fine !

2-Optional code, when printer does not accept raw print

SET headings OFF
SET PRINTER TO NAME (ALLTRIM(tprinters.nome))
TYPE (pedPrint) TO PRINTER

The problem with TYPE command is does not release the application until the print job is finished

Any tips would be welcome

Moises
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform