Form_uidata.4gl
This file includes functions to retrieve and manage the database data.
It defines the records for the database columns and tables, creates and fills a dynamic row of data,
creates and fills a dynamic row of record keys,contains the SQL statements to
SELECT
, UPDATE
, and DELETE
rows in the database,
and handles the SQL transactions.
Generated Functions | Description |
---|---|
|
Create and fill a dynamic array of Business Record(BR) Unique Keys (UK). |
|
Get data from a given Business Record (BR) Unique Key (UK) (may be a composite key). |
|
Create and fill a dynamic array of Business Record (BR) fields. |
|
Insert a row in the database. |
|
Update a row in the database. |
|
Delete a row in the database. |
|
Delete a row in the database. |
|
Check a row in the database. |
|
Check a row in the database. |
|
Retrieve data according the descending lookup after update of the field. |
|
Retrieve data according the ascending lookup after update of the field(s). |
|
Populate an array of key/value pairs. |
|
Compute FORMONLY fields of the Business Record (BR). |