Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

(run:iframe) size

Questions related to using nuBuilder Forte.
Post Reply
nathan
Posts: 40
Joined: Tue Apr 19, 2022 9:18 pm
Been thanked: 3 times

(run:iframe) size

Unread post by nathan »

Hello once again, :hi:

I have a main form with a run iframe form
I have adjusted the object(run:iframe) size so that my browse form fits nicely.
But when I want to edit or add a record the edit form is to large for my iframe.
I have tried to use popup but the popup remains inside the iframe.
This makes a sloppy looking interface.
Do you have a solution for this ???
Also when saving a new record using the add button it does not trigger the aftersave function that I use to close the popup after save and to refresh the browse form???
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: (run:iframe) size

Unread post by kev1n »

Does it help if you open the popup with parent.nuPopup(...); ?
nathan
Posts: 40
Joined: Tue Apr 19, 2022 9:18 pm
Been thanked: 3 times

Re: (run:iframe) size

Unread post by nathan »

That works for me !!!! now , why is it that when I save a new record using the add button it does not trigger the (js) nuaftersave() function??
Post Reply