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.
add/delete fields from existing form
-
- Posts: 38
- Joined: Wed May 16, 2018 1:01 pm
add/delete fields from existing form
Is it possible to add new field and delete existing field from existing form: : ?
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: add/delete fields from existing form
At the top right of every Browse and Edit Form, there is an Options icon.
Click it and select "Form Object List".
In the following Browse Form select the object you'd like to delete.
To add a new object, click on "Add" in the Browse Form or clone an existing object and enter a new id etc. and hit "save".
Click it and select "Form Object List".
In the following Browse Form select the object you'd like to delete.
To add a new object, click on "Add" in the Browse Form or clone an existing object and enter a new id etc. and hit "save".
You do not have the required permissions to view the files attached to this post.
Re: add/delete fields from existing form
ajay,
Another way of creating another Object is to Clone an Object that is already on the Form.
That way some of the properties (like the Form and Tab) will already be filled in and you can just make the changes you need and click Save.
Steven
Another way of creating another Object is to Clone an Object that is already on the Form.
That way some of the properties (like the Form and Tab) will already be filled in and you can just make the changes you need and click Save.
Steven
-
- Posts: 36
- Joined: Wed Jan 27, 2016 12:35 pm
- Location: Salvador, Bahia - Brazil
Re: add/delete fields from existing form
Remember you must add/delete the field on database manually before (or after) to follow the steps above.
In my case I was thinking it would add the field on database, then, after fill the field, I discovered it must be added manually.
In my case I was thinking it would add the field on database, then, after fill the field, I discovered it must be added manually.
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
Re: add/delete fields from existing form
You are right.Celson wrote:Remember you must add/delete the field on database manually before (or after) to follow the steps above.
In my case I was thinking it would add the field on database, then, after fill the field, I discovered it must be added manually.
The reason why nuBuilder does not create the column automatically for you is that you may not want to store every object (e.g. Buttons, HTML objects etc.) in your db table.
-
- Posts: 36
- Joined: Wed Jan 27, 2016 12:35 pm
- Location: Salvador, Bahia - Brazil