1.6.17. Function Archive: | A spreadsheet containing a subset of all the fields in a record is defined for backup and export purposes. Every data object can have a sheet to provide the owner of the data with a means to view all their data and to copy any of their data, using a last change date range as the selection criteria. | It would be illogical to copy all data every month, but to copy all records that have been changed in the last month provides each owner with what they may need for fallback purposes |
Tuition: | Once a user is able to process any one kind of subject they are able to process every kind of subject because each and every service reuses functions with identical behaviour. Training costs are reduced by a single consistent architecture that is as if one designer had implemented the whole application service. |
| | 4GL Sheet Function: | LIST and SELECT with the record code and number of rows to be read in the width with "*" ias the field list, title holds the order by field number and Link as "DATE-RANGE". The menu must have a matching date range. | META and THREE will use the Label, Title and Link to hold the meta title, meta description and meta keywords - default configuration values are normally specified. | HEAD and THREE will use the Label, Title and Link to hold the centra page title, left and right margin text. | MENU and START will begin the menu bar. | MENU and TEXT will show text on the menu bar - "SMALL" in the Link will reduce the font size to small. | MENU and DATE with "DATFR" as the record with Label and Title for a popup tooltip. | MENU and DATE with "DATTO" as the record with Label and Title for a popup tooltip. | MENU and LIST with "STYLE" as the record with Label and Title for a popup tooltip - Link points to the same web page for each selected style. | MENU and END will end the menu bar. |
4GL Sheet List: | LIST and TOPSHEET has the container name in the Lable and Link pointing to an associated change or view form - click on any row to view that record in detail. | FORM and TEXT as normal field definiton with record, field number, width, label and title. | LIST and ENDROW to end the list. | EXIT and SHEET to end the function with a copyright bar. |
|