Re: Give nuBuilder the ability to manage legacy data bases.
Posted: Mon Jul 05, 2010 2:22 pm
Hello,
after an attempt to set an Activity - following as a general reference the tutorial about creating a Report - for a PHP procedure with internet explorer, I may not access to nuBuilder interface. After the login screen I get a blank page!
All works fine if I use another browser. No use to eliminate private data or so from the browser.
I tried to:
1 - create a form;
2 - add a new object on that form;
3 - add an activity with the PHP code as I suggested in order to fill an existing field with values nuBuilder is able to recognise and handles;
4 - run that acticity once.
I attached a video (download it, extract it before to watch it) to let you control all of the settings.
Do I guess a tutorial on how to add a nuBuilder primary in a not empty table is really needed.
Thank you.
Cypherinfo.
after an attempt to set an Activity - following as a general reference the tutorial about creating a Report - for a PHP procedure with internet explorer, I may not access to nuBuilder interface. After the login screen I get a blank page!
All works fine if I use another browser. No use to eliminate private data or so from the browser.
I tried to:
1 - create a form;
2 - add a new object on that form;
3 - add an activity with the PHP code as I suggested
Code: Select all
do {
mysql_query("UPDATE table SET field='{uniqid()}' WHERE field='' LIMIT 1");
} while (mysql_affected_rows());
4 - run that acticity once.
I attached a video (download it, extract it before to watch it) to let you control all of the settings.
Do I guess a tutorial on how to add a nuBuilder primary in a not empty table is really needed.
Thank you.
Cypherinfo.