problem in call_form [message #273125] |
Tue, 09 October 2007 02:37 |
jebesh_s
Messages: 34 Registered: August 2007 Location: Chennai
|
Member |
|
|
dear gurus,
when i use call_form ,after called the called form(child form)i have given a message on when-new-form-instance .after exit the called form(child form )when-window-activate trigger is not firing why it is so? i am very much of confuse please help me.
for example
on child form
------------
when-new-form-instance
------------------------
message('invoking new form');
message('');
parent forn
------------
when-window-activated
---------------------
message('invoking when-window-activated')
go_item(:global.m_dummy);
Thanks & regards
Antony
|
|
|
|
|
|
Re: problem in call_form [message #273671 is a reply to message #273606] |
Thu, 11 October 2007 05:06 |
jebesh_s
Messages: 34 Registered: August 2007 Location: Chennai
|
Member |
|
|
Tt fires the 'pause/message'which has given after call_form,
but it is not firing the message which has given on when-window-activated in parent form after exit the child form.is this the forms defined functionality? or not.
Thanks
Antony
|
|
|
|
|