Application Development 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: 

Differences between 'Cancel' , 'Exit' and 'Back' buttons in a dialog prog.

Former Member
0 Kudos

Hi all,

I have a straightforward questions about handlign the Cancel, Exit and Back buttons in a dialog program. What is the way of handling these function codes? I guess with 'Exit' we leave the transaction using command 'Leave Program', with 'Back' we can use 'Leave to screen 0' . Right? What about Cancel command?

Regards,

Sükrü

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

good

CANCEL->Cancel the Current Session back to exactly last session

EXIT->Exit From the current session and back to main session

BACK->Back to the exactly the last session

thanks

mrutyun^

2 REPLIES 2

alejandro_lpez
Contributor
0 Kudos

Hi,

Cancel command must clean the fields of the screen without exit. Many times have the same behavior that back button.

regards,

Alejandro.

Former Member
0 Kudos

hi

good

CANCEL->Cancel the Current Session back to exactly last session

EXIT->Exit From the current session and back to main session

BACK->Back to the exactly the last session

thanks

mrutyun^