03-16-2009 05:08 PM
I am trying to use the function TS_ReportReset. It is not working when I try to call it though
local_err = TS_ReportReset (seqContextCVI, NULL, "Test", &NullReturn);
Am I supposed to use the sequence context or a different object handle?
03-17-2009 04:56 PM
When you say that it's not working, what kind of error are you receiving?
03-17-2009 05:00 PM
Thanks for the response. I did manage to find the solution though.
TS_SeqContextGetReport had to be called from the sequence context to get the proper object. An object browser for CVI would be a great improvement, even if the object could be reported as just one long text string.
03-18-2009 08:40 AM