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 DavidCoulter

  1. DavidCoulter

    SQL Server Error from only Crystal Reports

    Thanks, That worked. I had another report that was asking for login info over and over and over.... I did a verify on that one and it asked me for the DSN. I guess it somehow forgot its DSN. Thanks again David Coulter
  2. DavidCoulter

    SQL Server Error from only Crystal Reports

    I have a stored procedure that works in query analyser and when run from a pass thru query in Access using the same ODBC Connection as I use in Crystal Reports but it does not work when run from a crystal report. The error message I get is: ODBC Error: [Microsoft][ODBC SQL Server Driver]...
  3. DavidCoulter

    Conventional Memory Exausted

    I would try to have as few dbf's open at the same time as possible. I am using Clipper 5.2d and 5.2e. I have found that with 5.2d (I haven't been using 5.2e for long) that when too many "work areas" get open clipper just drops one and then you get a "File or Area not in use" error. I believe...
  4. DavidCoulter

    Clipper 5.0 or 5.2 and Y2k Compliancy

    As far as I know there is no problem with Clipper and Y2k. We have "fixed" our code. You might want to look at any date calculations in your code that might cause you a problem. We had some. These were not Clipper problems but programmed in problems such as calculating from the last 2 digits of...
  5. DavidCoulter

    How do I use commercial word processors in Clipper?

    If you have blinker, you can use the SwapRunCommand function to shell out and run a comercial word processor. You can even launch a copy of Word if you are working under Win95 or Win98. I wouldn't know about Win 3.1.<br> <br> I had a problem with the path launching word on multiple machines...
  6. DavidCoulter

    VM Integrity Failure

    I am using Clipper 5.2D under Windows 95. Are there any further patches or upgrades of the DOS version that might fix this problem.<br> <br> I usually can fix it temporarily by reorganizing my OBJ's to link in a different order or by playing with the DOS box's memory properties. <br> <br> But it...

Part and Inventory Search

Back
Top