Tom,

If I'm reading correctly you can use the TOPITEM property.

Place something like this in your listview ONCLICK eep

CLEAR VARIABLE vTopItem
SET VAR vTopItem TEXT = NULL
GETPROPERTY YOURLISTVIEWPROPERTYID TOPITEM vTopItem
PROPERTY YOURLISTVIEWPROPERTYID TOPITEM .vTopItem



Jan



-----Original Message-----
From: Tom Frederick <[email protected]>
To: "[email protected]" <[email protected]>
Date: Sat, 8 Jul 2017 11:47:38 -0500
Subject: [RBASE-L] - Lookup List view and scroll bars

I use Variable Lookup List Views regularly. They provide a list of names, 
click on a name, and the name moves to a selected view. Basic concept is 
from SAT samples. Works great. If I leave space on screen to show 20 names 
and 40 names are selected, a scroll bar pops up to help navigate. Is there a 
way to control that scroll bar? The screen list will show names in ASC order 
based on LastName.   John Smith will be off the screen because the 20th name 
is Mary Jones and John Smith in name 35. Move to John Smith, click his name 
to add him and the screen will pop back to the remaining names in ASC order 
with Henry Adder at the top of the list.  If my next name to pick is Tom 
Smith I have to go back through the list.  Is there some way to make the 
scroll bar/cursor stay where I was when I selected John Smith so it is easy 
to simply click on Tom Smith?

 

Tom Frederick



--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an 
email to [email protected].
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to