joshuachung

Members
  • Content count

    3
  • Joined

  • Last visited

About joshuachung

  • Rank
    Forum Newbie
  1. Unable to View Charts from Client Side

    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?
  2. Unable to View Charts from Client Side

    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