ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Managing external languages / Object functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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 Subscript>
Screen,First,<Column Name>
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 04/06/2023

Send a report | Local help