Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Button for Popup Window
-
- Posts: 41
- Joined: Thu Sep 30, 2021 10:32 am
Button for Popup Window
I inserted an html object in a tab of a form, with the list (in html and php) of the records. I would like to be able to open the edit form of a certain record on which I have created a corresponding button. It is possible without the Button object, those in html created by me do not execute the function with the nuPopup that I inserted in the form properties. The same thing happens if I try to run a simple "Alert" in javascript.
-
- nuBuilder Team
- Posts: 4302
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Button for Popup Window
Hi,
I think you will have to show us a screenshot and code to help us understand what you are trying to achieve.
Also, check the developer console for errors.
I think you will have to show us a screenshot and code to help us understand what you are trying to achieve.
Also, check the developer console for errors.
-
- Posts: 41
- Joined: Thu Sep 30, 2021 10:32 am
Re: Button for Popup Window
Hi Kevin, I try to explain myself ...
I don't know if it's possible ...
I built in a tab a html "browse form" customized with the base64 stored image and I would insert a button that allows me to directly access the edit form of the album (already present and that I can see by clicking on the normal browse form). Like Multiple Items Form of MS Access...
this is the tab "dettagli" developed as an html object with php code (procedure) and css in the form properties. Works!!! but not the button "dettaglio"(???!) ....
I had seen the example for the "subform addresses" on the demo nubuilder. Clicking on the open button run the edit form of the addresses... Is it possible to adapt the example of the popup addresses of the demo!?
Thanks

I don't know if it's possible ...
I built in a tab a html "browse form" customized with the base64 stored image and I would insert a button that allows me to directly access the edit form of the album (already present and that I can see by clicking on the normal browse form). Like Multiple Items Form of MS Access...
this is the tab "dettagli" developed as an html object with php code (procedure) and css in the form properties. Works!!! but not the button "dettaglio"(???!) ....
I had seen the example for the "subform addresses" on the demo nubuilder. Clicking on the open button run the edit form of the addresses... Is it possible to adapt the example of the popup addresses of the demo!?
Thanks
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4302
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Button for Popup Window
While creating the buttons, use an onclick handler which executes calls nuForm() to open the form with the clicked record.
-
- Posts: 41
- Joined: Thu Sep 30, 2021 10:32 am
Re: Button for Popup Window
no Kevin, also because I have not worked on the project ... but in any case previously I could not find the right code for the button and open the popup of the form and view the specific record ...
I'll try again as soon as I can ...
I'll try again as soon as I can ...