User (Legacy) Posted December 18, 2002 Report 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>
Software FX Posted December 18, 2002 Report 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> > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.