Welcome to the nuBuilder Forums!

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

Questions related to using nuBuilder Forte.
kev1n
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

Unread post by kev1n »

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.
skyline101
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

Unread post by skyline101 »

Attached is the interfaces cloned form. Thanks
You do not have the required permissions to view the files attached to this post.
kev1n
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

Unread post by kev1n »

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.
skyline101
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

Unread post by skyline101 »

:shock: THANK YOU for your great help, this was driving me crazy. Have an excellent weekend!!!
Post Reply