Jump to content
Software FX Community

Re:toolbarobj dll


User (Legacy)

Recommended Posts

I meant to use that line

chart1.Toolbar = false

in place of

chart1.ToolbarObj.Visible = false

Just to see if you can show and hide the toolbar. After this test you may

want to see if ASP reports an error on the next line where you try to use

the ToolbarObj property.

--

Regards

JC

Software FX Support

"Nick Winslett" <nickw@physiciansedge.com> wrote in message

news:ZXjKnlxuBHA.1412@webserver1.softwarefx.com...

> That doesn't allow me to do any of the things that the toolbarobj does,

like

> add and remove items from the toolbar.

>

>

Link to comment
Share on other sites

ok, this is the only code that i have in my file:

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

<%

Set Chart1 = Server.CreateObject("ChartFX.WebServer")

Chart1.ToolBar = TRUE

Chart1.ToolBarobj.Visible = TRUE

%>

It creates an error on the toolBarobj line saying it can't load the dll. I

am using an asp file with vbscript. My goal is to transform my current

scatter plot image to a component and only allow zooming and printing. Any

ideas?

Thanks

Nick

Nick Winslett <nickw@physiciansedge.com> wrote in message

news:ZXjKnlxuBHA.1412@webserver1.softwarefx.com...

> That doesn't allow me to do any of the things that the toolbarobj does,

like

> add and remove items from the toolbar.

>

>

Link to comment
Share on other sites

What happens if you comment out the line that sets the toolbarobj.visible

property to true ?

--

Regards

JC

Software FX Support

"Nick Winslett" <nickw@physiciansedge.com> wrote in message

news:7MjYt0xuBHA.1412@webserver1.softwarefx.com...

> ok, this is the only code that i have in my file:

>

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

> <%

> Set Chart1 = Server.CreateObject("ChartFX.WebServer")

> Chart1.ToolBar = TRUE

> Chart1.ToolBarobj.Visible = TRUE

> %>

>

> It creates an error on the toolBarobj line saying it can't load the dll.

I

> am using an asp file with vbscript. My goal is to transform my current

> scatter plot image to a component and only allow zooming and printing.

Any

> ideas?

> Thanks

> Nick

>

> Nick Winslett <nickw@physiciansedge.com> wrote in message

> news:ZXjKnlxuBHA.1412@webserver1.softwarefx.com...

> > That doesn't allow me to do any of the things that the toolbarobj does,

> like

> > add and remove items from the toolbar.

> >

> >

>

>

Link to comment
Share on other sites

My code works fine if I take out that line.

Software FX Support <support@softwarefx.com> wrote in message

news:M$CP5HyuBHA.1412@webserver1.softwarefx.com...

> What happens if you comment out the line that sets the toolbarobj.visible

> property to true ?

>

> --

> Regards

>

> JC

> Software FX Support

>

> "Nick Winslett" <nickw@physiciansedge.com> wrote in message

> news:7MjYt0xuBHA.1412@webserver1.softwarefx.com...

> > ok, this is the only code that i have in my file:

> >

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

> > <%

> > Set Chart1 = Server.CreateObject("ChartFX.WebServer")

> > Chart1.ToolBar = TRUE

> > Chart1.ToolBarobj.Visible = TRUE

> > %>

> >

> > It creates an error on the toolBarobj line saying it can't load the dll.

> I

> > am using an asp file with vbscript. My goal is to transform my current

> > scatter plot image to a component and only allow zooming and printing.

> Any

> > ideas?

> > Thanks

> > Nick

> >

> > Nick Winslett <nickw@physiciansedge.com> wrote in message

> > news:ZXjKnlxuBHA.1412@webserver1.softwarefx.com...

> > > That doesn't allow me to do any of the things that the toolbarobj

does,

> > like

> > > add and remove items from the toolbar.

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...