nuBuilder contains all the customization done in its database.
- Objects
- Forms
- Reports
- Javascript
- PHP
- SQL
So to backup everything, all that is needed is to backup the database using the Backup Button or Option...
.
nuBuilder contains all the customization done in its database.
So to backup everything, all that is needed is to backup the database using the Backup Button or Option...
Importing Users into nuBuilder (the zzzzsys_user table) can be done using CSV Transfer.
zzzzsys_user_id;sus_zzzzsys_access_id;sus_language;sus_name;sus_code;sus_position;sus_department;sus_team;sus_email;sus_additional1;sus_additional2;sus_login_name;sus_login_password;sus_expires_on;sus_json
1;NULL;NULL;user1;NULL;NULL;NULL;NULL;NULL;NULL;NULL;login1;password1;NULL;NULL
2;NULL;NULL;user2;NULL;NULL;NULL;NULL;NULL;NULL;NULL;login2;password2;NULL;NULL
3;NULL;NULL;user3;NULL;NULL;NULL;NULL;NULL;NULL;NULL;login3;password3;NULL;NULL
4;NULL;NULL;user4;NULL;NULL;NULL;NULL;NULL;NULL;NULL;login4;password4;NULL;NULL
5;NULL;NULL;user5;NULL;NULL;NULL;NULL;NULL;NULL;NULL;login5;password5;NULL;NULL
When a user logs in to nuBuilder, nuBuilder creates a cache in the browser's memory. This cache holds information for...
Because of this, if a developer makes changes to either of the above this cache is no longer accurate and to update it in the past required the user to log out and log in again.
The new Refresh Option now refreshes this cache without logging in and logging out.
And this can be done in 2 ways...
Another feature of the newest update to nuBuilder Forte 4.5 is the ability to right-click certain Form properties.
This feature gives quick access to the most used properties of Browse and Tab Titles as well as the most common properties of an Object...
The new ContentBox Object doesn't store any data, it simply offers an elegant way of grouping other Objects on a nuBuilder Forte Edit Form. Taking a Form that looks like this...
The nuBuilder team has been busy.
There have been a number of improvements, including the edition of 2 new Objects available to developers creating Forms.
Here is a quick look at one of those Objects.
The WYSIWYG Object.
This Object attaches to a TEXT field in MySQL the same as nuBuilder's Text Object except the WYSIWYG Object saves data as an HTML DIV.
EG.
This...
Well done team.