Check browser console for script errors?
If javascript is
enabled for the database and in your web browser, then the only other thing
I can think of is to check your browser console to see if any script errors
occur when you click the links.
I don't have any
Domino 8.5 servers to check, but I've tried the same thing on a Domino
9.0.1 server and the links work as they should.
The links definitely
use javascript (I checked the page source), so they will fail if javascript
is either disabled or produces an error.
This was my test
setup:
Page with embedded
view.
Embedded view
properties set to:
- Display: Using
HTML.
- Lines to display:
100 (with "use default" unchecked).
- All other properties
are default settings.
Two action hotspots
set to Run as "Client" and "Formula".
One of them has
the formula @DbCommand("Domino";"ViewPreviousPage")
and the other has @DbCommand("Domino";"ViewNextPage").