Page 1 of 1

HOW TO : How to show record by page

PostPosted: Wed Oct 07, 2009 12:21 pm
by amchtwe
Hi there,


I want to show my servoy web site with HTML table like

No. Name Address
----------------------------------------------------------
1 AAA YGN.
2 BBB MDY.
. . .
. . .
. . .
10 JJJ POL.

<< 1 2 3 4 5 >>

Actually I've seen sort like that in my previous project with servoy that other member did.

Could you pls help me to do so?


Thanks Indeed

Aung Mon

Re: HOW TO : How to show record by page

PostPosted: Wed Oct 07, 2009 12:50 pm
by lvostinar
The data you want to display is in one table? I think what you want is:
- create a new form (create solution first)
- put on the form the fields you want to display in table (with or without labels); horizontal line
- change form view to Table View
- open debug web client to see the result (set you form as first form on solution)

I think this should help you get started.