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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: virusim
  • Order by date
  1. virusim

    HOW DO I DISABLE THE START BUTTON OF WINDOWS FROM VFP

    Hi, Just change The WINDOWSHOW For showing taskbar, WINDOWHIDE For hiding the taskbar FUNCTION ShowTaskBar DECLARE LONG FindWindow IN "user32" STRING lpClassName, STRING lpWindowName DECLARE LONG SetWindowPos IN "user32" LONG hWnd, LONG hWndInsertAfter, LONG x, LONG Y, LONG cx, LONG...
  2. virusim

    HOW DO I DISABLE THE START BUTTON OF WINDOWS FROM VFP

    Hi, Thank, the code really work for my application which is meant for a kiosk.
  3. virusim

    Start Executable in Maximized Window

    Hi, Since we are in this topic. I like to know how can my application on startup, cover the whole screen, including the Win2k/WinXP start button. My application run on a kiosk, hence the start button must not be seem. I am using VFP6 and VFP8. Any advise is very much appreciated. Thank you
  4. virusim

    Setting Length of Paper (13.5 inch) in crystal report

    Hi, If your report is make of three receipts to a page, maybe you can break up your individual receipt as a subreport and had them in your main report, that way, I think it will sovle your problem. HTH
  5. virusim

    Page Size Of Report

    Hi, I am using VB6 with CR8.5 developer version, as I need to print two different type of report with different paper size on a single system, I though CR will remember my setting for each report but it didn't, insteads I had to manual program my application to switch the paper size setting, is...
  6. virusim

    How to use 2 Printers in single PC for report printing

    Hi, My application is also doing similar thing, by printing similar result to 02 printer, but my application is written in VB6, on runtime, to change the printer name.
  7. virusim

    Setting Length of Paper (13.5 inch) in crystal report

    Hi, Thank a lot, it really solve my problem. BTW, have u done some sort of 'POS day end report' before using CR ? The report is printed out receipt printer and had calculation like the individual currency payment, individual cashier collection and etc. I tried to use the CR formula to do so...
  8. virusim

    Setting Length of Paper (13.5 inch) in crystal report

    Hi, I am facing similar problem in CR8.5 too. I want to print my report to a receipt printer, and my report lenght vary with the data. How can I control CR so that it will keep printing out all my data first before cutting the receipt. Currently, it just print out and cut my receipt. I am...
  9. virusim

    Zone Alarm Problems...

    Hi, I am using alarm zone 3 which after installing, my outlook 2000 in my office which access my company email through exchange and my personal email is partial working. Mostly my personal email is not able to get through. In addition, some website that I need to login is not able to display...
  10. virusim

    Zone Alarm or Sygate?

    Hi, I also sourcing for a great firwall for my PC use. Since most people recommended fire zone, I had tried to use the free trial version. As I was new in this area, I had to use the default setting, but seem like my outlook 2000 in my office which is accessing my company email and personal...
  11. virusim

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

    Hi, Below are my code SET CONSOLE OFF SET PRINTER OFF SET PRINTER TO LPT1 SET PRINTER ON SET DEVICE TO PRINTER ??? chr(27)+chr(112)+chr(0)+chr(5)+chr(5) SET CONSOLE ON SET PRINTER OFF SET PRINTER TO SET DEVICE TO SCREEN RETURN I am using the printer driver from Epson
  12. virusim

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

    Hi Bogdan, Thank for your kind help, but your command still cause my printer to print a blank line before opening the drawer. I discover that ??? cause the printer to print the blank line. Actually, I find a VCX library from UT that work for me in VFP, but when I convert it into a DLL for use...
  13. virusim

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

    Hi bogdanlz, Thank for your help, for the Epson printer, I am running under Window 2000, with Epson TM88III and a single layer drawer. Whenever I sent the following command ??? Chr(27)+Chr(112)+Chr(0)+Chr(5)+Chr(5) using VFP6 it will print a blank line before opening my drawer, this command...
  14. virusim

    Question about Cash Drawers & Customer Display

    Hi, Thank to both of you for your advise and help. Sorry for my ignorant, but is it safe to use UnifiedPOS when I don't see Epson and Star as one of the hardware supporter of UPOS. What is the different between OPOS and UPOS ? If I use UPOS, do my printer from Epson and Star work ? Next, how...
  15. virusim

    Question about Cash Drawers & Customer Display

    Hi debbo, I am developing POS application too and like to use OPOS, but their example had to access the registry to read the printer name, can I insteads use VFP function to get the printer name for the OPOS activex use ? I had problem with opening drawer using ??? command since it always...
  16. virusim

    ??? Ejects Printer in VFP7 but not FPD26

    I having the similar problem with my Epson printer that it will print some blank line before opening my cash drawer when I tried to open my cashdrawer when using ??? command, could you all kindly sent me the Rawprint.fll file Thank in advance.
  17. virusim

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

    Bogdan Lazar I had using similar printer as you under Window 2000, I had this problem of printer printing some blank line before opening my cashdrawer. Do you encountered the same problem ? I don't use any ActiveX, but ??? command Please kindly help
  18. virusim

    Printing to a Dot-Matrix (40 Column Printer)

    Hi, I had similar problem with my Epson 88III thermal printer, whenever I sent a command to open the cashdrawer, it will cause my printer to print a blank line too. I had check that the dip switch is properly configure. I am using VFP6 on Window 2000, using Epson printer driver for window...
  19. virusim

    VFP 6 Slow on XP

    Hi, Maybe you should look into these function, sys(3050,x) where you will need to set the forground and background memory usage by vfp, else it will default to using all resource which maybe suffocating your system.
  20. virusim

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

    Hi, I faces the same problem like you in controlling the POS drawer on Espon POS printer. I had problem of senting a command to the printer to open the drawer but the printer also print some empty line, is anyway to disable the printing, please kindly advise

Part and Inventory Search

Back
Top