How to select the next clickLine of a scrolling list field

Ken Ray kray at sonsothunder.com
Mon Jul 25 12:56:17 EDT 2005


On 7/25/05 11:43 AM, "Ban Nguyen" <bann at sunncomm.com> wrote:

> Hello everyone,
> 
> Does anyone know how to select the next line of a scrolling list field?

put the hilitedLines of fld "MyListFld" into tLine
set the hilitedLines of fld "MyListFld" to (tLine+1)

OR (more compact):

set the hilitedLines of fld "MyListFld" to (the hilitedLines of fld
"MyListFld" + 1)

HTH,

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com





More information about the use-livecode mailing list