02-01-2010 05:49 PM
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;
02-02-2010 05:15 PM
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?