PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → WD21 - Error Messages
WD21 - Error Messages
Débuté par André Labuschagné, 06 oct. 2017 09:31 - 2 réponses
Posté le 06 octobre 2017 - 09:31
Hi All

Is there anyway to supress all error messages in a WD app?

Cheers
André
Posté le 06 octobre 2017 - 00:00
Hi Andre,

for HFSQL errors use HOnError()
and for other errors, IMPLEMENT "if Error" and "if Exception" handling in the Project Code.
This should do it ...

Steven Sitas
www.alpha360.biz
Posté le 07 octobre 2017 - 02:06
Hi Steven

Thanks.

André