I want to put an "X" in a certain position
in a field.
I've set the tabStop and can send the right
number of tabs but always get the "X" in the
same position.
Think it might be that the "cursor" is at the
position in the line from the first set of "tabs".
If this is the problem how do I set the cursor
back to the left end of the line?
Using "tab" for field input
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Using "tab" for field input
Life is just a bowl of cherries.
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
How exactly are you 'sending the tabs' to the field?
It could be as simple as:
Jan Schenkel.
It could be as simple as:
Code: Select all
on mouseUp
put tab & "X" into field "foobar"
end mouseUp
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com