Home > Archive > Clarion > January 2008 > Select a specific column in a List or Browse
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Select a specific column in a List or Browse
|
|
| RestingSound@gmail.com 2008-01-23, 6:57 pm |
| 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.
| |
|
| On Jan 24, 4:26 am, "RestingSo...@gmail.com" <RestingSo...@gmail.com>
wrote:
> 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.
Just set the columns you want to hide to 0 width.
|
|
|
|
|