PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Select a Control
Select a Control
Iniciado por LK, 08,jun. 2011 14:00 - 2 respuestas
Publicado el 08,junio 2011 - 14:00
How can I select an Edit Control by programming ?

For Example:

Select(EDT_Control)

Thanks !
Publicado el 14,junio 2011 - 15:45
document.getelementbyid("EDT").focus();
Publicado el 16,junio 2011 - 09:05
Returntocapture() and Setfocus() and Screenfirst().

See http://doc.pcsoft.fr/en-US/?3025027&name=returntocapture-function

HTH
Sebastian