Not seeing anything in the dictionary for cursor that stands out.
Code: Select all
put the cursor into fld "fld1"
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
put the cursor into fld "fld1"
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.FourthWorld wrote:The cursor is an indicator of the selection. Try this:Code: Select all
select text of fld "fld1"
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.shawnblc wrote:Awesome! Why didn't I think of that? One day I'll be half as good as you LC gurus. Thank you sir.FourthWorld wrote:The cursor is an indicator of the selection. Try this:Code: Select all
select text of fld "fld1"