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 Chriss Miller 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: pwesson
  • Content: Threads
  • Order by date
  1. pwesson

    Action Scripting - ComboBox Load Values at start-up

    I have a panel that is closed be default but then animates and opens at a certain keyframe and stays open. I want to put a combo box on that panel that loads a list of values (from a php script). How do I get the combo box to load its results when that panel is fully open? Where do I put the...
  2. pwesson

    GROUP BY Problems

    I have two tables, say Customers and Invoices and I want a query to show some customer information along with the # of invoices they have... From what I understand a group by fields list must also be included in the GROUP BY ... So this works fine: SELECT c.cust_no, COUNT(*) FROM "customers"...
  3. pwesson

    Error accessing via Crystal Reports

    Pervasive SQL 8.7 Crystal Reports 8.5 When I try and connect via Crystal Reports I get the following error: Crystal Reports: Database Error ODBC error:[Pervasive][ODBC Client Interface][Client LNA]Connection attempt timed out. The SQL Connection Manager may be inactive or using a different...
  4. pwesson

    FormatDateTime not inserting leading zero

    I have some code that is doing a FormatDateTime function on a TDateTimePicker, but for some reason it will drop the leading zero from the month or day. sample: sMonth := FormatDateTime('mm', DateTimePicker1.DateTime); sMonth should return a two digit month and it does 99% of the time, but...
  5. pwesson

    AssignFile creates file with wrong date/time

    I'm using Delphi 5.0 and for some reason on one of my clients machines (WinXP Pro) the AssignFile section of my code is creating the file with the wrong date & time. It is sometimes 3 months off... Their system clock is fine and other applications such as Word create files with the correct date...
  6. pwesson

    UPS System for Mandrake

    I would like to know some recommendations on a UPS System for my Mandrake 9.1 server. I am specifically interested in a UPS system that comes with Linux compatible monitoring software (via USB) so the system can be automatically shutdown during a power outage. Thanks Paul Paul Wesson...
  7. pwesson

    Error when app tries to shut down

    I recently added a second "TPvSqlSession" component to my Delphi 5 app and now when my app shuts down I get an "app name.exe caused an error in Kernel32.dll"... If I do nothing with the TPvSqlSession session component I don't get any error on exit, but if I use it at all I...
  8. pwesson

    How do you create a Pervasive ODBC Client connection using Delphi?

    How to a create Pervasive ODBC Client connection via code? The following keeps returning an error... please help. var listParams: TStringList; begin listParams := TStringList.Create; listParams.Add('IS_SYSTEM_DSN=True'); listParams.Add('IS_ENGINE_DSN=False')...
  9. pwesson

    No USB support after upgrading

    After installing WindowsME over my previous Win98SE install I now have no USB support. My Device manager is showing my "Intel 82371AB/EB PCI to USB Universal Host Controller" with the yellow "!" The Device status says: "The NTKERN.VXD device loader(s) for this device...
  10. pwesson

    Error 7004

    Trying to connect to Pervasive.SQL 2000 on our Windows 2000 server via the Pervasive Control Center returns an error 7004.<br><br>Anyone know how we can fix this? <p>Paul Wesson<br><a href=mailto:paul@wessoft.com>paul@wessoft.com</a><br><a href=http://www.wessoft.com/>Paul Wesson...
  11. pwesson

    VPN and Internet connection

    I am using a cable modem and have successfully setup a VPN connection to my office. The problem is that when I'm connected to my office I can't browse the internet.<br><br>I assume the VPN connection has taken over my network card...<br><br>Is there a way I can do both at the same...
  12. pwesson

    Using parameters in Crystal 8.0 RDC with Delphi 5

    Has anyone had any luck getting this to work at all?<br><br>About the only thing I can do is select the report I want to print and print/preview it? <br><br>What I really want to be able to do is locate any parameters in the report and then set the values for them... but everytime I do that I...
  13. pwesson

    Using parameters in Crystal 8.0 RDC with Delphi 5

    Has anyone had any luck getting this to work at all?<br><br>About the only thing I can do is select the report I want to print and print/preview it? <br><br>What I really want to be able to do is locate any parameters in the report and then set the values for them... but everytime I do that I...

Part and Inventory Search

Back
Top