Jump to content
Software FX Community

RE: Problems in viewing the chart outside my Local Area Network.


Software FX

Recommended Posts

This would be the correct code if you want to use the CfxIE ActiveX component without using the server component 

<!-- Please note that if you plan to use the ActiveX client you need this license information -->

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

<PARAM name="LPKPath" value="/License/CfxAx.LPK">

</OBJECT>

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

TYPE="application/x-oleobject"

WIDTH="500" HEIGHT="350" ID="Chart1"

CODEBASE=/download/cfxax.cab#Version=3,5,37,0>

<PARAM name="InlineData" value="Series">

<PARAM name="S0" value="10,12,8">

<PARAM name="S1" value="14,9,6">

</OBJECT>

In this sample I am passing the data using param tags, you could also use the DataPath param to point to a CHW or ASCII file.

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

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

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

Posted At: Thursday, December 30, 1999 4:19 PM

Posted To: Server

Conversation: Problems in viewing the chart outside my Local Area

Network.

Subject: Problems in viewing the chart outside my Local Area Network.

Hi,

I have a problem in viewing my charts outside my LAN. I have included the

CfxAx.cab and CfxAx.lpk files in my application and the following lines of

code but it doesn't work, though I can see them perfectly within my network.

****************************************************************************

******

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

<param name = "LPKPath" value= "/License/cfxax.lpk") >

</OBJECT>

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

codeBase=CfxAx.cab

id=CHART1></OBJECT>

****************************************************************************

******

Do I need to include any other files.

Ravi

Link to comment
Share on other sites

This would be the correct code if you want to use the CfxIE ActiveX component without using the server component 

<!-- Please note that if you plan to use the ActiveX client you need this license information -->

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

<PARAM name="LPKPath" value="/License/CfxAx.LPK">

</OBJECT>

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

TYPE="application/x-oleobject"

WIDTH="500" HEIGHT="350" ID="Chart1"

CODEBASE=/download/cfxax.cab#Version=3,5,37,0>

<PARAM name="InlineData" value="Series">

<PARAM name="S0" value="10,12,8">

<PARAM name="S1" value="14,9,6">

</OBJECT>

In this sample I am passing the data using param tags, you could also use the DataPath param to point to a CHW or ASCII file.

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

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

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

Posted At: Thursday, December 30, 1999 4:19 PM

Posted To: Server

Conversation: Problems in viewing the chart outside my Local Area

Network.

Subject: Problems in viewing the chart outside my Local Area Network.

Hi,

I have a problem in viewing my charts outside my LAN. I have included the

CfxAx.cab and CfxAx.lpk files in my application and the following lines of

code but it doesn't work, though I can see them perfectly within my network.

****************************************************************************

******

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

<param name = "LPKPath" value= "/License/cfxax.lpk") >

</OBJECT>

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

codeBase=CfxAx.cab

id=CHART1></OBJECT>

****************************************************************************

******

Do I need to include any other files.

Ravi

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...