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.
Subform Button always open to a New Edit Blank Screen
-
- nuBuilder Team
- Posts: 4305
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 446 times
- Contact:
Re: Subform Button always open to a New Edit Blank Screen
What form is used in the subform's lookup? It seems to be missing. Could you clone & upload it too?
You do not have the required permissions to view the files attached to this post.
-
- Posts: 27
- Joined: Wed Jul 21, 2021 11:26 pm
- Been thanked: 1 time
Re: Subform Button always open to a New Edit Blank Screen
Attached is the interfaces cloned form. Thanks
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4305
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 446 times
- Contact:
Re: Subform Button always open to a New Edit Blank Screen
Now I understand.
Code: Select all
let pk = nuSubformRowObject(event.target.id, 'isv_interfaces').val();
nuPopup('60d4980f32da524', pk, '');
You do not have the required permissions to view the files attached to this post.
-
- Posts: 27
- Joined: Wed Jul 21, 2021 11:26 pm
- Been thanked: 1 time
Re: Subform Button always open to a New Edit Blank Screen
