Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

form not saving data

Locked
fuzzyq
Posts: 6
Joined: Thu Feb 14, 2013 1:14 pm

form not saving data

Unread post 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
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: form not saving data

Unread post by admin »

fuzzyq,

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

Steven
rdal
Posts: 5
Joined: Fri Mar 08, 2013 5:55 am

Re: form not saving data

Unread post 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?
painatal
Posts: 12
Joined: Fri Mar 01, 2013 2:57 am

Re: form not saving data

Unread post 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.
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: form not saving data

Unread post by massiws »

rdal,
maybe this can help: http://www.youtube.com/watch?v=Vv5-4G7CaIk

max
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: form not saving data

Unread post by admin »

.
Locked