hi,
This is what I'm trying to accomplish programaticaly:
1. create a form
2. add some buttons on the form
3. set the onclick property of the buttons so that, when clicked, they run different functions
I did all the above but...
What I don't know is how to write the button function so that the action reffers to each button separately.
something like:
public function buton()
msgbox button.name
'i.e. display the name of the clicked button
end function
any suggestions?
thanks
Claudiu
This is what I'm trying to accomplish programaticaly:
1. create a form
2. add some buttons on the form
3. set the onclick property of the buttons so that, when clicked, they run different functions
I did all the above but...
What I don't know is how to write the button function so that the action reffers to each button separately.
something like:
public function buton()
msgbox button.name
'i.e. display the name of the clicked button
end function
any suggestions?
thanks
Claudiu