ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Managing external languages / Object functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// 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 index>
Screen,First,<Column name>
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help