Writing an app that will display a heap of records.
I am pulling a bunch of records out of the DB and want to display them 10 at a time with a "next 10" and "previous 10" link. I note the way Macromedia has links "1-10" "10-20" etc, rather than "next" and "previous". Perhaps that is an easier way to do it.
The main issue is that they are ordered by something other than the primary key, so navigating the recorset is not as easy as just grabbing the ID and moving the cursor.
Any suggestions on the best way to do this or any script samples?
THanks in advance.
Steve
Steve Davis
hey.you@hahaha.com.au
I am pulling a bunch of records out of the DB and want to display them 10 at a time with a "next 10" and "previous 10" link. I note the way Macromedia has links "1-10" "10-20" etc, rather than "next" and "previous". Perhaps that is an easier way to do it.
The main issue is that they are ordered by something other than the primary key, so navigating the recorset is not as easy as just grabbing the ID and moving the cursor.
Any suggestions on the best way to do this or any script samples?
THanks in advance.
Steve
Steve Davis
hey.you@hahaha.com.au