Input/Output Component
Fnd_IO_DisplayRecord
Fnd_IO_DisplayRecord ({->table{; record number}})
Parameters
| Parameter | Type | Description |
|---|---|---|
| table | Pointer | Pointer to the record’s table (optional) |
| record number | Longint | Record number (optional) |
Description
Displays the specified record of the table in a new process. If no table is passed, then the current form’s table is used (if available). If no record number is passed, then the current record will be displayed (if there is one). Pass 4D’s New record constant as the record number parameter to create a new record. Just after this routine launches a new process, and just before it opens a window, the Fnd_Hook_IO_DisplayRecord hook is called.
Extracted source text
Fnd_IO_DisplayRecord ({->table{; record number}})
Parameter Type Description
table Pointer Pointer to the record’s table (optional)
record number Longint Record number (optional)
Displays the specified record of the table in a new process. If no table is passed, then the current form’s
table is used (if available). If no record number is passed, then the current record will be displayed (if
there is one). Pass 4D’s New record constant as the record number parameter to create a new record.
Just after this routine launches a new process, and just before it opens a window, the
Fnd_Hook_IO_DisplayRecord hook is called.