May 16, 200124 yr Could anyone tell me how to limit searches to 10 results per page, and have those nifty "next" and "previous" buttons to see the next 10 or previous 10 results? Thanks in advance for helping a nubie..
May 16, 200124 yr quote: Originally posted by Taro: Could anyone tell me how to limit searches to 10 results per page, and have those nifty "next" and "previous" buttons to see the next 10 or previous 10 results? You could structure your interface such that it only shows 10 rows. Then add those buttons which will perform a page up/page down function, effectively giving you the next or previous 10 results.
May 17, 200124 yr Easy to do with CDML and custom web publishing over the web (not instant). harder to do through the client, will require quite a bit of scripting.
May 17, 200124 yr Author Thanks for the replies... Is there anywhere you guys know of that I could get some sample code? I could adapt it to my own uses then and learn a bit in the process...
Create an account or sign in to comment