Jump to content
Software FX Community

Change Properties of Chart w/o Temporary File


User (Legacy)

Recommended Posts

I have followed the sample code to create a object without using a temporary 

file as follows

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

<OBJECT CLASSID="CLSID:21F49842-BFA9-11d2-A89C-00104B62BDDA"

TYPE="application/x-oleobject"

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

CODEBASE=/download/CfxIEAx.cab#Version=4,5,14,0

>

<PARAM NAME="LICENSE" VALUE="/license/CfxIE.lic">

<PARAM NAME="DATAPATH" VALUE="ChartObject.asp">

<EMBED type=chart/chartfxie width="500" height="350" name="Chart1"

PLUGINSPAGE=/download/NpCfxIE.htm PluginVersion="4,5,14,0"

LICENSE="/license/CfxIE.lic"

DATAPATH="ChartObject.asp"

>

</OBJECT>

Question:

Is there anyway to maipulate the properties of the chart via the web page

now? We would like to be able to toggle props on and of, as well as change

the recordset for the chart. I know I can right-clik and use the menu, but

everything I have tried from the web results in a "object required" error.

--

Gary Ray

Application Developer

DWS-LMI Software Development

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...