maidanss Report post Posted March 4, 2008 Hi All, I have Fusioncharts V3 setup on a server, the charts folder is also on the server. When opening the FMP file through open remote file using the FMP which resides on the server PC, then the charts show up nicely. But when I open the file through open remote using the FMP which resides on the client PC, then the charts DO NOT show up at all. I get Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 4, 2008 You would need a file server or a web server configured with FileMaker to acheive this. Please see the attached word document for detailed guidance. Please feel free to contact us in case of more queries, FusionCharts team Rendering Charts via FileMaker Server.doc Share this post Link to post Share on other sites
joshuachung Report post Posted July 9, 2008 (edited) I am new to the FileMaker Server and could not make it work. Is it possible to show the exact locations for different folders for the Single Machine Deployment, with the following enabled? Apache Server PHP IWP XML XSLT ODBC/JBDC Edited July 9, 2008 by Guest Share this post Link to post Share on other sites
joshuachung Report post Posted August 26, 2008 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? Share this post Link to post Share on other sites
srividya_sharma Report post Posted September 21, 2009 Hi Please put the same server path http://serverip/fc/charts in $$CurrentDir also. Srividya Share this post Link to post Share on other sites