Page 1 of 1

put the highlighting on a line

Posted: Sat Oct 31, 2015 11:00 am
by problème
Hello,
I want to know how to change the highlighting of a line, I do not want to change the color , but put the highlighting to another line.
for example, the highlighting is on line 2 , I want to put it in the line 4.

Re: put the highlighting on a line

Posted: Sat Oct 31, 2015 1:21 pm
by jmburnod
Hi,
Magic word should be hilitedlines

Code: Select all

put "2,4,5" into tNumber
set the hilitedlines of fld "myFld" to tNumber
Best regards
Jean-Marc

Re: put the highlighting on a line

Posted: Sat Oct 31, 2015 1:49 pm
by sritcp
The hilitedLines property works only with list field.
Not useful if you are trying to highlight a line (or chunk) of a regular text field.

Regards,
Sri

Re: put the highlighting on a line

Posted: Sat Oct 31, 2015 2:01 pm
by problème
thanks for the helps

Re: put the highlighting on a line

Posted: Sat Oct 31, 2015 2:03 pm
by Klaus