Hope this helps:

http://www.web2py.com/AlterEgo/default/show/95

On Sep 8, 9:00 am, vvk <[email protected]> wrote:
> Dear all,
>
> query = (db.blah == blah )
> form = db(query)
> return dict(form=form)
>
>     I am able to get above "form" output in browser with {{ =form }}.
> My form has 100 entries. How to output only the first ten entries in
> one page and make the rest appear as links ? ( like 11-20, 21-30... )
>         Like in google search, Results are shown as 10 results per
> page and remaining results are shown as 1,2,3,4,5. How to do it in
> web2py ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to