|
|
|
|
|
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. // In C CALLWD("Screen,ScreenToFile"); HAdd("CUSTOMER"); // In Pascal CALLWD('Screen,ScreenToFile'); HAdd('CUSTOMER'); // In VB call CALLWD("Screen,ScreenToFile") call HAdd("CUSTOMER") 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|