|
|
|
|
|
<Source>.ViewToFile (Function) In french: <Source>.VueVersFichier
Available only with this kind of connection
Saves the modifications performed in an HFSQL view (by <Source>.Modify, <Source>.Delete or <Source>.Cross) in the corresponding data file. Note This operation can only be performed if the view has been created with the constant hVueBlock constant (i.e. the records imported into the view have been locked in the data file). After the call to <Source>.ViewToFile, the records are unlocked in the view source file.
Syntax
<Result> = <Source>.ViewToFile()
<Result>: Boolean - True if the view was transferred into the data file,
- False otherwise. HError returns more details about the problem.
<Source>: Source type Name of view used. Remarks If an error occurs when updating the data file, HError is used to identify the records that caused the problem. Simply loop through the view again and run HError on each record in the view.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|