Objects: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
Line 59: Line 59:
===Align===
===Align===
Left, Right or Center.
Left, Right or Center.
Used by..
*<span style="padding:4px 6px 4px 2px;background:#B6B6B4">Calc</span>
*<span style="padding:4px 6px 4px 2px;background:#cc9a5c">Display</span>
*<span style="padding:4px 6px 4px 2px;background:#8db3dd">Input</span>
*<span style="padding:4px 6px 4px 2px;background:#babedb">Textarea</span>
*<span style="padding:4px 6px 4px 2px;background:#68c994">Word</span>


===Validation===
===Validation===

Revision as of 01:21, 28 June 2017

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

Value in pixels.

Height

Value in pixels.

Cloneable

Yes or No.

In the case of Yes on a customer field, when an invoice is cloned the customer name is retained.

But an invoice number field would be set to No so that any cloned invoice could get a new number.

Align

Left, Right or Center.

Used by..

  • Calc
  • Display
  • Input
  • Textarea
  • Word

Validation

None, No Blanks or No Duplicates.

Access

Editable, Readonly or Hidden.

Run

Display

Select

Lookup

Subform

Image

Input

HTML

Calc

Custom Code