‎2008 Jan 09 4:50 AM
Hi all,
I doin a dialog program. How to pop out a save dialog when the user close the program or 'x' the program?
Thks
‎2008 Jan 09 4:55 AM
Hi,
Ya u can do that by calling the function(provided by SAP) just give POP and give F4 in callinf function, u will be able to find lot of functions and their discriptions. Choose the right function and give the parmters.
Reagrds
Naveen
Reward ponits if helpful.
‎2008 Jan 09 4:58 AM
Okie... another problem come...
Hw to trigger the 'X' close the program to call this fm?
Any code that detect the user click on the 'X' of the program?
‎2008 Jan 09 5:00 AM
Hi,
For this type of problem u can do one thing.
Provide them the exit button. Check whether this button is pressed.
If pressed call the function.
‎2008 Jan 09 5:10 AM
Okie... this solution i have noted down.... what happen if the user click on the top right corner the 'X' ......anything code that enable me to check that also.....the 'X' close of the program.