thanks a lot
I already just was to change After modify instead of After submit, I don't Like I said i just followed the basic Guide instruction, and that execute on doesn't work for me. regards On Dec 13, 10:11 am, Carey Matthew Black <[EMAIL PROTECTED]> wrote: > Karlochacon, > > How is the child window opened? > ( It has to be done with workflow from the parent window.) > > Both child and parent window must remain open. > > But here is the rub.... > > Your sending the Event from the child window on "After Submit". Which > likely means that the "child window" was already closed and > "re-opened" (in place) after submit. Turn on Active Link logs and see > if you see "Window Open" active links being triggered. It could be > that the child lost it's "parent" because "@" no longer points at the > correct window. > > If your trying to let you users submit multiple children before they > close the child window then.... > > What you might want to do is to signal the parent window (before the > child closes) to send to all of it's children its $CURRENTWINID$ > value. Then have the child keep that in a Window Local (scope) field > so that the value will persist across the Submit event. Then... during > After Submit use the value from the Window Local (scope) field as the > target for the PERFORM-ACTION-SEND-EVENT $WindowLocal Field$ > "RefreshTable" action. > > ( I know that might be confusing... but I think it will work.) > > -- > Carey Matthew Black > Remedy Skilled Professional (RSP) > ARS = Action Request System(Remedy) > > Love, then teach > Solution = People + Process + Tools > Fast, Accurate, Cheap.... Pick two. > > On 12/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > Hi > > I have followed the steps from the Basic Guide 6.3 "Sending Events > > between windows" > > but it seems not work at all. > > the idea is when I change information in the Child Form, automatically > > the information in the table field (Parent Form) must change, but I > > have to refresh manuallly. > > > These are the information related with Forms and AL. > > > Parent Form > > PR:Europa:Parent_Event > > Core fields and also a table field > > > Execute on: > > Event > > > An active link: > > Run if > > $EVENTTYPE$ = "RefreshTable" > > > If action: > > Change Field -> Refresh Table Field > > --------------------------------------------------------------------------------------------------------- > > Child Form > > PR:Europa:Child_Event > > Core fields > > > Execute on: > > After submit > > > Run if > > 'Submitter' != 'Assigned To' > > > If action: > > PERFORM-ACTION-SEND-EVENT @ "RefreshTable" > > > Any idea? > > > Best > > Regards_______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.orgARSlist:"Where the > Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

