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 Mike Lewis 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. howardb1

    Detecting when a user closes Excel (OLE question)

    I have a program that opens an Excel 2000 spreadsheet, reads several columns, then queries an oracle database using the values in each row of the columns to retrieve additional information, which I then write to a new worksheet in the workbook. This all works fine except that I allow the user...
  2. howardb1

    ActiveX Template Library. How do I connect to excel spreadsheet???

    Did you ever find an answer to your question on how to open a particular spreadsheet using the TExcelApplication component? If not... In my program I built a drop-down list of the visible worksheets and then when the user chose a worksheet from the list I opened it using the following code...
  3. howardb1

    Reading from/Writing to an Excel Spread Sheet

    BCB 6 has several TExcel commonents, but it doesn't have any documentation on them. Can anyone please tell me how to use them to read data from and write data to an Excel 97 or 2000 spread sheet? I have seen the Delphi usage of these components, but I don't know Delphi so I really couldn't get...
  4. howardb1

    Outlook Rule: Start Application

    When you set up the Start Application type of rule in Outlook, how does the application "know" what message activated it. I want to write a program that will process a incoming email and then have it move to a specific folder using the Rule Wizard rather than a macro or background...
  5. howardb1

    Better Switchboard manager?

    So far all I've done is modify the results that the wizard produce. Strangely enough, adding support for vb function call with parameters and conditionally displaying certain buttons based on the person that logged into my application doesn't seem to prevent me from using the wizard from...
  6. howardb1

    DoCmd.FindRecord - doesn't report No Find conditions.

    The Find function in the menu and button bar display a message box when there are no more matches for the specified search criteria. However, ths DoCmd.FindRecord doesn't do this, and none of the documentation I've seen so far on the DoCmd.FindRecord command covers how to determine if a match...

Part and Inventory Search

Back
Top