Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

event name

Status
Not open for further replies.

anithashetty

Programmer
May 6, 2003
25
0
0
IN
how to get the event name? i mean
When the user clicks on a command button, is there an object
from which I can get the event 'Clicked' as a string
 
Hi,

When the user clicked the button, definitely that's a clicked event. There are systems events and user events(lookup 'event' in Help file). There's no way of getting the event in a string format as far as I know. Just curious, what exactly do you want to happen in your program?

Have fun!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top