|
|
|
|
|
- File variables
- Initialization process
- Table and Looper controls
- Limitations
Reset (Function) In french: RAZ Reinitializes: - all controls found in the current window or in the current page (including the groups of controls, the supercontrols, the popups and the internal windows).
- the controls found in a group of controls, a supercontrol, a popup, an internal window or an internal page.
ScreenToFile()
HAdd(Customer)
Reset(True)
Syntax
Reinitializing all the controls in the current window or page Hide the details
RESET([<Management of Special controls>])
<Management of Special controls>: Optional boolean - True:
- Edit controls and Static Text controls are reinitialized to their initial value,
- List, Combo, Table and RepeatString fields (file or memory) are not cleared or reset.. They keep their current content.
- False (default value):
- Edit controls and Static Text controls are reinitialized to their initial value,
- the List, Combo Box control, Table and RepeatString "memory" fields are cleared and reset to their initial contents,
- browsing List Box, Combo Box, Table and Looper controls are only reinitialized (they are not cleared).
Remarks Reset does not reset the labels of the Button controls.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|