Origin Ver. and Service Release (Select Help-->About Origin): 8.0.63.988 SR6 V8.0988 Operating System: Windows 7
I created a sql query that supplies the data to a graph. If I change the query in the SQL backend database, I still have to physically open the query again in Origin and press Import for the graph to see the changes. Is there any way I can tell Origin to always refresh the backend data to the graphs whenever the Origin project is opened?
Create a text object on your query worksheet Alt-double click to open Programming Control Select Script, Run After: Window Create Enter the following line in the text box: dbimport; Uncheck the Visible box and click OK.
After saving the project, whenever you re-open it, the Window Create event gets triggered and the data will re-import.