PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → use escape to cancel a mandotary field
use escape to cancel a mandotary field
Iniciado por Christine schokkaert, dez., 02 2004 4:14 PM - 1 resposta
Publicado em dezembro, 02 2004 - 4:14 PM
on a form there are mandotary fields
like code , description
When i click in the field code and want to leave without inserting something he gives me "mandotary input". Correct.
But when i do not want to insert anything and still want to leave the field, i want to use the escape button to cancel the operation.
Is this possible.
Christine
Publicado em dezembro, 02 2004 - 4:53 PM
Hi Christine,
I think you better handle this validation yourself in code. Than you can capture the 'escape button' push event and act accordingly. All other validation is done in the 'on exit' event of your field.
Succes !

Filip
on a form there are mandotary fields
like code , description
When i click in the field code and want to leave without inserting something he gives me "mandotary input". Correct.
But when i do not want to insert anything and still want to leave the field, i want to use the escape button to cancel the operation.
Is this possible.
Christine