I loaded up the simple VB6 example and started looking the control over.
Is there a way to indicate an invalid symbol? I didn't see any OnError type events for bad symbol, dropped connection, or other server or data errors.
The only thing I noticed in the Object Browser was
"IsValidSymbol" which is listed as a method rather than a property like IsHistoryReady. It also expects the Symbol as a parameter rather than lHandle.
I experimented with it a bit and it always returned a zero.
How can I handle these type of errors?
Thanks,
David
Is there a way to indicate an invalid symbol? I didn't see any OnError type events for bad symbol, dropped connection, or other server or data errors.
The only thing I noticed in the Object Browser was
"IsValidSymbol" which is listed as a method rather than a property like IsHistoryReady. It also expects the Symbol as a parameter rather than lHandle.
I experimented with it a bit and it always returned a zero.
How can I handle these type of errors?
Thanks,
David
Comment