I have a subform with a lookup field. When I enter several rows and do not have a value in the lookup, only the first is created with a NULL column value and the rest are empty strings. I would prefer it to leave the unpopulated column values as NULL. I'm using the latest version (from Sourceforge).
Neil.
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 lookup NULL on first row only
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Subform lookup NULL on first row only
Try replacing this line
with
then log in again.
Code: Select all
$("[id^='" + o.form + nuPad3(o.rows) + "']").addClass('nuEdited')
Code: Select all
$("[id^='" + o.form + nuPad3(o.rows) + "']").removeClass('nuEdited')