| Component dbcontainer |
Description
Displays a single database record. Use message links to make
the container display a certain record.
Format
< dbcontainer ... > ... < /dbcontainer >
Details
| Include File: | dbcontainer.hei |
| Session Mode: | create |
Properties
| Property | Kind | Description |
| Oid | ||
| Relation | Database relation. | |
| Msgallowed | Accepted messages. The enabled functions can be activated from the browser. |
Attributes
| Name | Description |
| ff | is an object that contains the field values that are currently displayed. |
Messages
| Kind | Description |
| clear | Clears the container and displays nothing. |
| display | Displays a database record. The key must consist of one or more fields. All field names provided must be legal column names found in the database. |
| search | Works as display, but fields are compared using like or a user specified operator (see dbfieldoperator). |
Superclass
The component inherits Attributes, Methods, and Hookmethods from the following superclasses:
Hooks
onempty () Is called for an empty container.
onmsg (msg) Is called before a message is processed.
onquery (row) is called before the database is queried.
Methods
querydatabase () Rereads the current record from the database.