Joined: 04 Oct 2007 |
Posts: 3 |
|
|
|
Posted: Sat Jun 13, 2009 11:24 am |
|
|
|
|
|
I created the ajax version of a database form using the db-form wizard. Three things strike me as odd:
1. After updating a record, I get a blank screen with a message that the record was updated, which asks me to click to return. Is this not contrary to the whole idea of ajax? Why not just update the screen?
2. When I click, I get returned to the table_xxx.php page and its function-less display instead of the ajax_db_form display... so it would appear in addition to being wrong, that a page load is taking place.
3. I have a tinyint field that is being used for yes/no, and I chose a checkbox as the field type during the wizard. The checkbox comes up, but it does not show checked if there is non-zero value in the field, and it does not update the database if I re-check it.
4. When I click Insert, the form does not have a field for the auto-num index, which is correct. But it also does not have a hidden field for it. The form passes the field name to the insert, but no null value, so MySQL responds that the column count and values don't match.
|
|