Page 1 of 1

How can I clear marked item in Scroll List? - Solved

Posted: Mon Aug 24, 2015 6:33 pm
by DR White
How can I clear marked item in Scroll List?

Thanks,

David

Re: How can I clear marked item in Scroll List?

Posted: Mon Aug 24, 2015 6:52 pm
by Klaus
Hi David,

well, depends on how they have been "marked"!? :D


Best

Klaus

Re: How can I clear marked item in Scroll List?

Posted: Mon Aug 24, 2015 7:08 pm
by DR White
It was highlighted with a mouse click on the list. I want to un-highlight the selection with script.

Re: How can I clear marked item in Scroll List?

Posted: Mon Aug 24, 2015 8:53 pm
by Klaus
AHA! :D

OK, so it is a list field, then you can:
...
set the hilitedlines of fld "your list field here" to 0
...


Best

Klaus

Re: How can I clear marked item in Scroll List?

Posted: Mon Aug 24, 2015 9:59 pm
by DR White
Klaus,

That works Great!

Thanks,

David