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,ScreenToFile (External language)
In french: Ecran,EcranVersFichier
Updates the items in the data file with the values from the bound controls in the window.
Example
// In C
CALLWD("Screen,ScreenToFile");
HAdd("CUSTOMER");
// In Pascal
CALLWD('Screen,ScreenToFile');
HAdd('CUSTOMER');
// In VB
call CALLWD("Screen,ScreenToFile")
call HAdd("CUSTOMER")
Syntax
Screen,ScreenToFile()
Remarks
  • Screen,ScreenToFile does not directly write to the file. It assigns the file variables.
  • To modify the record in the file, you must run HAdd or HModify according to the case.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help