User (Legacy) Posted January 29, 2000 Report Share Posted January 29, 2000 Hi, So far everything worked fine. The last thing I did has been to use the sheridan grid in my web site as a demo (I haven't bought it yet). So everything worked for 2 weeks now. But this morning I suddenly got a red cross instead of the regular chart. I checked and I have that everywhere I'm doing the following: <% set chart = Server.CreateObject("ChartFX.WebServer.3") dim path path = MyServer.getChartFXFilePath() + Request("userId") + "_chart.chf" chart.Import 3, path %> <% = path %> <% = chart.GetHtmlTag("100%","100%") %> The path is perfectly correct. Here is the Source code displayed by the web page: <OBJECT classid="CLSID:5220cb21-c88d-11cf-b347-00aa00a28331" id="Microsoft_Licensed_Class_Manager_1_0"1> <PARAM name="LPKPath" value="/License/cfxax.lpk"> </OBJECT> <IMG SRC="v Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.