Page 1 of 1
putting cursor in a specific field
Posted: Wed Jan 07, 2009 10:45 pm
by Glenn Boyce
How do I put the cursor in a specific field on a card. I have a number of fields in a group in the correct order but when I push a button I want the cursor to move to the first one.
thanks Glenn
Posted: Wed Jan 07, 2009 11:21 pm
by Janschenkel
If you want to set the insertion point at the front
Code: Select all
select before the text of field "foo"
or at the end
Code: Select all
select after the text of field "bar"
or if you want to select the entire contents
Jan Schenkel.
Posted: Thu Jan 08, 2009 8:24 pm
by Glenn Boyce
thanks. New it would be simple but couldn't find it in the Help