Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bogdanlz

  1. bogdanlz

    Speeding up printing - Receipt Printers

    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...
  2. bogdanlz

    How can i identify the drawer status with an Epson TM printer

    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.
  3. bogdanlz

    How can i identify the drawer status with an Epson TM printer

    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...
  4. bogdanlz

    How can i identify the drawer status with an Epson TM printer

    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...
  5. bogdanlz

    How can i identify the drawer status with an Epson TM printer

    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...
  6. bogdanlz

    Need help with accesing data over a remote internet connection!

    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.
  7. bogdanlz

    Need help with accesing data over a remote internet connection!

    Sorry for the delay, we adopted the following solution : VPN. Terminal server. We take the advantage of a payments server Cheers, Bogdan
  8. bogdanlz

    Need help with accesing data over a remote internet connection!

    mgagnon Wow! Montreal -- Work in Boucherville.
  9. bogdanlz

    Need help with accesing data over a remote internet connection!

    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.
  10. bogdanlz

    Need help with accesing data over a remote internet connection!

    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
  11. bogdanlz

    how to read price code

    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...
  12. bogdanlz

    There is a future for Visual Foxpro??

    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...
  13. bogdanlz

    How to Send and Receive text from COM port from VFP

    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...

Part and Inventory Search

Back
Top