Forms: Difference between revisions

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




==Creating a Form==
==Setting a Form's Properties==


'''Form Properties..'''
===Form Type===
 
Choose 1 of the following 5 Types.
#Form Type
*<span style="padding:4px 6px 4px 2px;background:#cbc287">Browse</span> A grid like table, with seachable fields and sortable columns. Designed to easily select a record from a database table or query.
#*<span style="padding:4px 6px 4px 2px;background:#cbc287">Browse</span> A grid like table, with seachable fields and sortable columns. Designed to easily select a record from a database table or query.
*<span style="padding:4px 6px 4px 2px;background:#68c994">Edit</span> A Form displaying editable fields (nuBuilder Objects). Generally from a choice made on its previous Browse Form.
#*<span style="padding:4px 6px 4px 2px;background:#68c994">Edit</span> A Form displaying editable fields (nuBuilder Objects). Generally from a choice made on its previous Browse Form.
*<span style="padding:4px 6px 4px 2px;background:#a0a7d6">Browse and Edit</span> A Form with properties to define both Browse and Edit.
#*<span style="padding:4px 6px 4px 2px;background:#a0a7d6">Browse and Edit</span> A Form with properties to define both Browse and Edit.
*<span style="padding:4px 6px 4px 2px;background:#dd6eb3">Launch</span> Not associated with a database table. Used to launch other Forms or hold editable values for Launching a Report or Procedure.
#*<span style="padding:4px 6px 4px 2px;background:#dd6eb3">Launch</span> Not associated with a database table. Used to launch other Forms or hold editable values for Launching a Report or Procedure.
*<span style="padding:4px 6px 4px 2px;background:#fa9b96">Subform</span> An editable Form that is repeated inside a Subform Object, generally linking its records to that of the main Edit Form.
#*<span style="padding:4px 6px 4px 2px;background:#fa9b96">Subform</span> An editable Form that is repeated inside a Subform Object, generally linking its records to that of the main Edit Form.
===Code===
#Code
A Unique Code of alphanumeric characters.
#Description
===Description===
Its Description

Revision as of 08:45, 27 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.


Setting a Form's Properties

Form Type

Choose 1 of the following 5 Types.

  • 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 its 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.

Code

A Unique Code of alphanumeric characters.

Description

Its Description