Page 1 of 1

Select Multiple Lines in a List Field.

Posted: Sat Aug 09, 2025 8:07 am
by Googie85
Hii Guys!

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 ***
Any ideas on how I could achieve this?

Many Thanks,

Googie.

Re: Select Multiple Lines in a List Field.

Posted: Sat Aug 09, 2025 10:11 am
by Klaus
Supply a COMMA separated list:

Code: Select all

...
set the hilitedlines of fld 1 to 1,3,5
...