Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printer problem with OPOS
Message
From
18/12/2002 04:39:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Printer problem with OPOS
Miscellaneous
Thread ID:
00734003
Message ID:
00734003
Views:
64
Hi,

I am using STAR thermal printer, TSP400 model for my kiosk application.
I using the OPOS driver from their website, but I can't get to detect
whether paper is out or near end of the roll of the receipt. Plus,
the OPOS program to register my printer don't had the model that I
am looking for. Please kindly advise what is wrong with my code.

Finally, do I need to install printer devicer of STAR,
TSP400 model or using a generic text driver will do ?

Please help and advise. Thank you

Below is part of my sample code

WITH THISFORM.OleStar

IF .Open("TSP442C")
.Claim(0)
.EnableDevice = .T.

IF .RecEmpty = .T.
Messagebox("Out of Paper")
ENDIF

ENDIF



ENDWITH
Best Regards
Virusim
Reply
Map
View

Click here to load this message in the networking platform