Hi,
I've tried to put a field (upload document) in a subform because I want to upload multiple files for 1 customer.
If I tried this, I get an error (not allowed).
Is there an other sollution to add multiple files to 1 customer?
Thanks,
Johan
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.
field in subform
Re: field in subform
Steven,
It has to be file instead of field.
Johan
It has to be file instead of field.
Johan
You do not have the required permissions to view the files attached to this post.
Re: field in subform
Steven,
I found http://www.nubuilder.com/change.php?cha ... e552432b2e in changelog. I've adjust this in my database but it's still not working.
Now I can place a file type in my subform but when I upload a file I get blob null and Nubuilder doesn't create the extra colums in my table. When I add the 3 colums by my self the result stays the same. I also don't get the foreign key (from my form) into the table.
So Nubuilder adds a row but with nothing in it.
Johan
PS How do I know that I'm using the most recent mysql tables of nubuilder?
I found http://www.nubuilder.com/change.php?cha ... e552432b2e in changelog. I've adjust this in my database but it's still not working.
Now I can place a file type in my subform but when I upload a file I get blob null and Nubuilder doesn't create the extra colums in my table. When I add the 3 colums by my self the result stays the same. I also don't get the foreign key (from my form) into the table.
So Nubuilder adds a row but with nothing in it.
Johan
PS How do I know that I'm using the most recent mysql tables of nubuilder?
Re: field in subform
Johan,
In a subform you will probably need at least 1 normal field (not a file object) to be saved as well.
Try that and see how it goes.
Steven
In a subform you will probably need at least 1 normal field (not a file object) to be saved as well.
Try that and see how it goes.
Steven