Jump to content
Software FX Community

Problem with auto generation code


User (Legacy)

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...