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 IamaSherpa 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: *

  1. pencheff

    Globally Clear Multiple Edit Boxes

    oops... correct my previous post to read TEdit(Components[I]).Text := '';
  2. pencheff

    Globally Clear Multiple Edit Boxes

    for I := 0 to ComponentCount -1 do if Components[I] is TEdit then TEdit(Components).Text := '';
  3. pencheff

    SQL Explorer returns "invalid time" error on Oracle 8i database

    We recently upgraded a production database from Oracle 7.3 to Oracle8i Enterprise Edition 8.1.6. I installed Oracle Developer and all support files to my PC, made all appropriate changes to my BDE config (VENDOR INIT=ORA805.DLL, DLL32=SQLORA32.DLL). Now when I attempt to list the database...
  4. pencheff

    TRegistry.RestoreKey not working

    I need to save and restore an entire registry key and groups of subkeys depending on which program a user needs to run (both require different reg entries under the same key... I didn't write it:}).<br><br>I can sucessfully export a &quot;hive&quot; file using TRegistry.SaveKey, but cannot use...
  5. pencheff

    Installing GroupWise 5.5 on Winframe 1.7

    To realize the full capabilites of GroupWise 5.5 including MAPI support, the installation procedure insists on installing the "complete Windows Messaging System". While this is has presented no problems when installing GW on our desktop PCs within our Novell network, we are hesistant to do...
  6. pencheff

    BDE, local SQL, Paradox tables

    Thanks Cole. I've been slowly coming to the same conclusion. Unfortunately the licensing cost of Interbase or any other true Client Server database package that uses SQL is prohibitive in this instance. I found a very inexpensive C/S database package from TurboPower that has NO licensing...
  7. pencheff

    BDE, local SQL, Paradox tables

    I have a multi user database program written in D1 that I'm recompiling in D3. The program uses local SQL against several Paradox tables. The master table contains about 17,000 records. The D3 compiled version runs much slower than the original 16 bit version. How do I (or _can_ I) speed...
  8. pencheff

    ICA client, Win95 "Cannot Open required WTAPI"

    What causes this error and how do I overcome it?

Part and Inventory Search

Back
Top