selectline
Sarah Reichelt
sarah.reichelt at gmail.com
Sun Jul 30 17:30:29 EDT 2006
On 7/31/06, Liam Lambert <liamlambert at mac.com> wrote:
> I have two list fields when I select a line in one I want the
> corresponding line to be hilited in the second fld
>
> something like
>
> set itemdel to tab
> put the value of the clickLine into tBookID
> select line tBookID fld "costumerlist2"
>
on mouseUp
set the hilitedLines of fld "Second" to the hilitedLines of me
end mouseUp
and you probably want to put the same sort of hanlder in the second
field which hilites lines in the first field.
HTH,
Sarah
More information about the use-livecode
mailing list