User (Legacy) Posted February 21, 2002 Report Share Posted February 21, 2002 I get this error: Microsoft VBScript runtime error '800a0030' Error in loading DLL: 'ToolBarObj' /WebTools/maintenance/testCom.asp, line 112 When i try to use this command: Chart1.ToolBarObj.Visible = False Does anyone know what the issue it here, i can't seem to get around it. Quote Link to comment Share on other sites More sharing options...
Software FX Posted February 21, 2002 Report Share Posted February 21, 2002 Can you try the following chart1.Toolbar = False -- Regards JC Software FX Support "Nick Winslett" <nickw@physiciansedge.com> wrote in message news:30IYPSvuBHA.1412@webserver1.softwarefx.com... > I get this error: > Microsoft VBScript runtime error '800a0030' > > Error in loading DLL: 'ToolBarObj' > > /WebTools/maintenance/testCom.asp, line 112 > > When i try to use this command: > > Chart1.ToolBarObj.Visible = False > > Does anyone know what the issue it here, i can't seem to get around it. > > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.