close grid when in control application ???

Hello,

I have a grid application started in search mode with a link to form application (in iframe) where a button calls a control application (in modal) : result of search gives always only 1 record.

I need to return to grid application in search mode if validating is successfull into control application : successfull means that record displaying into grid/form application will be deleted.

I’ve try sc_exit© in control application but it’s stays on grid/form application with deleted infos, so I need to push return button to be back in search mode.

Thanks for yours helps
Nac

someone has an idea ???

Thanks in advance
Nac

Thanks share it!

I need to return to grid application in search mode if validating is successfull into control application : successfull means that record displaying into grid/form application will be deleted.

Hi,

I changed some things and it’s like this now but my problem still remaining :

I have a control application ©

   ->    (C) calls  a grid application  (G) with a form application (F) in iframe
          in form application (F) there is a button (B) to validate the process, this button appears automatically in the top of grid application (G)
          grid has always 1 record as result 

   ->   if I validate pushing the button (B), I would like to return in my control application 

I try sc_redir with _modal, _top, _parent … but doesn’t works

Thanks for yours helps
Nac