Page 1 of 1

(run:iframe) size

Posted: Tue Dec 26, 2023 7:45 pm
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???

Re: (run:iframe) size

Posted: Wed Dec 27, 2023 11:28 am
by kev1n
Does it help if you open the popup with parent.nuPopup(...); ?

Re: (run:iframe) size

Posted: Wed Dec 27, 2023 4:12 pm
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??