Rob, A few options:
1) The active link which opens the dialog window can then have a change field action which refreshes the table field. 2) Have the close button on the dialog send an event and have the form with the table field have an active link run on event which refreshes the table field. 3) The action which opens the dialog can have a value mapped on close, you can then have a second active link which checks the value returned and refreshes the dialog. If you take this approach then you will need to have an active link on the dialog close button which sets the field value mapped back to the parent form and performs a commit changes action. Option 1 is probably the easiest. Sam From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Rob Cvetkovski Sent: Friday, 21 December 2007 9:04 a.m. To: ARSList 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___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

