first of all, dont use Form but FormRun instead.
If you are calling the second form with args, just fill args.caller():
args.caller(this);
hth Tobias
-----UrsprÃngliche Nachricht-----
Von: Jesmond Giordimaina [mailto:[EMAIL PROTECTED]
Gesendet: Di 28.09.2004 12:05
An: [EMAIL PROTECTED]
Cc:
Betreff: [development-axapta] closing the caller form
Hi all,
does anybody know how to close a form from another
form? I am trying to use the following code from the
active form.
Args args = new args();
Form frm;
;
frm = args.caller();
frm.finalize();
Thanks in advance
reg
Jesmond
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
[Non-text portions of this message have been removed]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

