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 colttaylor

  1. colttaylor

    Multi-User Issue (also posted in VB.NET forum)

    You are probably right and at the scale that my app is currently running, that probably wouldn't be too much of a burden for the sql server or the network. Still it seems strange that there isn't an industry standard approach to handling this problem. If I go with the timer approach, I will...
  2. colttaylor

    Multi-User Issue (also posted in VB.NET forum)

    I've taken over development of a Vs2003(vB)/MsSql2000 application which usually runs in on a Windows 2000 server with multiple workstations running the application simultaneously in Remote Desktop Sessions. The central user interface element of the application is an un-databound grid (actually...
  3. colttaylor

    Outlook Express Messages Stuck in Outbox - Help!

    I have a customer who uses outlook express (6.00.2600.0000) on WinXP SP2 with Windows Updates active and all current updates installed. The customer uses email almost exclusively to forward jokes and funny pictures that he received in his inbox, to multiple friends. He does not yet know about...
  4. colttaylor

    BeginDoc from a Service

    Hi Everyone, I found my own solution. First I copied the... HKEY_CURRENT_USER\Software\Microsoft\WindowsNT\CurrentVersion\Windows\Device ...registry value to... HKEY_USERS\.DEFAULT\Software\Microsoft\WindowsNT\CurrentVersion\Windows\Device ...and rebooted. Take care everyone! Peace, Colt...
  5. colttaylor

    BeginDoc from a Service

    I've written a NT Service in Delphi 5 which receives directory change notification messages for an empty directory. Whenever a file gets created in that directory, my service reads it into a stringlist, formats it and then tries to print it. Everything is working up to the "print it" part...
  6. colttaylor

    Sending one print job to two printers

    Hi everyone, A customer of mine has asked that my point of sale software print its' end of day (x/z) reports out to a local report printer and simultaneously to a network shared printer at a remotely located company headquarters. I'm posting this to find out if this kind of action can be...
  7. colttaylor

    Need a silent midi file

    Thanks for the find. I used google for almost an hour and only came up with variations on "silent night". Guess the search engine gods are on your side tonight. Thanks! If it's stupid but it works, it isn't stupid
  8. colttaylor

    Need a silent midi file

    I've been asked to put an off button on the website to turn off the bgsound music which is currently a rather soft, lengthy midi piece. I have learned how to do it in javascript but it requires an empty midi file; one that plays no music. I do not know how to create (or where to find) such a...
  9. colttaylor

    Porting data aware component up from Delphi 2

    Don't bother to send answers. I found it myself. Prior to version 3.0, the TFIELDDATALINK type came from DB. After version 2.0, it came from DBCTRLS. It hasn't been abandoned, it just moved. I updated the uses line and everything works fine. On to the next component! If it's stupid but it...
  10. colttaylor

    Porting data aware component up from Delphi 2

    I've been assigned the task of porting a Delphi 2.0 application to Delphi 5.0. The application relies on a great number of data aware components, but fortunately I have the source code to almost all of them. The first component I am trying to port upward has a private variable of type...
  11. colttaylor

    Make Epson TM88III make a noise

    Thanks! I couldn't find any printer aware annunciators on my brief search of the web, but your idea of scavenging parts from a cash drawer is perfect. I even have a mechanically broken one at the shop which will serve as a parts doner. I appreciate your insights. Peace, Colt If it's stupid...
  12. colttaylor

    Make Epson TM88III make a noise

    Anybody know if there are control codes to make an Epson TM88III Thermal receipt printer ring a bell or make some noise? I have installed it as a hot/cold kitchen printer in a rather noisy kitchen and nobody can hear when the "silent" thermal prints. Orders go uncooked until somebody notices...
  13. colttaylor

    Golf Club and Restaurant POS Needed

    Bospruell, If your POS can emulate a micros 2700/4700, you might still get into the proshop. A lot of smaller clubs don't have integrated Tee-time Reservations yet, and almost every membership maintenance system hosts micros. There is enough out there for all of us! So, Good Luck!!!! Peace...
  14. colttaylor

    Golf Club and Restaurant POS Needed

    One more thing... A former poster suggested Quickbooks as a common meeting place for your seperate software products. This would be good advice if QB could take over the central "A/R, A/P, G/L" functions of the club. Unfortunately, at most clubs, the "A/R and G/L" functions are aspects of the...
  15. colttaylor

    Golf Club and Restaurant POS Needed

    Golf POS is actually a deep vertical product, involving much more than the usual product for payment transactions. Golf POS's often interface with the tee-times reservations to record the arrival of the golfers at the club and to validate their eligibility for a particular green fee rate. Golf...

Part and Inventory Search

Back
Top