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.
put the highlighting on a line
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: put the highlighting on a line
Hi,
Magic word should be hilitedlines
Best regards
Jean-Marc
Magic word should be hilitedlines
Code: Select all
put "2,4,5" into tNumber
set the hilitedlines of fld "myFld" to tNumber
Jean-Marc
https://alternatic.ch
Re: put the highlighting on a line
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
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
thanks for the helps