Categorized view, web form and navigatenext

I am presenting a list of documents on the web using a standard view. The view is categorized using one particular field. The form associated with the view has a hotspot for ‘Next document’ and this uses the formula @Command(NavigateNext).

When the button is clicked the next document displayed is not the next one that is listed in the underlying view. It seems to cycle through documents pretty much at random and some documents are never reached at all.

I have a similar view that is not categorized and this function works fine. What am I doing wrong? Is this not possible with a categorized view?

Subject: Categorized view, web form and navigatenext

Gary,

Not sure if it would make a difference, but try the R6 version @Command([NavNext])

In theory, should make a difference, but worth a shot.

–Rob

Subject: No joy…

Sorry about the delay in responding.

I tried the NavNext command but the effect was the same. I should probably add that the view being navigated has a double categorization.

Any other ideas?