Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to print without eject the paper ?
Message
De
29/12/2004 05:38:27
 
 
À
29/12/2004 05:30:45
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00972775
Message ID:
00972867
Vues:
13
Or if you use a "Generic/Text only" printer driver. It's many years since I threw out all my dot matrix printers, but I know for sure that I used VFP5 or VFP6. I also had to use the character translation feature of the "Generic/Text only" printer driver in order to print some special norwegian characters. It was a true PITA. :-)

>It was working only in foxpro dos... :)
>>What you can do, is redirect the EJECT character to a file, and then delete this file:
>>set printer on
>>? "Invoice No.:"+invno
>>? "Client code:"+cusno
>>? "Client name:"+cusname
>>...
>>set printer off
>>set printer to file dummy.xxx
>>EJECT && to force the eject
>>set printer to
>>erase dummy.xxx
>>
>>>Hi,
>>>
>>>I want to print a invoice on a dot matrix printer but I want the print
>>>head stay and stop on the last position which finish printing the invoice.
>>>But after the command SET PRINTER TO, the printer will eject the page,
>>>I don't want it to eject.
>>>
>>>How to do it ?
>>>
>>>Please advise.
>>>Thanks.
>>>Derek
>>>
>>>For Example
>>>
>>>
>>>set printer on
>>>? "Invoice No.:"+invno
>>>? "Client code:"+cusno
>>>? "Client name:"+cusname
>>>...
>>>set printer off
>>>set printer to    <= Form feed occcur after this command. I don't wan to form feed.
>>>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform