nuPopup Size
Posted: Tue Mar 23, 2021 4:20 pm
I am having trouble with the size of popup windows not including all of the content even when the screen is quite a bit larger than the total size that the popup should take up.
The popup window should show the entire subform which only has 2 columns Date Logged and the customers previous phone number.
I'm calling it from my menu bar with
Is there something I'm missing? Or could another couple optional width, height parameters be added to force a size for a specific popup window?
Current Version:
DB V.4.5-2021.03.14.00
Files V.4.5-2021.03.18.01
The popup window should show the entire subform which only has 2 columns Date Logged and the customers previous phone number.
I'm calling it from my menu bar with
Code: Select all
nuPopup('604f9b4345119ff', $('#ID').val(), '');
Current Version:
DB V.4.5-2021.03.14.00
Files V.4.5-2021.03.18.01