- File variables
- Initialization process
- Table and Looper controls
- Limits
Reset (Function) In french: RAZ
// Add a customer ScreenToFile() HAdd(Customer) // Re-initialize the controls in order to enter a new customer Reset(True)
Syntax
Re-initializing all the controls found in the current window or page Hide the details
Reset([<Management of Special Controls>])
<Management of Special Controls>: Optional boolean - True:
- the edit controls and the Static controls are re-initialized with their initial value,
- the browsing or memory List Box, Combo Box, Table and Looper controls are neither cleared nor re-initialized. They keep their current content.
- False (default value):
- the edit controls and the Static controls are re-initialized with their initial value,
- the memory List Box, Combo Box, Table and Looper controls are cleared and re-initialized with their initial content,
- the browsing List Box, Combo Box, Table and Looper controls are re-initialized (they are not cleared).
Remarks Reset does not reinitialize the caption of the Button controls.
This page is also available for…
|
|
|