User (Legacy) Posted October 20, 2003 Report Share Posted October 20, 2003 Hi all, I've this problem. I've installed a trial version of last Internet ChartFX. By creating any chart, the software does not automatically generate a complete code such as in the web documentation but a code like this: <%@ Language=VBScript %> <HTML> <HEAD> </HEAD> <BODY> <% Set Chart1 = Server.CreateObject("ChartFX.WebServer") ' General Settings Chart1.TypeMask = &H68C0402& %> <%= Chart1.GetHtmlTag(300,300,"Auto","Chart1") %> </BODY> </HTML> Why ? Is this a limit of trial version ? best regards Link to comment Share on other sites More sharing options...
Software FX Posted October 20, 2003 Report Share Posted October 20, 2003 I'm sorry, I don't understand your question. What code is not generated ? By whom ? The code you pasted looks OK to me. It will generate pretty much a default chart. No data is being passed. -- FP Software FX, Inc. PS: Please do not cross-post Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.