08-07-2006 07:53 PM
08-07-2006 08:50 PM - edited 08-07-2006 08:50 PM
Hi jspaarg,
This example uses the TopLeft cell, and NumRows listbox properties - is it on the right track?
Cheers.
Message Edited by tbd on 08-07-2006 08:51 PM
08-08-2006 07:46 AM
That solves part of the problem and is a little more elegant than how I am trying to do it, but the list box value does not change to reflect a selection.
For instance, if I am in group (section, whatever) 4, then the range is 48-63. There does not seem to be a way to set the value in the list box (thus the highlighted row).
It seems that the value can only be in the range of 0-15 when the vertical scroll bars are missing.
Is there a way to highlight value 54 when the range is 48-63 and have the control indicate that it is 54 and not 7?
Thanks
08-09-2006 02:37 AM
08-09-2006 07:39 AM
Thanks, that is pretty much what I am trying to do.
The only exception is not being able to change the selected row when the segment changes.
I cannot find a way to do that either.
Perhaps I will put some type of error handler in place in case the user performs an operation that requires a selected row and the row is not in the segment.
Thanks again