Hi all, I don't know if this is possible or not :o(
We have a Form A with a button on it to allow users to "modify" the form. I know... why do it this way and not directly on the form ... Cuz we have to allow some users with only read licenses to do so under specific conditions. The modification consist simply on a push field of the form A to itself, deleting the original record of the Form A, and opening the new record on FormA So far that is easy to do and it is done. The problem is this: The original form A stays open and of course is visible once the new form is closed. So this is where I need your help: I need the original record of Form A to close and only leave the new record open. I am trying this using the PERFORM-ACTION-SEND-EVENT This is what I did. 1) created an AL that fires on "Event " with the run qualification being: ($EVENTTYPE$ = "Close_FORM_A" ) AND ($EVENTDATA$ = 'Request ID') with the action being Close Window 2) Created the AL that does the run process The command I entered is : PERFORM-ACTION-SEND-EVENT * Close_FM0076 $ID to erase$ This works fine BUT instead of only closing the original form, it closes all opened Form A (new and old). I tried with PERFORM-ACTION-SEND-EVENT @ Close_FM0076 $ID a effacer$ And nothing closes Any ideas? Thank you all in advance Pascale ARS 7.0.1 patch 004 DB: Oracle 9.1 _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

