__" , different [code] but relate to the same object (I think duplicate when I modified something);
2) when I delete a record from a table I get a white page;
3) in breadcumbs seems to be ignored after the first parameter index (see appendix): to go back I have to use back button in browser.
No errors on nuBuilder 2.5 (same project).
How can I fix?
Thank you.
You do not have the required permissions to view the files attached to this post.
shane,
I made some tests:
1 - I installed nuBuilder 2.6;
2 - I create a simple table client with two fields: "cli_id" and "cli_name";
3 - with the FormWizard I create the form;
4 - In PhpMyAdmin I see 3 new table created with name "__nu14fd07ac...__" each with 2 fields: "id" containing the key "__14fd07ac...__" and "__nu14fd07ac...__" containing "cli_name" (see attached); Are they necessary?
5 - I add another field to the table in phpmyadmin, create the new object in nuBuilder and add it on the existing form: no new table "__nu14fc...__" are created;
6 - double check, if I create a new form (for a new table) without FormWizard (create the form, the field objects, the button object, etc.) no table "__nu14fc...__" is created;
7 - I observed that, in some cases, modifying a field object (modifying the text area length, the displayed name, etc.) another table "__nu14fc..__" is created; this occurs (I suppose) when the table field-name is longher than 15 characters (I can not reproduce it, but I decided to shorten the names of the fields of my table).
My questions:
1 - what's the function of the tables named "__nu14fc ...__" that are automatically created by the wizard?
2 - If I have to add some fields to an existing table (on a production site) it's better to create the new table and to recreate the form with FormWizard ?
Sorry, but I'm trying to understand the philisophy on nuBuilder!
Thank you
You do not have the required permissions to view the files attached to this post.
1 - what's the function of the tables named "__nu14fc ...__" that are automatically created by the wizard?
nuBuilder often creates temporary tables which normally get deleted, these temporary table always have a __nu????__ pattern so it is obvious that they are temp tables and can safely be deleted.
The reason you can see them is that sometimes they don't always get deleted when they should, nothing to be alarmed about just deleted them yourself.
2 - If I have to add some fields to an existing table (on a production site) it's better to create the new table and to recreate the form with FormWizard ?
I would only recommend using the formwizard for a brand new table, otherwise just add fields to the mysql table first then add to nuBuilder all manually, which is still pretty fast and easy.
shane wrote:The reason you can see them is that sometimes they don't always get deleted when they should, nothing to be alarmed about just deleted them yourself.
Ok, now I understand!
Thanks very much.
For information, I notice that after creating 9 tables with FormWizard I find 67 temporary tables!