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 tondi

  1. tondi

    An app Running Over a WAN (LeasedLine/VSAT)

    Thanks Mike
  2. tondi

    An app Running Over a WAN (LeasedLine/VSAT)

    When using Remote Access as suggested in this thread, is it reommended to run the EXE locally on remote same as LAN or WAN workstation? My app has a scheduler that creates and uses temp files for each user and will not work if the temp files are created and used on the server by another user.
  3. tondi

    CHR() string

    Thanks Griff, I can access the back door of the application and do that by phone if necessary. Your response also deserves a star. Tony
  4. tondi

    CHR() string

    Thanks Griff but no access to source at customer site 100 miles away. Thanks again Dave..you have a star
  5. tondi

    CHR() string

    Thanks Dave, I want to avoid changing field length because that would involve a data conversion for all clients if I modify the structure. I will try the CHR(99) first, then the hex values. Happy Holidays, Tony
  6. tondi

    CHR() string

    Thanks for the replies ... Dave, yes we have a table field where we enter the string to be sent to drawer through the printer. I am a couple of spaces short of entering the string as Mike suggested. Mike, thanks thats exactly how we do it. I just need to shorten the string. Griff, that...
  7. 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...
  8. tondi

    Report colors

    Thanks Tamar, I did try that but no luck. We resolved the issue by creating and using a memo file. Tony
  9. tondi

    Report colors

    Thanks Tamar, The change did not work for me. When I step thru with Debug the window appears but without data. Tony
  10. tondi

    Report colors

    Can't tell if it worked. When I run the program after the suggested change it just blinks and goes away. Tony
  11. tondi

    Report colors

    Thanks Tamar, I'll try that Tony
  12. 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...
  13. tondi

    POS issue resolved BUT

    Olaf, We originally tried ??? SYSINFO.CASHSTRING as you suggest but the printer was sent 40 characters which is the length of the field We then added the ALLTRIM which sent only the 6 characters as you said. Neither command sent the single BEL character. Thanks for your response, Tony
  14. 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...
  15. tondi

    Receipt Printing Problem

    Thanks Rick, I need to use with different printers but I'm sure my programmer will find your code very helpful. You have another STAR! Tony

Part and Inventory Search

Back
Top