01-14-2009 07:59 AM
I'm trying to have a table in my program with synchronous display and I just can't see anything in the table when the program runs.
Can someone, please, help me?
The same data is being successfully displayed in a graph, but not in the table, any idea?
thanks
01-14-2009 08:28 AM
A chart (the graph type you used) has an internal buffer for the data.
For a table you would have to make that yourself.
Ton
01-14-2009 08:49 AM
01-14-2009 08:55 AM