Page 1 of 1

Put cursor in fld "fld1"

Posted: Sun Jan 18, 2015 10:20 pm
by shawnblc
How do I make sure the fld has the cursor in it to give the user a visual of which fld he/she should be using.

Not seeing anything in the dictionary for cursor that stands out.

Code: Select all

put the cursor into fld "fld1"

Re: Put cursor in fld "fld1"

Posted: Sun Jan 18, 2015 10:32 pm
by FourthWorld
The cursor is an indicator of the selection. Try this:

Code: Select all

select text of fld "fld1"

Re: Put cursor in fld "fld1"

Posted: Sun Jan 18, 2015 10:35 pm
by shawnblc
FourthWorld wrote:The cursor is an indicator of the selection. Try this:

Code: Select all

select text of fld "fld1"
Awesome! Why didn't I think of that? One day I'll be half as good as you LC gurus. Thank you sir.

Re: Put cursor in fld "fld1"

Posted: Sun Jan 18, 2015 10:51 pm
by SparkOut
If you don't actually want to select any text that may be in the field, you can also
select before field "field1"
or
select after field "field1"
to set the cursor in place ready to type more.

Re: Put cursor in fld "fld1"

Posted: Sun Jan 18, 2015 11:12 pm
by FourthWorld
shawnblc wrote:
FourthWorld wrote:The cursor is an indicator of the selection. Try this:

Code: Select all

select text of fld "fld1"
Awesome! Why didn't I think of that? One day I'll be half as good as you LC gurus. Thank you sir.
Happy to help. And don't worry, you'll pass us in no time. Right now we have a certain experience, but you have the enthusiasm only a newcomer can bring. That energy will take you much further than where any of us are. All in good time, we'll all be working for you. :)