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.
var subFormPrefixes = nuSubformArray('nuSubFormXYZ', false);
for (var index in subFormPrefixes) {
//e.g. obtaining a value:
var ddate = $('#' + subFormPrefixes[index] + 'absdates_date').val();
// Set a value..
$('#' + subFormPrefixes[index] + 'absdates_hours').val("");
}
I'm not sure how to implement it. Adding an afterinsertrow event handler in the subform object doesn't fire the js.
Adding an afterinsertrow in the main form directly doesn't help either.
And, what are the parameters of that function. I need to get a reference to the inserted row.
Could you shed a light on this?
You do not have the required permissions to view the files attached to this post.