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.
Edit form issue
-
- Posts: 68
- Joined: Sun Mar 04, 2018 6:38 pm
Edit form issue
I have an edit form based on a table. On the form I have objects set out to match each table field, of course using the table field names as the object IDs. Everything seems to be saving properly when a field is edited, however, after the save one of my objects is blank and does not reflect the data I can plainly see in the record field with phpMyAdmin. Any idea how that might be happening?
TonyD
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: Edit form issue
A possible source of error is that the linked form (Form Tab) is somehow not really linked (This happend to me when I renamed a form)
Just select the form again by using the picker. Then set the focus on the ID field and press the up/down arrow keys. If you can scroll through the list, the field is well linked.
Another thing to check is the datatype. E.g. when a string is entered but the db field type is integer.
Just select the form again by using the picker. Then set the focus on the ID field and press the up/down arrow keys. If you can scroll through the list, the field is well linked.
Another thing to check is the datatype. E.g. when a string is entered but the db field type is integer.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 68
- Joined: Sun Mar 04, 2018 6:38 pm
Re: Edit form issue
toms,
I found that I was making manual changes to the table structures without logging into nuBuilder again. nuBuilder4 evidently checks all table structures as part of the initialization process. So none of my changes were being seen.
Thanks for the help.
I found that I was making manual changes to the table structures without logging into nuBuilder again. nuBuilder4 evidently checks all table structures as part of the initialization process. So none of my changes were being seen.
Thanks for the help.
TonyD