Without testing for sure, but a ListView is a "glorified" listbox. you should be able to get the Index # of the current row and move Up or Down by selecting the row by it's index #.
>From R:Docs variable listview: GETPROPERTY <Component ID> ITEMINDEX 'varname' Specifies the ordinal number of the selected item in the control's item list. PROPERTY <Component ID> ITEMINDEX 'nnn' Specifies the ordinal number of the selected item in the control's item list. Appropriately placed behind bit buttons should do the trick. On Tuesday, October 13, 2020 at 4:14:47 PM UTC-4 dang wrote: > I want to put buttons to navigate up and down rows in a variable lookup > list view. I checked the properties and so not seen one. > > > > Has anybody done this? > > > > TIA > > > > Dan Goldberg > -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/rbase-l/d4601463-4c36-4200-9daf-5d74965ce5a1n%40googlegroups.com.

