Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OPOS and VFP
Message
De
17/04/2002 14:23:56
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Divers
Thread ID:
00645861
Message ID:
00646012
Vues:
17
Thanks Mark, again. I'll try it out.

Does it seem like to you that we're the only ones doing OPOS in UT? :-)



>>Hello.
>>
>>Does anyone know how to print Barcode with OPOS and thermal receipt printer?
>>
>>Thanks.
>
>For an Epson TM-T88II or TM-T88III, I use:
>WITH This.oleOpos
>   lnRetVal = .Open(lcOposName)
>   if lnRetVal <> 0
>      return .f.
>   endif
>   do while not .Claimed
>      .Claim(100)
>   enddo
>   IF .ResultCode = 0
>      .DeviceEnabled = .T.
>      .AsyncMode = .F.
>      .PrintBarCode(2, tcString, 108, 80, 250, -2, -13)
>   ENDIF
>   .Close()
>ENDWITH
Work as if you don't need money
Love as if you've never been hurt before
Live as if this is your last day to live
Dance as if no one's watching
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform