Hello Rob, Have the Change Field action to Refresh Table, on the same Active Link, that you open the dialog from, as an action after the Open Window (for the dialog)...
What this does is, every action defined after the open window action, is deferred to fire after the dialog has been closed.. So lets say you have AL:number01 to open the dialog and then refresh the table. Then you have a number of active links defined on the dialog.. When you open the dialog, only actions upto the Open Window action for the dialog will fire from AL:number01.. The rest will be deferred to until the dialog is closed.. So the Change Field action that you declare after the Open Window action will fire only after the close of the dialog - hence refreshing the contents of the table field with new values or rows that are added or modified in the table.. Hope I have not over complicated this :-) Merry Christmas Joe D'Souza -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Behalf Of Rob Cvetkovski Sent: Thursday, December 20, 2007 3:04 PM To: [email protected] Subject: Re: QUESTION: Table ** Thank you Joe. It worked like you said. Quick question...when I make changes and the user hits the save button I created, how can I get it to refresh the table when they hit the close button in the dialog window? ---------------------------------------------------------------------------- -- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Joe D'Souza Sent: Thursday, December 20, 2007 10:05 AM To: [email protected] Subject: Re: QUESTION: Table ** Rob, On the open window action of the dialog, pass the request ID from the table field into the dialog on the Open action of the dialog, and have an active link that executes on Window Open, and Runs If $OPERATION$ = "DIALOG" which sets all the fields in the dialog where 'Request ID' = $Request ID$ Joe D'Souza -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Behalf Of Rob Cvetkovski Sent: Thursday, December 20, 2007 9:48 AM To: [email protected] Subject: QUESTION: Table I have two forms, Form "A" with a few fields on it - 3 of the fields are Display Only. When the user enters the data into the 3 display only fields and hit a button that I created it pushes those 3 display only fields off to Form "B". This works perfect. Next I have a table on Form "A" that shows the records from Form "B", again this works perfect. What I am trying to do is when the user clicks on a row in the table and below the table they click on a button called "View" I want it to open a dialog window with the data of the record they selected. This is where I am having issues. Any help would be greatly appreciated. Thanks! Rob __20060125_______________________This posting was submitted with HTML in it___ __20060125_______________________This posting was submitted with HTML in it___ No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.17.5/1190 - Release Date: 12/19/2007 7:37 PM _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

