NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

axReportView

Report view controls shows raw HTML text sometimes. Switch between executions and this problem goes away. Tried to invalidate control to eliminate problem:

 

case UIMessageCodes.UIMsg_UserMessageBase + 5: // Force control to redraw doesn't show formatted HTML.

axExecutionViewMgr.Invalidate();

axReportView.Invalidate();

axReportView.Update();

break;

0 Kudos
Message 1 of 2
(3,066 Views)

Hi Joe,

 

I have a few questions to get a better idea what you are seeing:

 

which operator interface are you working in? 

Does this behavior also occur in the shipping interfaces?

Does this occur with any report, or just a particular one?

Al B.
Staff Software Engineer - TestStand
CTA/CLD
0 Kudos
Message 2 of 2
(3,046 Views)