Forms: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


*'''Browse''' A grid like table, with seachable fields and sortable columns. Designed to easily select a record from a database table or query.
*'''Browse''' A grid like table, with seachable fields and sortable columns. Designed to easily select a record from a database table or query.
*'''Edit''' a new record
*'''Edit''' A Form displaying editable fields (nuBuilder Objects). Generally from a choice made on previous Browse Form.
*'''Browse and Edit''' a list of records
*'''Browse and Edit''' A Form with properties to define both Browse and Edit.
*'''Launch''' the columns in ascending or descending order
*'''Launch''' Not associated with a database table. Used to launch other Forms or hold editable values for Launching a Report or Procedure.
*'''Subform''' the columns in ascending or descending order
*'''Subform''' An editable Form that is repeated inside a Subform Object, generally linking its records to that of the main Edit Form.


browse|Browse|
browse|Browse|

Revision as of 22:24, 26 June 2017

The first thing you will see after logging into nuBuilder Forte is a nuBuilder Launch Form.

This is a special type of Form, which in this case, contains Button Objects that will take you to other Forms.

There are a few are different types of Forms.


  • Browse A grid like table, with seachable fields and sortable columns. Designed to easily select a record from a database table or query.
  • Edit A Form displaying editable fields (nuBuilder Objects). Generally from a choice made on previous Browse Form.
  • Browse and Edit A Form with properties to define both Browse and Edit.
  • Launch Not associated with a database table. Used to launch other Forms or hold editable values for Launching a Report or Procedure.
  • Subform An editable Form that is repeated inside a Subform Object, generally linking its records to that of the main Edit Form.

browse|Browse| edit|Edit| browseedit|Browse and Edit| launch|Launch| subform|Subform Only