Hi Keith, Exactly your scenario is described in the Workflow Objects manual:
Page 218: sending events between windows. http://documents.bmc.com/supportu/documents/93/92/69392/69392.pdf Basically you create an active link on Form A that runs on Event with $EVENTTYPE$ = "TableRefresh" --> this has an If Action that refreshes the table. You add an action to the active link that does the Push Fields on Form B: Run Process > PERFORM-ACTION-SEND-EVENT @ TableRefresh Please note that if you open Form B in Dialog Mode; you can do this even simpler, just add a Change Fields > Refresh Table action to the active link that does the Open Window action. -- Met vriendelijke groet / Kind regards Michiel Beijen ______________________________________________________ MANSOLUTIONS Energieweg 60-62 3771 NA Barneveld The Netherlands Tel. +31-(0)612968592 Mail [EMAIL PROTECTED] Internet http://bsm.mansolutions.nl On Thu, Mar 6, 2008 at 11:53 AM, keith23773 < [EMAIL PROTECTED]> wrote: > Can anyone help? > > I have an application where 'Form A' is the main form and 'Form B' is > pushing data to the new form on the click of the close button. > > Form B is displayed over the top of form A > > Data is pushed from Form B to form A > > Form B closes to display Form A underneath but the data is not refreshed. > > I understand that I can use an Event to refresh the data but can't find > anything on line to carry this out. Is this the best way to do it or is > there an easier way? > > > Many Thanks in anticipation > > Keith > > -- > View this message in context: > http://www.nabble.com/Refreshing-data-in-a-parent-form-after-a-push-action-tp15870817p15870817.html > Sent from the ARS (Action Request System) mailing list archive at > Nabble.com. > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

