Focal Point
[SOLVED] Possible Error on: setMonetarySeparator(",");

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/574107784

July 14, 2010, 11:38 AM
Larry W
[SOLVED] Possible Error on: setMonetarySeparator(",");
I get this error when I run a procedure with a graph in Developer. I even get it when I try to run some of the demo of Century Corp Executive Summary reports off the Welcome to WebFOCUS Site. Has anyone encountered this issue before? Any information could be helpful. Thanks.

This message has been edited. Last edited by: Kerry,


WebFOCUS DevStudio Client 7.6.11 on XP
July 14, 2010, 11:53 AM
Tony A
Larry,

What version are you running? It could be that it's not supported on that release.

There are no references in either of the WF graphics manual or the Perspectives for Java manual from THREED to "setMonetarySeparator".

Have you tried "setTextFormatPattern"?

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
July 14, 2010, 12:20 PM
Larry W
We are on WebFOCUS DevStudio 7.6.11 on Windows XP.

For the graph that we are trying to design in Developer Studio the setTextFormatPattern is already defaulted to "(getY1Label(),"#.##");" in the Text view.


WebFOCUS DevStudio Client 7.6.11 on XP
July 14, 2010, 01:34 PM
Larry W
We discovered that our client may be running on newer version than the server and that is most likely the cause of our issue.


WebFOCUS DevStudio Client 7.6.11 on XP
July 14, 2010, 01:52 PM
AlexU
There is a SET Command for Continental Decimal:
SET CDN = ON


WF 7703M, XP/Win7, MRE, RC, BID, PMF, HTML, PDF, Excel 2000/7/10
July 14, 2010, 05:27 PM
BlueZone
Larry - We had the same eror when we upgraded from 764 to 76-10 recently.

Fix is to insert this following line inside the style section of the 'graph file' step.

setReportParsingErrors(false);


-------------------------------------------------------------------------------------------------
Blue Cross & Blue Shield of MS
WF.76-10 on (WS2003 + WebSphere) / EDA on z/OS + DB2 + MS-SQL
MRE, BID, Dev. Studio, Self-Service apps & a dash of fun !! Music
July 16, 2010, 04:22 PM
Larry W
AlexU, we set CDN = ON but still had the same error.

BlueZone, the ‘setReportParsingErrors(false);’ statement did the trick for our DevStudio graph. We have graphs appearing now. Thanks!

Thanks to everyone that offered to help, I really appreciate it.


WebFOCUS DevStudio Client 7.6.11 on XP