Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing Labels
Message
De
17/02/2000 13:18:11
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Printing Labels
Divers
Thread ID:
00333551
Message ID:
00333551
Vues:
53
I know I have asked questions similar to this one before. The thing is I am so close to getting this to work and my client needs it to work. Here is my code:

select label3
PR = GetPrinter()
set printer to name "&PR"

*!* set printer to 'LPT1:'
set printer font 'Courier', 11
set printer on
set console off
set textmerge on

??? chr(27) + chr(67) + chr(0) + chr(0)

\ <>
\ <>
for i = 1 to (numlabel - 1)
\
\
\ <>
\ <>
endfor

set printer to
??? chr(27) + chr(67)

set printer off


This is what I want it to do: I want it to print the number of labels and then stop at the last label printed. So where the print head is sitting I want it to print the next set of labels.

What is happening is the printer feeds the page through a couple inches and then prints. It stops after the last label is printed but when I go to print again it feeds through little bit before starting printing. I want to print right where the printer stopped. I don't need any form feeding.

Please help,
Tyler
Répondre
Fil
Voir

Click here to load this message in the networking platform