Code: Select all
select line 6 of fid myField
set the hilitedline of old myField to 6
BTW, for anyone finding this thread who might be looking for how to programmatically click on a specific line in a list field and have that field fire, I don't think you can do it with one line, but it's pretty easy to do with two:
Code: Select all
select line 6 of fid myField
send mouseup to fid myField