PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Edit control
Edit control
Started by Mimmo Ghiara, May, 21 2020 9:42 AM - 3 replies
Posted on May, 21 2020 - 9:42 AM
Two things I can't find in the manual; as in a screen, automatically enter an edit control (define the first editable field) and put the cursor to insert text.
Secondly, there is a way to validate an entry without necessarily leaving the field (edit control)
Thanks
Mimmo
Posted on May, 21 2020 - 9:56 PM
Mimmo Ghiara a écrit :
> Two things I can't find in the manual; as in a screen, automatically enter an edit control (define the first editable field) and put the cursor to insert text.

Two ways:
1. in the editor, change the TAB order so that your desired field is the first one
2. by code, do a returntocapture of the desired field at the end of the page init code

Secondly, there is a way to validate an entry without necessarily leaving the field (edit control)


1. in the code event 'each modification'/on change...
2. on a timer

Thanks
Mimmo
Posted on May, 22 2020 - 8:37 AM
Thanks
Posted on June, 04 2020 - 8:59 AM
hI

in a loper returntocapture dont' work
I use a popup to selsect iem in a database table and after the query i would like the next item to be selected
But even if i change the TAB order or use returntiocapture, the next item is not selected for entry

Is there another way to select the next item?

Thanks

Mimmo