PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → Hreset - one control should not be reset
Hreset - one control should not be reset
Iniciado por Christine, mai., 13 2005 1:55 PM - 1 resposta
Publicado em maio, 13 2005 - 1:55 PM
The HRESET function Reinitializes all the controls in the current window. (also for combo boxes).
There is one combo box that should not be reset ... I see in the help that "
This function only applies to edit controls, list boxes, tables and combo boxes (if the corresponding option was specified). "
Which option allows me to make this control not to be reset ?
Publicado em maio, 14 2005 - 8:41 PM
Hi Christine,
hReset() resets the file buffer specified or the current one if not specified.
Reset() resets controls without resetting the file buffer linked to the controls.
See the help for more info.
Regards,
Peter