Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Print multiple labels in sequence
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00880411
Message ID:
00880516
Vues:
15
Hi Hani,

It sounds like you're printing one label a time in which case each of them is a separate print job. You can to print labels to a file, combine them with FILETOSTR()/STRTOFILE() and send resulting file to a printer using Direct writing to spooler without GDI response File #9957.

>We are printing labels which consist of 2 set of labels and we need to print both labels in sequence, everyting was working fine until we moved to new label printer.
>If User 1 & User 2 send their Labels to the label printer at the same time we face the foolwing problem
>
>Printout Sequence :-
>1 - User 1 ---> First Label
>2 - User 2 ---> First Label
>3 - User 1 ---> Second Label
>4 - User 2 ---> Second Label
>
>We needed it to be in the correct order which is :-
>Printout Sequence :-
>1 - User 1 ---> First Label
>2 - User 1 ---> Second Label
>3 - User 2 ---> First Label
>4 - User 2 ---> Second Label
>
>that is happen randomly and based on if 2 or more users send their labels at the same time.
>
>We are using VFP Versoin 7.0, Any Help
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform