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?