Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing a label through serial port 1
Message
De
18/12/2003 10:28:10
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
17/12/2003 16:01:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00860090
Message ID:
00860354
Vues:
29
You have two choice:
1- Using Windows drivers. In that case you don't do anything
2- Using your printers print language. In that case you have to skip windows printer drivers.

you have to two choice for skip windows drivers:

common jobs:
first you have to write a file your printings (sample myjob.txt).
after:
1.way:
  !copy myjob.txt com1
2.way (I learned this way from another guy. This the best way):
DECLARE INTEGER CopyFile IN kernel32;
	STRING lpSrcFile, STRING lpDstFile, INTEGER bFail
CopyFile("myjob.txt","com1", 0)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform