Thanx for all help and the many interesting variations to display the list.
I did manage to figure out another way:
on list_teamnames
repeat with i=1 to count(mainlist.sub1.teams)
member("display").text = member("display").text &
getaprop(mainlist.sub1.teams,mainlist.sub1.teams.getpropAt(i)).name & RETURN
end repeat
end
I am using a text box at the moment but is there any advantage to using a
field, bearing in mind that at some point I will need to click each line of
text to activate as a button.
Also on a data entry screen I am using the following code to reset keyboard
entry back to the first field for a new record:
set the keyboardFocusSprite = 2
This code works fine but I prefer universal code that will work regardless
of the sprite channel. I have tried the following but it does not work:
set the keyboardFocusSprite = member("teamname").number
Any ideas would help
Thanks again
Alan
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]