How can I clear marked item in Scroll List?
Thanks,
David
How can I clear marked item in Scroll List? - Solved
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
How can I clear marked item in Scroll List? - Solved
Last edited by DR White on Mon Aug 24, 2015 9:59 pm, edited 1 time in total.
Re: How can I clear marked item in Scroll List?
Hi David,
well, depends on how they have been "marked"!?
Best
Klaus
well, depends on how they have been "marked"!?

Best
Klaus
Re: How can I clear marked item in Scroll List?
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?
AHA!
OK, so it is a list field, then you can:
...
set the hilitedlines of fld "your list field here" to 0
...
Best
Klaus

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?
Klaus,
That works Great!
Thanks,
David
That works Great!
Thanks,
David