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 bkrike 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: Sisto
  • Content: Threads
  • Order by date
  1. Sisto

    Help With ActiveX Component

    I have an ActiveX component (DSIClientX) in my application. A call to ServerIPConfig is supposed to return an XML result of type BSTR (WIDESTRING). I am not getting my result string. XMLResult : WideString; XMLResult := DSIClientX.ServerIPConfig('b2.backuppay.com;X1.mercurypay.com',0) Does...
  2. Sisto

    Compile a delphi 3 proj using Delphi 6

    I recently installed Delphi 6 and I need to convert some projects from Delphi 3 to 6. Whenever I try to build my project using Delphi 6 I get the message: [Fatal Error] SQLEditor.dpr(17): Unit Forms was compiled with a different version of Math.Max SQLEditor is the name of my project. Any...
  3. Sisto

    Computer freezes during startup: Cleaning: /tmp /var/lock /var/run

    The last sceen message is: Cleaning: /tmp /var/lock /var/run <then the computer locks up> Most start-ups the computer freezes at this point. Sometimes it gets past this point and the server is up and running normally. Does anyone know why this is happening or how to debug the problem. Sisto
  4. Sisto

    Reloading the Registry

    What is the command to reload the registry? Thanxs a million. :)
  5. Sisto

    TRegistry.ReadString

    I am trying to read the (Default) value of the key .lay and the following does not work. Any suggestions? I am trying the following: Var RegistryDB : TRegistry; aStringValue : String; ... RegistryDB.RootKey := HKEY_CLASSES_ROOT; {working} RegistryDB.OpenKey('.lay\'); {working} aStringValue...
  6. Sisto

    Select Problem

    **ANSI SQL** I have a field named DATE in my table. How would I write a select statement choosing that field. Select Date, Amount from <aTable> The above doesn't work because Date is a key word. My Table needs to look like: Date Amount ---------- ------ 06/03/2001 10.00...
  7. Sisto

    .DFM File Structure

    Does anyone have any information on the file structure of .DFM files? If you have any documentation or know of a web-site please let me know. Thankyou.
  8. Sisto

    Select Date from MyDatabase

    Select Date From MyDatabase There is a field called &quot;Date&quot; in MyDatabase. My SQL staments using the &quot;Date&quot; field will not execute because Date is a reserved word. Do you know of anyway around this problem? Thanks a million.

Part and Inventory Search

Back
Top