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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PostEvent

Status
Not open for further replies.

bowsermxli

Programmer
Aug 27, 2002
9
MX
hi...
ok this is my scenario....
i use
post(il_handle,1024,0,'mytext') to trigger an event in my parent window..... and in my parent window i need to recover the text parameter...... how can i do that?... please help.. thank's
 
one way:
super::trigger event ue_editrow(param) , u can call the parent event by using super in the clild evet and u can use parameter of the event for information transfer.

other way: Use function and sent the parameter at the time of calling

other way: use instance variables
 
i forgot to say that the object where i do the post its a shared object, and i cannot use supper or a function .. the only way i found to execute something in the parent was with post...........
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top