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
Table,Save (External language)
In french: Table,Enregistre
Updates or adds a record in the data file linked to the Table control.
Remark: This function must only be used with Table control based on a data file.
Example
// In C
CALLWD("Table,Save,ProdTable");
// In Pascal
CALLWD('Table,Save,ProdTable');
// In VB
call CALLWD("Table,Save,ProdTable")
Syntax
Table,Save(<Table control>)
<Table control>: Control name
Name of the Table control based on a data file to be used.
Remarks
  • Table,Save updates the variables of the data file items with the values from the controls in the current row of the Table control. The record is written to the data file.
  • Table, Save does not manage the items in linked files. HAdd or HModify must be used to write into the linked file.
  • To modify the data file linked to a Table control, don't use HAdd (or HModify): use Table,Add, Table,Insert or Table,Modify and Table,Save.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help