Hi , How can we inform Origin C that new data have been added to the worksheet. This I need in the context of real time updation of a dataset. Thanks. Deepak Samuel
What version of Origin do you have? 7 or 7.5? In 7.5, you can do the following: 1> Create Origin C function(s) that need to be called when data is added/changed. Compile and build your function. 2> Use Auto Update feature of Set Column Values dialog, and specify the Origin C function to be called in that dialog.
Make sure the From and To are left as Auto so that when new data gets added/appended, the function is still called.