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

  1. GeppoDarkson

    How to know Width when creating New component

    Hi to all, I have to make a new component based on a TPanel with some controls over it. I need to know the Width and Height to set the position of the child controls (for example, a label in the middle of the panel). When the component is creating I can't find how to know the "final" width...
  2. GeppoDarkson

    Intelligent Agent crash with Norton Antivirus

    Hi, I've a new PC running XP-Pro and Oracle 9.2.0.1 After the installation of Norton Antivirus 2006, at startup Oracle Intelligent Agent crash, with the "send this error to Microsoft" window. If I uninstall the antivirus everythings works good. How can i tell Norton Antivirus to let Oracle...
  3. GeppoDarkson

    Get Stored proc SQL from StoredProcName

    Hi, someone knows how to get the SQL Statements of a Stored procedure knowing the name? I simply want to put the StoredProcedure source into a memo and let the user show it. Thanks, Geppo Darkson.
  4. GeppoDarkson

    UPDATE part of MERGE INTO problem

    Hi to all, may I update a field that is part of the "ON" clause of a MERGE INTO statement? I have two tables for temperature data: TReal And TTemp with the same structure: IdStation, DT_Hour, Measure, Rank I want to insert in TReal the missing records of TTemp (same IdStation & DT_Hour) and...
  5. GeppoDarkson

    Update BIG Table from data in SMALL Table

    Hi to all, I have a table containig 60 million of records containing 15 years of temperature data. This table should be update every 15 minutes with records containing the temperature of the two last days (the new 15'+ the last 48 hours, in case of some data have changed by some external...
  6. GeppoDarkson

    How to use m$ Access forms & db in Linux?

    SomeOne knows how to use Access forms, database and reports under linux? Could be a Windows server and Linux clients ? Running Access under Linux? Thanks, Geppo Darkson.
  7. GeppoDarkson

    Delphi source code obfuscator

    Does anyone know an obfuscator for Delphi (except CocolCloak) ? Thank you.
  8. GeppoDarkson

    Delphi programmer skill migration to VB.net

    Hi, I'm a Borland Delphi programmer. I have to make a VB.net project relating a company managment (invoices, orders, customers, etc). I should say, I'm not so happy to leave Delphi, but I don't want to partecipate to the usual war between Microsoft and Borland, so I'm here to ask for some...
  9. GeppoDarkson

    TBitBtn WordWrap not working

    Hi, Some one knows how (if) to make WordWrap property of a TBitBtn or TSpeedBtn work ? I mean TSpeedBtn.WordWrap, not TSpeedBtn.Caption:='First line'+#13+#10+'Second line'; Thanks. Geppo Darkson.
  10. GeppoDarkson

    Serious ploblems building 3-tier appl. using TWebConnection and IIS.

    Hi, I've found several problems trying to build tree tier applications. I'm using D7, Win2kSrv as Client and server (IIS) Step by step I've done this: [SERVER] New Application, New RemoteDataModule. I've put on the RemoteDataModule an AdoConnection (using Microsoft Jet 4.0 Ole DB provider and...

Part and Inventory Search

Back
Top