Can anyone tell me if it's possible to add data to a "Graph" that is on an active MDIChild?? And ofcourse how it's done.
Explanation of my program:
I get data from a database and put that in an array. Then with "child->Show();" I present the data in a Graph. So far I can only present data in the Graph that is already in the database before I create Graph.
Problem:
The problem now is that the database is filled with new data after and probably also during the creation of the Graph. I want to check for this new data and add to the other data in the Graph.
Thanks in advance
Greetz,
Brakie
Explanation of my program:
I get data from a database and put that in an array. Then with "child->Show();" I present the data in a Graph. So far I can only present data in the Graph that is already in the database before I create Graph.
Problem:
The problem now is that the database is filled with new data after and probably also during the creation of the Graph. I want to check for this new data and add to the other data in the Graph.
Thanks in advance
Greetz,
Brakie