‎2007 Oct 19 8:35 AM
Hi all,
I want to know the exact differences between
<b>Call screen
Set screen
Leave screen</b>
and
<b>Leave to screen</b>
statements...
Pls let me know asap...
‎2007 Oct 19 8:43 AM
in dialog programing..
let us consider there are screens 300 400 500 600 700.
while rumnning one screen after subit button if we need to move to another screen call screen 400.
set screen is used when we need to include some constraints for particular screen.
leave screen 0 it is used to exit from particular screen....
Reward with points if helpful.
‎2007 Oct 19 8:40 AM
Hi..
Call screen : (Calls a Screen)
In this case the Control can be returned to the Calling Screen using LEAVE to SCREEN 0.
Set screen: Overwrites the Next Screen Dynamically.
Leave screen: Ends the processing of Current Screen and goes to the Next screen
REWARD IF HELPFUL.
‎2007 Oct 19 8:43 AM
in dialog programing..
let us consider there are screens 300 400 500 600 700.
while rumnning one screen after subit button if we need to move to another screen call screen 400.
set screen is used when we need to include some constraints for particular screen.
leave screen 0 it is used to exit from particular screen....
Reward with points if helpful.
‎2007 Oct 19 8:50 AM
hi
i think this would clear u r confusion
<b>call screen</b>: terminates current screen process temperorly controller goes to next screen.controller can come back by using leave to screen statement
<b>set screen</b>:after completion of current screen process controller goes to next screen means calling screen dynamically
<b>leave screen</b>:terminates current screen process immediatly
<b>leave to screen</b>: after completion of current screen process controller goes to specified screen.
reward for use ful points
regards
Nagesh.Paruchuri