User (Legacy) Posted August 4, 2000 Report Share Posted August 4, 2000 Hi, I am trying a trial version of SFX Client.Server. The image is the result of the code you see here: <html> <body> <% Set chart = Server.CreateObject("ChartFX.WebServer") %> <% Set conn = Server.CreateObject("ADODB.Connection") conn.Open("dsn=project;uid=deppy") Set RS = Conn.Execute("SELECT CVSex,CVTel FROM CV") Set chart = Server.CreateObject("ChartFX.WebServer") chart.AdoResultset RS Conn.Close %> <OBJECT classid="CLSID:21F49842-BFA9-11d2-A89C-00104B62BDDA" type="application/x-oleobject" id="Chart1" width="300" height="300" Codebase="/Download/CfxIE.cab#Version=4,4,13,1" > <PARAM name="License" value="/License/CfxIE.lic"> <PARAM name="TypeMask" value="110890242"> <PARAM name="Style" value="-1"> <PARAM name="IntFlags" value="4"> <EMBED type="chart/chartfxie" name="Chart1" width="300" height="300" Pluginspage="/Download/NpCfxIE.htm" PluginVersion="4,4,13,1" License="/License/CfxIE.lic" TypeMask="110890242" Style="-1" IntFlags="4" > </OBJECT> <% Chart.AllowResize = True Chart.AllowDrag = True Chart.AllowEdit = True Chart.ContextMenus = True Chart.ShowTips = True Chart.Scrollable = True Chart.LegendBoxObj.Moveable = True Chart.LegendBoxObj.Sizeable = 2 Chart.SerLegBoxObj.Moveable = True Chart.SerLegBoxObj.Sizeable = 2 Chart.DataEditorObj.Moveable = True Chart.DataEditorObj.Sizeable = 3 Chart.ToolBarObj.Moveable = True Chart.ToolBar = True Chart.PaletteBar = True Chart.PatternBar = True Chart.DataEditor = True %> <%= Chart.GetHtmlTag(300,300) %> </body> </html> What am I doing wrong and the chart does not appears with toolbar?? Thanks in advance Deppy Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.