Jump to content
Software FX Community

Problem with usercommand in ChartFX IE


Software FX

Recommended Posts

Hi,

I have inserted a chart with a custom toolbar in an asp page. Now I have an

event "Chart1_UserCommand()" to manage on the client.

How I can know which command button I have push, in VB application with the

control the same event has some parameters, but this no, how can I do?

Thanks to everyone!

Alberto

Link to comment
Share on other sites

  • 3 months later...

Hello,

The first parameter in the UserCommand will have you the ID for the button

being clicked. By having a conditional statement within this event you have

fire different sets of actions based upon the ID being returned. Please see

ChartFX help files for more detail or see our samples on our support web

site. http://support.softwarefx.com/cfxie.

Justin Trask

Tech. Support

561-392-2023

"Albert" <news@softwarefx.com> wrote in message

news:cwsklOa1BHA.3340@webserver1.softwarefx.com...

> Hi,

> I have inserted a chart with a custom toolbar in an asp page. Now I have

an

> event "Chart1_UserCommand()" to manage on the client.

> How I can know which command button I have push, in VB application with

the

> control the same event has some parameters, but this no, how can I do?

>

> Thanks to everyone!

>

> Alberto

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...