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
putting cursor in a specific field
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
If you want to set the insertion point at the front or at the end or if you want to select the entire contents
Jan Schenkel.
Code: Select all
select before the text of field "foo"
Code: Select all
select after the text of field "bar"
Code: Select all
select the text of field "baz"
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com
-
- Posts: 137
- Joined: Thu Jul 24, 2008 11:22 pm