PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Hreset - one control should not be reset
Hreset - one control should not be reset
Débuté par Christine, 13 mai 2005 13:55 - 1 réponse
Posté le 13 mai 2005 - 13:55
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 ?
Posté le 14 mai 2005 - 20:41
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