Thank you for your suggestion Chris. But Lose focus and gain focus execute only for table and not for any particular row in a table. Moreover, an AL on lose focus of the table does not execute when the user hits back browser button or closes the window Regards, Veeral Oza.
________________________________ From: Action Request System discussion list(ARSList) on behalf of Chris Woyton Sent: Sun 8/31/2008 11:08 PM To: [email protected] Subject: Re: Table with editable columns in mid-tier ** First thing that comes to mind: 1. Setting/unsetting the change flag on the page via workflow: a. Set the flag on Focus to the column and save the current value to a temp field. b. On UnFocus, check the current value vs the saved value and unset the change flag if they are the same. You might also think of moving the table field to a dialog (if possible) so you can better control user behavior and interaction. Hope this gives you some ideas. Chris Woyton -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Behalf Of Veeral Oza Sent: Sunday, August 31, 2008 10:06 AM To: [email protected] Subject: Table with editable columns in mid-tier ** Mid-tier 7.0.1 patch 3 ARS 6.3 patch 20 There is a table field with 2 editable columns. When the user edits the columns and navigates away from the page, without hitting a save button on the same display only form (by clicking the browser back button or by closing the browser window), a yes/no dialog box should pop up asking user his confirmation. 1) AL executing on Window Close did not work. 2) Setting up a flag, by looping through the table every 3 seconds (Interval AL) and then using js to check against the flag did work, but 3 seconds is too long. Can anyone please tell me what should be the approach to resolve this? Regards, Veeral Oza __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___ __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

