
How to change a line style of one line of a field
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
How to change a line style of one line of a field
I have a list field, which I want to change a style of selected line different as other lines. Is this possible or am I optimist
.

Re: How to change a line style of one line of a field
Hi Anttoo,
Try this. Only for one line with a list fld mutiLine = false
Hope this help
Best regards
Jean-Marc
Try this. Only for one line with a list fld mutiLine = false
Code: Select all
on mouseup
set the textstyle of char 1 to -1 of me to plain
set the textstyle of line(the hilitedlines of me) of me to bold
end mouseup
Best regards
Jean-Marc
https://alternatic.ch