User (Legacy) Posted March 6, 2002 Report Share Posted March 6, 2002 Hi, Is there any way to get the recordset which the data editor is based on ? If I do some changes in the chart using a drag operation I want to save the changes in the back-end database . Which is the easier way ? Tnx Attachments.zip Quote Link to comment Share on other sites More sharing options...
Software FX Posted March 6, 2002 Report Share Posted March 6, 2002 There is no recordset. The dataeditor displays the same data the chart uses to plot, there is an event called ChangeValue that you can capture to know when a value has changed. You can also go through the data using the ValueEx property. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.