Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing Labels
Message
From
17/02/2000 13:18:11
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Printing Labels
Miscellaneous
Thread ID:
00333551
Message ID:
00333551
Views:
52
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
Reply
Map
View

Click here to load this message in the networking platform