Page 2 of 2
Re: Subform Button always open to a New Edit Blank Screen
Posted: Fri Jul 23, 2021 6:30 am
by kev1n
What form is used in the subform's lookup? It seems to be missing. Could you clone & upload it too?
Re: Subform Button always open to a New Edit Blank Screen
Posted: Fri Jul 23, 2021 9:08 pm
by skyline101
Attached is the interfaces cloned form. Thanks
Re: Subform Button always open to a New Edit Blank Screen
Posted: Sat Jul 24, 2021 12:34 am
by kev1n
Now I understand.
Code: Select all
let pk = nuSubformRowObject(event.target.id, 'isv_interfaces').val();
nuPopup('60d4980f32da524', pk, '');
Re: Subform Button always open to a New Edit Blank Screen
Posted: Sat Jul 24, 2021 12:57 am
by skyline101
THANK YOU for your great help, this was driving me crazy. Have an excellent weekend!!!