This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Apr 17, 2018, 2:28 PM
2 Posts

It did not worked

  • Category: Domino Designer
  • Platform: All Platforms
  • Release: 9.0
  • Role: Developer
  • Tags:
  • Replies: 5

Thanks for your response Scott. 

Yes - "Use JavaScript when generating pages" property is enable in the database. This was the known issue in R6 and R7 however it was fixed in later release. I think now it is re-appeared.

I also try to add button and link both however it adds application UNID in the URL &Click=85258266006313B2.f7c8d5767552fffb8525741600633bac/$Body/0.37A instead of @start and count.

 

Apr 18, 2018, 7:41 AM
14 Posts
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").

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal