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 at www.arslist.org ARSlist:"Where the Answers 
Are"

Reply via email to