I am trying to select multiple lines in a list field. I am trying to use the following code.
Code: Select all
set the hilitedLines of field "RoomsField" to ***
Many Thanks,
Googie.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
set the hilitedLines of field "RoomsField" to ***
Code: Select all
...
set the hilitedlines of fld 1 to 1,3,5
...