` Printed Icetips Article

Icetips Article



ABC: Scrolling to top or bottom of browse queue
1999-04-04 -- Dennis E. Evans
 
Newsgroups: comp.lang.clarion

Sorry about that, thought you wanted EOF or BOF.

To scroll to the first record in the current list,

select(?Browse:1, 1)
Brwx.TakeNewSelection()

to the last record of the current list
select(?Browse:1, records(Brwx.ListQueue))
Brwx.TakeNewSelection()

   Dennis



Printed April 28, 2024, 3:30 pm
This article has been viewed/printed 35116 times.
Google search has resulted in 21 hits on this article since January 25, 2004.