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!

Search results for query: *

  • Users: tondi
  • Content: Threads
  • Order by date
  1. tondi

    CHR() string

    I have a client who has IBM receipt printer with cash drawer attached. String to open drawer is ESC 112 0 100 100 (the two 100s are intervals and I'm not sure what they mean.) My problem is the expression field in the software that sends the commands is not long enough to get all the codes in...
  2. tondi

    Report colors

    We use the following code to view report data on the screen. The problem is certain words (report, for, to, day) in the report which happen to be syntax words appear in color. I can eliminate color when running from command window but when I compile and run it on user's computer colors...
  3. tondi

    POS issue resolved BUT

    I have been going round and round with this POS issue and appreciate the input I've received here on Tek-Tips. I wanted to share the code that finally works without need for MSCOMM32 or other 3rd party program. I do have a question however... Can anyone explain why the line remarked 'did not...
  4. tondi

    Receipt Printing Problem

    My app has migrated over the years from Foxbase to VFP8. We still use a lot of the old code so I still have a challenge with POS features on Win Computers. I would appreciate any suggestions or solutions. Example of code used after adding generic printer named POS. The routine works only if...
  5. tondi

    VFP8 Bug

    Microsoft link re: bug resulting in C0000005 error. http://support.microsoft.com/default.aspx?scid=kb;en-us;839024
  6. tondi

    Hack LBX

    I have read and used Ramani's code to hack FRX files. Do LBX files require same code with modifications? Thanks Tony
  7. tondi

    Error 43

    Our VFP8 app running on w2k & network recently has frozen with 'error 43, not enough memory to complete operation.' Any clues would be appreciated.
  8. tondi

    fatal exception error

    Have a client who has been running our app with OCX components. After upgrading to SP2 he gets c0000094 error when accessing the compnent. Does SP2 require registered DLL and/or OCX files to be re-registered? Thanks, Tony
  9. tondi

    VFP8 app on VPN

    Would appreciate any input ... We have a client running our multiuser app in two locations. They decided they would like to access same data from both locations. Office1 is primary location with data server and runs fine. Office2 can access office1 but cannot run our app if someone at office1...
  10. tondi

    msvcrt.dll

    what is the difference between the various msvcrt dll file?. I recently discovered the hard way that a dll file I was loading on a win98 system resulted in errors when trying to register some ocx files. It appears the msvcrt.dll I was loading would not work with win98 but would work with Win2k...
  11. tondi

    Screen Resolution Problem

    Our app is designed to run minimum 1024 resolution. We have a few users whose settings are set and verified at 1024 but our app still produces our error screen ststing we require 1024 minimum. Obviously VFP8 is not recognizing the setting. We even tried setting screen to 1280, still no luck...
  12. tondi

    scheduler

    We are upgrading our app from FPW26 to VFP8. We would like to make a gradual transition by compiling existing prgs (dos look and feel) but would like to use a 32 bit appointment scheduler with Win look and feel. Our scheduler needs to accomodate multiple resources and multiple services with...
  13. tondi

    report problem

    My app has been migrated to FPW from FPD. Most reports are @say but have a few reports written with report writer. For compatibility with user default printers I clear Tag1 and Tag2 fields BUT I have some reports which are set up to print Landscape. When I clear Tag1 and Tag2, the landscape...
  14. tondi

    Folder Options

    On one of my XP computers, when I click on Folder Icon it opens Search Window by default. My other systems Open the folder by default which is my preference. I can't seem to change default from Search to Open. Suggestions / solutions appreciated.
  15. tondi

    foxfont.fon

    is this only a screen font? is the size limited to only 7 or 9?
  16. tondi

    install program

    Anyone have any suggestions or suggestions for a professional looking yet simple 'install' program for a FPW26 app? Thanks, Tony
  17. tondi

    Data entry screens/fields

    FPW26 has a command which will make each entry field appear as a box. My issue is the boxes are inconsistently leaving ___s (broken lines and remnants of box on the screen as data is entered in various fields. Any suggestions for maintaining a nice, clean data entry screen? My screens are...
  18. tondi

    hacking FRX

    The various threads I have seen re: 'hacking FRX' reference VFP. Is doing so possible with FPW26? Tony
  19. tondi

    FYI re: print problems

    I have had crazy problems as have others who get "FOXPROW" error box when attempting to print. I have had several users 'upgrade' to various HP printers and often have problems. One not uncommon, frustrating scenario is 2 users running same app, same OS, same printer. One gets...
  20. tondi

    Progress Bar

    Any suggestions for displaying a progress bar when copying files from CD to HD while installing a FPW Application. Clients are returned to screen too quickly, before copy procedure is completed and removing CD too quickly. Thanks, Tony

Part and Inventory Search

Back
Top