I utilize a chart on a form to summarize information from a sub grid. Basically, on the order form, i have a sub-grid that shows a list of order products and then I have a chart on the order form that summarizes the order products quantity. i have Javascript on the order product that refreshes the chart whenever the order quantity on the order product changes and it has worked great up until UR 12. The JS is subgridname.control.refresh();
When the order quantity changes, i can see it begin to refresh the chart but then the chart is left blank (white box). This has been identified by Microsoft as a potential issue but that doesn't help me to resolve it. Do you have any ideas about how i can refresh this chart with JS or an update on when this issue will be addressed.
thanks for any/all comments.
Dave