1050
Views
4
Comments
Solved
what is here the right way to close the popup

Hello,


Everything works now but I cannot make it work that the popup closes and the page which calls the popup is visible and display all data with the new entered data.


Regards, 


Roelof


Invoicer.oml
2020-02-15 23-22-11
James Andrade
Champion
Solution

You can create a event in your WB, and Trigger this event when you want close the modal.


In the Screen, on handler event you set the variable ShowPoupup to False.

2020-02-15 23-22-11
James Andrade
Champion

Roelof Wobben wrote:

Hello,


Everything works now but I cannot make it work that the popup closes and the page which calls the popup is visible and display all data with the new entered data.


Regards, 


Roelof


Hi Roelof, 


I don't want to be rude, but Instead of sending several questions, I strongly recommend that you follow the tutorials provided by Outsystems. All of these questions are already answered directly during the course.

https://www.outsystems.com/learn/paths/18/becoming-a-reactive-web-developer/


Regards, 


James


UserImage.jpg
Roelof Wobben

o, I did the reactive course from top to bottom but as far as I know popups are not explained there. 


2020-02-15 23-22-11
James Andrade
Champion
Solution

You can create a event in your WB, and Trigger this event when you want close the modal.


In the Screen, on handler event you set the variable ShowPoupup to False.

UserImage.jpg
Roelof Wobben

Thanks, 


After some changes it seems to work.

I hope I did it right. Popups costs a lot of more steps then using 2 seperate screens to do the same.


Roelof


Invoicer.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.