PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Key Combination to exit Table
Key Combination to exit Table
Iniciado por guest, 20,sep. 2016 11:59 - 2 respuestas
Publicado el 20,septiembre 2016 - 11:59
Hi Folks,

I have cascade property set for one of my tables, I need to be able to exit the table using
a key or key combination other than a TAB as that just adds another row to my table.

Thank you
Publicado el 20,septiembre 2016 - 16:33
Hi

just create a button (it can be outside the screen) with that combination as shortcut. Its code will be run, and you can do a returntocapture to anything you want in it

Best regards
Publicado el 26,septiembre 2016 - 16:26
Fabrice,

Thank you so much for the info, brilliant!

Mark