Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dialog programming

Former Member
0 Likes
546

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...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
526

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.

3 REPLIES 3
Read only

varma_narayana
Active Contributor
0 Likes
526

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.

Read only

Former Member
0 Likes
527

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.

Read only

paruchuri_nagesh
Active Contributor
0 Likes
526

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