|
Re: open_form vs call_form vs new_form [message #84707 is a reply to message #84678] |
Mon, 19 April 2004 22:31 |
mb sharma
Messages: 8 Registered: July 2002
|
Junior Member |
|
|
The differance is sharp...
1.in call_form, calling form became inactivate behind the called form ..called form remain active. and after exit_form the focus returns to calling form.
2. In open form both form remains active. You can use both form simultaneously for transactions..
3. In new_form calling form gets closed and called form remain active.
|
|
|