I've downloaded the lastest version of NuBuilder (https://sourceforge.net/projects/nubuilder/). I did some tests by making new simple forms and when I try to save a new record, I have this error message.
I don't know why
Thanks in advance !
You do not have the required permissions to view the files attached to this post.
Thanks for ur reply Kevin. I have another error with this latest version compared to the previous.
When I try to save data in a form which contains a subform with this following config, I have this error message that should not happen.The row 5 doesn't exist because of the subform config (--> add : no).
You do not have the required permissions to view the files attached to this post.
I'm so sorry but in the latest version compared to the previous, the method (added in the form's Custom Code field) $('#object_id).val(value) which sets the value attribute of the selected elements doesn't work.
I tried this following tip (it works in the previous version) :
Thanks for ur help !
You do not have the required permissions to view the files attached to this post.
mariri wrote:I'm so sorry but in the latest version compared to the previous, the method (added in the form's Custom Code field) $('#object_id).val(value) which sets the value attribute of the selected elements doesn't work.
I tried this following tip (it works in the previous version) :
Thanks for ur help !
This still works for me. Does the display object show the number that is returned by the SQL?
PS: Please make sure to only ask one question per topic. That way you don't discourage people that only know the answer to one of your questions from helping you. And it allows other people with a similar problem to find the answer more easily.
mariri wrote:
When I try to save data in a form which contains a subform with this following config, I have this error message that should not happen.The row 5 doesn't exist because of the subform config (--> add : no).
I can reproduce that. It's apparently a bug...
@Steven: The function nuValidateSubforms() needs fixing so that the error "cannot be left blank" will not be displayed if addable & deleteable are set to true.
mariri wrote:I'm so sorry but in the latest version compared to the previous, the method (added in the form's Custom Code field) $('#object_id).val(value) which sets the value attribute of the selected elements doesn't work.
I tried this following tip (it works in the previous version) :
Thanks for ur help !
This still works for me. Does the display object show the number that is returned by the SQL?
PS: Please make sure to only ask one question per topic. That way you don't discourage people that only know the answer to one of your questions from helping you. And it allows other people with a similar problem to find the answer more easily.
Ok sorry about that...
Yes, the display object shows the number that is returned by the SQL. I didn't change anything between the two versions
You do not have the required permissions to view the files attached to this post.