After I put all the fp7 files on the FM server, I do the following:
DocFilePath
Let ( folderPath=Left ( Get ( FilePath ) ; Position ( Get
( FilePath ) ; "/" ; Length (Get (FilePath)) ; -1));
Let (curDir=folderPath ; If ( Abs ( Get ( SystemPlatform )) = 2 ;
curDir ; Substitute (curDir ; "file:/" ; "file:///Volumes/" ) ))) & "fc/charts/FCLibScripts.html"
I have also hardcode the InitializeFusionCharts for the $$CurrentDir as
"fmnet:/nt46:80/fc/charts"
But I have got this Error page:
res://C:WINDOWSsystem32shdoclc.dll/dnserror.htm#fmnet:/serverip/Charts/FusionCharts.html?v=free&sep=;&chart=[chartType=Column3D;chartWidth=600;chartHeight=300]&chartParams=[caption=Monthly%20Sales%20;subCaption=For%20This%20Year;formatNumberScale=1;showValues=1;decimalPrecision=0;numberPrefix=$;rotateNames=0;xAxisName=Month;yAxisName=Sales]&labels=Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec&data=12000;13000;14000;15000;16000;17000;18000;14000;12000;20000;30000;40000
However, I test this in my IE 6 browser, it works:
http://serverip/fc/charts/FusionCharts.html?v=free&sep=;&chart=[chartType=Column3D;chartWidth=600;chartHeight=300]&chartParams=[caption=Monthly%20Sales%20;subCaption=For%20This%20Year;formatNumberScale=1;showValues=1;decimalPrecision=0;numberPrefix=$;rotateNames=0;xAxisName=Month;yAxisName=Sales]&labels=Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec&data=12000;13000;14000;15000;16000;17000;18000;14000;12000;20000;30000;40000
Is there anything I have missed?