Objects
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 Either a Button to allow the user to run another Form/Report/Procedure, or place the Form/Report/Procedure in an iFrame on the Edit Form.
- Select
- Subform
- Textarea
- Word