- 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.
// Add a customer ScreenToFile() HAdd(Customer) // Reinitialize controls to enter a new 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 controls are reinitialized to their initial value,
- browsing or memory List Box, Combo Box, Table and Looper controls are neither cleared nor reinitialized. They keep their current content.
- False (default value):
- Edit controls and Static controls are reinitialized to their initial value,
- memory List Box, Combo Box, Table and Looper controls are cleared and reinitialized to their initial content,
- 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…
|
|
|
|