Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Subform Button always open to a New Edit Blank Screen
-
- nuBuilder Team
- Posts: 4581
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 536 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: 4581
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 536 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
