Page 1 of 1

form not saving data

Posted: Fri Feb 15, 2013 1:40 pm
by fuzzyq
Hi

I have form with dropdown and text object. If i type some text and click save data don't save in DB.

I check all table names and is ok.

I have no idea what is wrong.

Regards

Re: form not saving data

Posted: Sun Feb 17, 2013 2:28 am
by admin
fuzzyq,

I don't know either. Have you watched the tutorials?

Steven

Re: form not saving data

Posted: Fri Mar 08, 2013 6:01 am
by rdal
I too have experienced the same problem.

I have a table that has a foreign key. At first, one field was a lookup. Everything worked (including the lookup), except the entry I made was not saved in the table.

I tried removing the lookup and made it a simple "text" field.

Still the same, the form did not save the entry to the table?

Any tips?

Re: form not saving data

Posted: Fri Mar 08, 2013 5:29 pm
by painatal
I've had that problem. It's not a problem with nuBuilder per-se. For what I understand nubuilder's lookup always saves the ID of the lookup table on your field. Except it can lookup and display the info on the other fields of the lookup table. So make your foreign key always link to the primary key of the table you are looking up to.

Its a newbie table design problem and I had the exact same.
That should solve the problem.

Re: form not saving data

Posted: Sat Mar 09, 2013 3:37 pm
by massiws
rdal,
maybe this can help: http://www.youtube.com/watch?v=Vv5-4G7CaIk

max

Re: form not saving data

Posted: Tue Mar 19, 2013 6:55 am
by admin
.