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

    monitoring a third party server

    I need to write an application that monitors a third party server that streams data. This third party application does not have a ProgID. I need to be sure that this server is up, and if the connection is lost, I need to be able to log back in. I have always used a ProgID for automation in...
  2. cathym

    Populate a table

    How do I automatically populate a table with real time data from a DDE server?
  3. cathym

    DDE links

    How do I store data into a sql server table coming from a live DDE server without going through Excel? This is a live data feed of stock prices. I need to database a history of prices for anaylsis purposes.
  4. cathym

    Live Data

    How do I store data coming from a live DDE server without going through Excel?
  5. cathym

    How do I find out what is causing an exception?

    I wrote a com in vc++ to execute an excel spreadsheet every minute. This spreadsheet also uses an add-in that is a DDE link. It works well, except that intermittently I get an excel unknown exception, and excel terminates. This happens ever 1 to 2 hours. Does anyone know how I can find out...
  6. cathym

    How do I find out what is causing an exception?

    I wrote a com to execute an excel spreadsheet every minute. This spreadsheet also uses an add-in that is a DDE link. It works well, except that intermittently I get an excel exception, and excel terminates. This happens ever 1 to 2 hours. Does anyone know how I can find out what is causing...
  7. cathym

    Access Violation when a COM returns

    I have an Excel spreadsheet with a lot of data. This data needs to be crunched, and returned to the sheet so graphs can be created. To accomplish this I wrote a ATL COM in C++ 6.0. To manipulate the data, from the main function I call private void functions and passes the data through...
  8. cathym

    <b>Access Violation Error when a COM returns</b>

    I have an Excel spreadsheet with a lot of data. This data needs to be crunched, and returned to the sheet so graphs can be created. To accomplish this I wrote a ATL COM in C++ 6.0. To manipulate the data, from the main function I call private void functions and passes the data through...
  9. cathym

    Reading data in to a program from Excel

    I have an extensive Excel spreadsheet with many references and calculations. To ease the load, I want to write a c++ program to read the data into a one dimentional array of structs, do some sorts and some calculations, and then spit the data back out to a separate part of the spreadsheet. If...
  10. cathym

    Reading data in from Excel

    I have an extensive Excel spreadsheet with many references and calculations. To ease the load, I want to write a c++ program to read the data into a one dimentional array of structs, do some sorts and some calculations, and then spit the data back out to a separate part of the spreadsheet. If...
  11. cathym

    How do you use safearrays???

    I'm new to automation. I have my wrapper for excel, and I can fill the safearray. Now I need to manipulate the data before putting it back on the excel sheet, and I can't seem to access the data. So far, I have only used C++ academically. Professionally, my experience has been in VB and ASP...
  12. cathym

    How do you use the data in a safearray?

    I'm new to automation. I have my wrapper for excel, and I can fill the safearray. Now I need to manipulate the data before putting it back on the excel sheet, and I can't seem to access the data. So far, I have only used C++ academically. Professionally, my experience has been in VB and ASP...
  13. cathym

    automating a spreadsheet

    What is the best way of coding to automate a spreadsheet for the fastest possible excution? Right now this spreadsheet uses macros ectensively with calls to an application object.
  14. cathym

    Executing compiled code as an excel macro

    How do I get excel to execute code as a macro that is compiled in VB 6 as a .exe? I need fast execution.
  15. cathym

    Excel Macros

    How do I take a complicated excel macro, compile it with a visual basic 6.0 compiler to an .exe file, and then get the spreadsheet to execute it?
  16. cathym

    Formatting data

    I have two tables, Adult and Children with a one to many relationship. On a report I would like to have the name of the adult, and all the names of the children on one line. How can I accomplish that?

Part and Inventory Search

Back
Top