Previous Topic

Next Topic

Inhoudsopgave

Book Index

TEditForm Object

Description

Creates an empty Isah data entry form.

Use the EditForm Object to activate an instance of a Isah Edit form and to populate it with data from your database. You can use the Edit form to view specific data and to create and mutate data from your database. All standard grouping, sorting, search, filter functionalities will be available in this Edit form.

The EditForm implicitly uses Isah framework functionalities (properties, methods and events) for mutating data.

If you want to mutate standard Isah tables be sure to create SIP stored procedures by copying and renaming the standard stored procedures (the IP_sel_xxxRS, IP_ins_xxx, IP_del_xxx and IP_upd_xxx stored procedures). Stored procedure names always have to begin with the character 'S'. For more information about database customizations see Deal With Database Customizations.

All primary keyfields, IsahUserCode and the LastUpdatedOn fields must be available in the derived SIP_sel_xxxRS stored procedure. Be sure that these required fields are available in the derived stored procedure.

If you want to extend a standard Isah table you can choose between different scenarios.

Remarks

In this folder

Properties

Methods

Events

Code Snippets