With nuPopup("FF2", '','') I open a browse form in a popup window, it appears very narrow and I cannot see any columns. It works with an Edit Form but not with a Browse only form.
I entered the function in the console and tried to run it from a button.
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.
nuPopup empty
Re: nuPopup empty
I just have done a fresh install. However, the form still doesn't show the columns. What's going wrong?
Re: nuPopup empty
Timo,
You need to create some columns for you Browse Form.
Steven
You need to create some columns for you Browse Form.
Steven
You do not have the required permissions to view the files attached to this post.
Re: nuPopup empty
Browse columns are there, they just don't appear when I open the form with nuPopup
The form appears normal if run from a button in a normal window
The form appears normal if run from a button in a normal window
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: nuPopup empty
The first parameter is the form id, not form code.
Wrong:
Correct:
// replace with your form id (zzzzsys_form.zzzzsys_form_id)
Wrong:
Code: Select all
nuPopup('FF2','');
Code: Select all
nuPopup('5a6da2f05389af0','');