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!

PowerCobol & Events 1

Status
Not open for further replies.

dantar

MIS
Jan 17, 2003
14
0
0
US
Using PowerCobol 7, is there any way to fire an event from another event? For example, run an command button click event from a menu click event. Thanks.
 
Dantar,

The most effective way to do this is to use the custom method and place the logic for your command click here. Then from the command click event or from another event you can "INVOKE POW-SELF 'method-name'".

bawstl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top