I want to run Origin from Compaq Visual Fortran. It needs me to to transfer my computed data to Origin Worksheet and plot Graphs. Is it possible ? How can I run script file from command prompt line ?
Hi: I've bumped into a problem with Origin and DDE. I don't believe the problem is with Origin but I was wondering if anyone else has come across this. I've adapted the Visual Basic example included with Origin 6.0 in the directory ati\vbdemo\vbasic5 for use with larger projects. Basically, I tell Origin to save the project I'm working on with the following code: PokeLabel.LinkTopic = "Origin|ORG" PokeLabel.LinkItem = "Data1" PokeLabel.LinkMode = COLD LabTalkCommand.Caption = "save" PokeLabel.LinkExecute LabTalkCommand.Caption
The project is relatively large (6.72 MB) so it takes a while to save it to hard disk. It takes long enough that a time out error is generated by Visual Basic. If the time out error is ignored then closing Origin causes Origin to crash because of open DDE links. Has anyone bumped into this before?
In case any one's curious about my Visual Basic problem, to fix this error, increase the "LinkTimeout" property for the text box "Poke Label" to something more than the 50 used in the Origin example. --Bob