S
scorona
Guest
I have an app that runs another app using a BUTTON, in the second one i'm using Dynamic Query and Dynamic Browse with Temp Table, when I create them (Dynamic Objects) into a Procedure and at the end of the procedure I have: WAIT-FOR WINDOW-CLOSE OF CURRENT-WINDOW OR "CHOOSE" OF btnModificar IN FRAME {&frame-name} When I close this app I return some values using an output parameter. The problem I have is: If I want to run the second app again pressing the BUTTON, it doesn't works, I mean it doesn't trigger the code again.
Continue reading...
Continue reading...