I am trying to select a column of a ListBox in source code to simulate
a mouseclick on a specific column. the SELECT(?List) command will
only select the first column so any operations I do only effect that
column.
I am trying to select a specific column to hide it using the IceTips
Xplore templates because if I hide the column in any other way the
templates don't properly recognize it. There is a built in event for
hide but it hides the last item selected i.e.
POST(xpEvent:Hide)
SELECT(?List)
This hides the first column. I would like to hide columns 5-10 under
certain conditions.