Hi
I am programmatically changing labels on the graph. However, my code is working correctly only when I put a brake in the middle of the procedure. Otherwise the labels do not get changed.
I tried to insert "DoEvents" (and in desperation "dbengine.idle"), re-wrote the code to do things a bit...