Jump to content
Software FX Community

RE: "Downloading License" Message Is All I see


Software FX

Recommended Posts

Does this page fails consistently when connecting to one of your servers and consistently works on other server ? 

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

-----Original Message-----

From: Casey McKinnon [ mailto:casey@webhancer.com]

Posted At: Wednesday, January 19, 2000 4:50 PM

Posted To: Server

Conversation: "Downloading License" Message Is All I see

Subject: "Downloading License" Message Is All I see

My charts fail to appear 90% of the time when using the ChartFxIE 2000

software. I see a message "Downloading License" and then the Active X

object seems to hang. This happens even when passing the simplest of charts

(an example from your Help file).

<html>

<head>

<title></title>

</head>

<body>

<!-- #include virtual="/Include/CfxIE.inc" -->

<%

Set ChartFX1 = Server.CreateObject("ChartFX.WebServer")

ChartFX1.OpenDataEx COD_VALUES,1,5

ChartFX1.Series(0).YValue(0) = 30

ChartFX1.Series(0).YValue(1) = 76

ChartFX1.Series(0).YValue(2) = 43.5

ChartFX1.Series(0).YValue(3) = 90.75

ChartFX1.Series(0).YValue(4) = 12.5

ChartFX1.CloseData COD_VALUES

%>

<%= ChartFX1.GetHtmlTag(300,300) %>

</body>

</html>

Could it be a problem with the server? Is there anything I can do to speed

the downloading of the license or the drawing of charts etc.? The same code

seems to work on another server that is on the local network.

Thanks,

Casey McKinnon

casey@webhancer.com

613-721-7747 ext. 286

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...