Navigating through SQL Data

Peter Haworth pete at lcsql.com
Thu Dec 12 14:19:48 EST 2013


One other thought.  If you have a large number of records to navigate
through, a scrollbar with min set to 1 and max set to the number of records
is a great help to navigation.  The use can use the scrollbar to get
somewhere close to where they want to be using the scrollbar (you adjust
tLinenum or use revMoveToRecordNumber using the thumbpos) then use the
first/prev/next/last buttons to home in.

Pete
lcSQL Software <http://www.lcsql.com>


On Thu, Dec 12, 2013 at 10:00 AM, Magicgate Software - Skip Kimpel <
skip at magicgate.com> wrote:

> What is the best way to navigate through records retrieved through this
> method:
>    put revDataFromQuery(tab,return,tResult,tSQL) into tRecords
>
> I am using arrow buttons for first, last, next and previous.  Need to
> figure out the code for those buttons.....
>
> Thanks in advance!
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list