Screen,First (External language) In french: Ecran,Premier Indicates the name of the first editable control or the name of the next control that must be in edit.
// In C // The next control will be CUSTNAME CALLWD("Screen,First,CUSTNAME");
// In Pascal (* The next control will be CUSTNAME * CALLWD('Screen,First,CUSTNAME');
// In VB ' The next control will be CUSTNAME call CALLWD("Screen,First,CUSTNAME")
Syntax
Screen,First(<Control name> [, <Subscript>])
<Control name>: Character string Name of the control in which the text must be displayed. <Subscript>: Character string (optional) Control index. Remarks For a table, the table row to edit must be selected beforehand. Example:
Table,Select,+,<Table Name>,<Row Subscript> Screen,First,<Column Name>
|
|
|
|