cancel
Showing results for 
Search instead for 
Did you mean: 

how can we control the browser close button in FPM 7.3 ?

Former Member
0 Kudos

Hi,

In my application i want a pop message raise on closing the browser window (i.e. X button of window ) , is it possible in FPM ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Definitely WDDOEXIT gets triggered when we close the browser window, but by the time the process reaches to WDDOEXIT we have already lost all controls and cannot do anything.

I also had this requirement once and got no solution.

If somebody ahs a solution to this, please post.

Former Member
0 Kudos

Hi Ashutosh,

       By using IS_DIRTY method of IF_FPM_WORK_PROTECTION interface,we can raise the pop -up if any thing is changed in the window and not saving the content.

Regards,

Lavanya.

Former Member
0 Kudos

Hi Lavanya,

Thanks for ur response... this info is usefull for me..

But I want to show this pop up on closing the browser  (not the FPM window)  and I want to know about the event raised when we close browser and where to write the code for the same

T&R,

Ashutosh

Former Member
0 Kudos

Hi Ashutosh,

When ever you close any window the the WDDOEXIT method of the view or window gets fired.

Hope this helps.

Thanks,

Phani