Reset (Function) In french: RAZ
// 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 reinitialize the caption of the Button controls.
This page is also available for…
|
|
|