Home » Developer & Programmer » Forms » diff between call_form and open_form
diff between call_form and open_form [message #116822] Fri, 22 April 2005 07:22 Go to next message
subba lakshmi
Messages: 36
Registered: March 2005
Member
can help me out by telling what are the differences betweeb call_form and open_form

thanking you

from
s..........
Re: diff between call_form and open_form [message #117051 is a reply to message #116822] Sun, 24 April 2005 02:16 Go to previous messageGo to next message
saadatahmad
Messages: 452
Registered: March 2005
Location: Germany/Paderborn
Senior Member

When we invoke a form from OPEN_FORM built-in, we can freely move to calling form and called form.
When we invoke a form from CALL_FORM built-in, we cannot move to the calling form unless we complete our work in the called form and close it.
e.g:

We have FormA, FormB.
We open the formB from FormA.
OPEN_FOR('FormB');
We can move the focus to FormA and FormB without closing FormB.

CALL_FORM('FormB');
In this case, when FormB os opened, we have to complete the required work in FormB and have to close FrmB before moving the focus to FormA.

We cannot move the focus to FormA unless we close FormB.

Ho[efully, it's clear.
Cheers!
Re: diff between call_form and open_form [message #117053 is a reply to message #117051] Sun, 24 April 2005 02:31 Go to previous messageGo to next message
adamjsawyer
Messages: 79
Registered: April 2005
Location: Perth, Western Australia ...
Member
In programming terms:
CALL_FORM is modal, and OPEN_FORM is not
cheers
adam
Re: diff between call_form and open_form [message #117580 is a reply to message #117053] Thu, 28 April 2005 06:21 Go to previous message
subba lakshmi
Messages: 36
Registered: March 2005
Member
thank you very much sir,

from

subba lakshmi
Previous Topic: Password - Expired?? --> Form ??
Next Topic: Tool Bar Icons
Goto Forum:
  


Current Time: Fri Sep 20 10:47:42 CDT 2024