|
|
|
|
|
Link functions are used to link the interface with the data files (and vice versa). These functions are:
| | ControlToSource | Assigns the control value to the source of a control link. | FileToPage | Automatically updates the controls of a page with:- the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
- the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
| FileToScreen | Automatically updates the controls in a window or page with:- the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
- the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
| PageToFile | Automatically updates:- the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls (even if they are grayed, inactive or invisible).
- the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls (even if they are grayed, inactive or invisible).
| PageToSource | Automatically updates:- the value of the items in a data file with the value of the controls in the page.
- the value of the WLanguage variables with the value of the page controls.
| ScreenToFile | Automatically updates:- the memory value of the items in a data file with the value from the controls in the window or page. The data file items bound to the window controls are automatically updated with the values of these controls (even if they are grayed, inactive or invisible).
- the value of the WLanguage variables with the value from the controls in the window or page. The WLanguage variables bound to the window controls are automatically updated with the values of these controls (even if they are grayed, inactive or invisible).
| ScreenToSource | Automatically initializes: - the memory value of the items in a data file with the value from the controls in the window or page.
- the value of the WLanguage variables with the value of the controls found in the window or in the page.
| SourceToPage | Automatically updates the controls of a page with: - the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
- the values of the bound WLanguage variables.
| SourceToScreen | Automatically updates the controls in a window or page with: - the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
- the values of the bound WLanguage variables.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|