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 Quote 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.