Objects

From nuBuilderForte
Revision as of 01:01, 28 June 2017 by Admin (talk | contribs) (→‎Left)
Jump to navigation Jump to search

Adding Objects to your Edit Form will allow you to display and edit a record's data.

Each type of Object has a different purpose.

And once you have added Objects to an Edit Form, you can use Arrange Objects to rearrange Objects on the Form along with their tabbing order.


The All Tab contains information required by all Objects (with a few exceptions).

The Custom Code Tab allows Javascript events to be added to all Objects (with a few exceptions).

All other Tabs relate specifically to the Object of the same name.


All Properties

Tab-Form

Select the Tab (and therefore its Edit Form) to add this Object to.

Type

Choose 1 of the following 11 types.

  • Calc A Number Field based on other Number Objects of the current Edit Form.
  • Display A readonly field that will display the first field of the first record from a SQL Select statement
  • HTML A readonly area that can be used to display html.
  • Image A readonly area that will display an image.
  • Input Generally used for entering text, it can also be used for other HTML5 Input types.
  • Lookup A lookup allowing the selection of a value from another table.
  • Run Creates either a Button to allow the user to run another Form/Report or Procedure, or creates an iFrame on the Edit Form in which is placed the Form/Report or Procedure.
  • Select Allows the selection of one or more values from a finite list.
  • Subform Can contain rows (Subform Forms) that relate to the Edit Form.
  • Textarea Allows for unformatted text.
  • Word A readonly object that simply creates a phrase in Bold.

Label

Description of Object.

ID

A valid HTML id that is unique to this Edit Form.

Top

Value in pixels

Left

Value in pixels

Width

Height

Cloneable

Align

Validation

Access

Run

Display

Select

Lookup

Subform

Image

Input

HTML

Calc

Custom Code