Jump to content
Software FX Community

Viewing chart outside LAN


User (Legacy)

Recommended Posts

Hi, 

I am having difficulties in viewing my graphs outside my intranet.

I have used the following code.

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

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

<Param name= "LPKPath" Value = "CfxAx.lpk"></OBJECT>

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

codeBase=cfxIEAxp.cab id=CHART1></OBJECT>

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

I have included the Code Base and LPK files in my project.

Can I use over the problem by using <% =CHART1.GETHTMLTAG(500,300, "Image")

%> to generate just the image on the client side.

Can you tell what the mistake is.

Thanks

Ravi

Link to comment
Share on other sites

Hi, 

I am having difficulties in viewing my graphs outside my intranet.

I have used the following code.

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

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

<Param name= "LPKPath" Value = "CfxAx.lpk"></OBJECT>

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

codeBase=cfxIEAxp.cab id=CHART1></OBJECT>

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

I have included the Code Base and LPK files in my project.

Can I use over the problem by using <% =CHART1.GETHTMLTAG(500,300, "Image")

%> to generate just the image on the client side.

Can you tell what the mistake is.

Thanks

Ravi

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...