PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → How to disable the automatic error mechanism for windev?
How to disable the automatic error mechanism for windev?
Débuté par PETER ZHOU, 19 aoû. 2008 00:54 - 1 réponse
Posté le 19 août 2008 - 00:54
Hi,
I've declared a unique key for customer name in the customer table.
Whenever the user enter a duplicated customer name ( under the table cascading input), the security mechanism of windev will appear. Is there a way to turn it off during runtime ?
Do i use EXCEPTION to control it ? If yes, can anyone show me how to ?
Regards,
PETER ZHOU
Posté le 19 août 2008 - 00:55
Peter,
take a look at HOnError()
Arie