Jump to content
Software FX Community

RE: Problems Viewing Chart on the Internet.


Software FX

Recommended Posts

Please note that your second object tag should be removed if you are using our server component since we will generate the <OBJECT> tag for the chart itself.

If you see an icon containing a red X in the client it means the control failed to install

If you see an icon containing a circle, rectangle and triangle it means the license information could not be downloaded. Please check that you have a virtual directory in the server called License pointing to the license folder and check the permissions on this folder (make sure the user impersonated by IIS has read permissions on it).

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

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

From: Ravi Madhira [ mailto:rmadhira@even.tamuk.edu]

Posted At: Friday, February 18, 2000 12:35 PM

Posted To: Server

Conversation: Problems Viewing Chart on the Internet.

Subject: Problems Viewing Chart on the Internet.

Hi,

I am having problems viewing my Chart on the internet, though it works fine

on the local machine.

I have included the following code

<OBJECT classid="CLSID:5220cb21-c88d-11cf-b347-00aa00a28331" >

<PARAM name = "LKPath" value = "/licence/CfxAx.LPK">

</OBJECT>

<OBJECT classid="CLSID:08818C3-2F1E-11d0-9223-00A0244D2920"

TYPE = "application/x-oleobject"

codebase=/download/CfxAx.cab#Version=3,5,37,1 >

</OBJECT></P>

but it doesn't work, the LPK and code base files are in the License and

Download directories of the IIS server.

The following HTML code is being generated on the Client Browser.

A prompt for downloading the Cfx component appears, but even after

downloading the component the graph is not generated.

<OBJECT classid="CLSID:5220cb21-c88d-11cf-b347-00aa00a28331" >

<PARAM name = "LKPath" value = "/licence/CfxAx.LPK">

</OBJECT>

<OBJECT classid="CLSID:08818C3-2F1E-11d0-9223-00A0244D2920"

TYPE = "application/x-oleobject"

codebase=/download/CfxAx.cab#Version=3,5,37,1 >

</OBJECT></P>

<OBJECT CLASSID="CLSID:08C818C3-2F1E-11d0-9223-00A0244D2920"

TYPE="application/x-oleobject"

WIDTH="500" HEIGHT="300" ID="Chart1"

CODEBASE= http://WEBCT/download/cfxax.cab#Version=3,5,37,1>

<PARAM NAME="DATAPATH" VALUE="/cfxtemp/CFT0218_113123396.chw">

</OBJECT>

Can you help indicate what the problem could be.

Thanks

Ravi

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...