Hi,
Can you give more details (like what you send to the printer: plain text, labels, reports, what kind of driver do you use: Generic.Tex, Epson TM-T88, Epson TM-T90?). We use the Epson printer in a POS software and is very quick, but we send plain text directly to the printer with a...
If i remember well, in the driver manual there is a command that turn the line feed off when special characters (for drawer or POS display) are printed. I will ckeck monday.
Hi Virusim,
I checked up our printers,(all are TM90 but i know that is working with TM88) and i can't see anything wrong. Maybe you can send your code to look at it. What kind of printer driver did you used? How do you initialized your printer? It is the default printer? Is there other apps who...
Hi Virusim
Try this:
procedure Myproc
set printer to name "Whatever"
set printer on
set console off
* Cash Drawer *
if Myvariable
??? chr(27)+"p"+chr(0)+chr(150)+chr(250)
endif
set printer off
set printer to
return
Turning off and on the printer maybe...
virusim,
I didn't notice this problem on my printers.
Here are some code lines for the drawer:
For the Epson TM90(TM88II) driver and a double drawer:
do case
case drawer=1
set printer font "control",10
?"d" && drawer number 1
case drawer=2
set...
Hi mgagnon
In that case it is "la banierre" wich will pay for his members the VPN and all the kit. Our software will replace the TPV machines for Visa, Interac, etc.. with our keyboards with reading sensors. So we win the head office.
Thanks for your responses,
I'm in Montreal and my clients are very tight on budget, so i must forget a server wich cost 9,000-10,000 USD (sorry mgagnon) so i will try the winsock solution for the moment.
I'll let you know if it worked.
Hi,
I have a VFP7 aplication. I need to acces data in VFP databases located on 10-12 remotes computers each conected to Internet using a cable modem broadband connect and running Win2000. How can i make it?
Tahnks,
Bogdan
Hi,
Try this:
your cost is 1200(numerical) and transformed in chars is:
wcost=alltrim(str(your cost),9,2)
the values 1234567890 are transformed in chars(including decimal point). Because the decimal point is the 11 char, with no equivalent in your price code, he will be ignored in your...
Hello everibody,
Can someone tell me if there is a future for the FoxPro?
Microsoft will continue to suport him? I know there is a wish list for the Foxpro Toledo but how real will be this one. Will be a FoxPro.net? Can we asume that building software on FoxPro, we will still be in business in...
Excuse me for the late response, but i've got to travel a while.
The fact is that i write that like a generic code so forget the do case:
&& This goes in the form.init() where you insert the Olecontrol1
Thisform.Olecontrol1.CommPort=1
Thisform.Olecontrol1.PortOpen=.T...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.