PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Select a Control
Select a Control
Started by LK, Jun., 08 2011 2:00 PM - 2 replies
Posted on June, 08 2011 - 2:00 PM
How can I select an Edit Control by programming ?

For Example:

Select(EDT_Control)

Thanks !
Posted on June, 14 2011 - 3:45 PM
document.getelementbyid("EDT").focus();
Posted on June, 16 2011 - 9:05 AM
Returntocapture() and Setfocus() and Screenfirst().

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

HTH
Sebastian