Single Category problem with @Dbcommand([viewnextpage])

Hello,

I have a form and in that embeded view with single category based on query string value. Ebbedded view contains documents categorised by company name.I am showing documents 10 at time in embedded view by setting lines to display is 10 in embedded view properties.here single category is based on quesry string.In my form there are two buttons Previous and Next, their formuale are @DbCommand(“Domino”;“ViewPreviousPage”) and @DbCommand(“Domino”;“ViewNextPage”) respectively. If clicking on these buttons Show Single Category formula didn’t work. In forum i didn’t find proper solution.

Can anybody help in this task, that will appreciable.

Thanking you,

Madhu

Subject: Single Category problem with @Dbcommand([viewnextpage])

Hi Madhu,

You should generate your own html links using Start properties.

The syntax of the url would be :

http//:servername/dbname/viewname?openvien&Start=10

Each time you click on the next button you just add 10 to the start value.

David