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!

Search results for query: *

  • Users: 1Derry
  • Content: Threads
  • Order by date
  1. 1Derry

    Application Error - The instruction at...

    When trying to run a bespoke application I get the error message.. The instruction at 0x77e151e9 referenced memory at "0x00538c58". The required data was not placed into memory because of an I/O error status of "0xc000020c". This happens on all machines. Any ideas...
  2. 1Derry

    Crystal Product Usage

    I have a client who uses Seagate Info v7.02.100 to view their reports. The reports are run on an ad hoc basis (no scheduling). They go to Seagate Info Report Designer to run the reports (some of which are based on .qry files). Their concern is this method seems longwinded. My concern is that...
  3. 1Derry

    Variables in runtime sql

    I'm creating runtime SQL for a query object. Simply... SELECT * FROM tablename WHERE Fieldname1 = abc and Fieldname2 = def passing the following hardcoded value works fine SQL.Add(' and FieldName2 = ' + '''T7379788'''); how would I pass a variable to the sql structure - along the lines of...
  4. 1Derry

    InstallShield

    I've used InstallShield Express Limited Edition 2.12 to create a setup executable. Does anyone know of any reason why this executable should fail when trying to run on Windows 2000 machines? It previously installed our Delphi application fine on Win 95 and NT. (At the moment the user hasn't...
  5. 1Derry

    Taskbar icons

    I've got a SDI Delphi application. Is it possible to suppress the creation of a new icon in the taskbar every time a new form is created. I would just like the one icon which, when selected, displays all the created forms with the latest on top. Thanks.

Part and Inventory Search

Back
Top