User (Legacy) Posted December 18, 2002 Report Share Posted December 18, 2002 I have a script, but when I double click everywhere on the char it gives a a message like this, "series:-1 point:39658328" I have a What can be the problem? <SCRIPT LANGUAGE="VBScript"> <!-- Sub ChartFX_LButtonDblClk(x,y,nserie,npoint,nres) msgbox "series:" &nserie & " point:" & npoint ChartFX.ReturnValue = 1 End Sub --> </SCRIPT> Quote Link to comment Share on other sites More sharing options...
Software FX Posted December 18, 2002 Report Share Posted December 18, 2002 Even when you double click on a bar or marker ? what type of chart are you using ? -- FP Software FX Support "omar vargas" <al768775@mail.mty.itesm.mx> wrote in message news:7aCHvQrpCHA.2684@webserver1.softwarefx.com... > I have a script, but when I double click everywhere on the char it gives a a > message like this, "series:-1 point:39658328" I have a What can be the > problem? > > <SCRIPT LANGUAGE="VBScript"> > <!-- > > Sub ChartFX_LButtonDblClk(x,y,nserie,npoint,nres) > msgbox "series:" &nserie & " point:" & npoint > ChartFX.ReturnValue = 1 > End Sub > > --> > </SCRIPT> > > 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.