I'm able to set the highlighted line of a list field with either of these:
I've searched lo and hi, but can't find the difference between them. Is there one?
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 line 6 of fid myFieldset 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 line 6 of fid myFieldsend mouseup to fid myField
Statistics: Posted by MichaelBluejay — Sat Feb 15, 2025 10:42 am