![]() |
fhumanes 11/29/2023 |
Hello, If you have the code, I am not able to see where the error is. In some examples I have used another method to recharge "programmingly" the "Master" page. URL: https://fhumanes.com/blog/guias-desarrollo/guia-66-calendario-de-actividades-de-un-club/ In event: "After Record Added": // Close Windows Popup What he does is create an answer page where to tell you what the page to recharge is. Greetings, |
![]() |
Dalkeith 11/29/2023 |
This works for me |
P
|
PK author 11/30/2023 |
Thanks for the resposes. The second solution seems straight forward enough and I had tried it before. I took great care again to follow the steps proposed in the link but it doesnt work. I am getting frustrated at myself becuase it seems simple to do:
Then I use a button to open the second list page in popup:
The I use a button on the popup window to do some action, close the popup and then try to reload the first list:
I really am lost as to why its not working. |
![]() |
fhumanes 11/30/2023 |
Hello, When I facilitated the code for the event "After Record Added", it was because I understood that you were updating information, but I have already understood your problem. There is a concept error, with a 3 -states button you can create the Popup window, but you cannot close it, because if you close it you would not let the ususary interact with the created window (the 3 states/codes are executed without stop) To close the window you need that in the popup window you have another 3 states button where you can include the JavaScript code: window.parent.popup.close(); This works to me, but I am opening the popup using:. // create a form to enter element Regards, |
P
|
PK author 12/5/2023 |
Hello fernando. Thank you. |