Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OPOS and VFP
Message
From
17/04/2002 14:23:56
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00645861
Message ID:
00646012
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform