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



Aug 19, 2013, 12:06 PM
10 Posts

StartKeys

  • Category: Other
  • Platform: All
  • Release: 8.5.3
  • Role: Developer
  • Tags:
  • Replies: 1
Have a categorized view of dates. View's first column consists of date and is categorized
Would like to add Today date at the top of the view at startup without categorization disappears. Trying to use StartKey but then they disappear categories containing date after today's date. Any suggestions.

var c:com.ibm.xsp.component.xp.XspViewPanel = getComponent("viewPanel1");
var ds:com.ibm.xsp.model.domino.DominoViewData = c.getDataSource();
ds.setStartKeys(@Today());
Aug 29, 2013, 8:47 PM
14 Posts
StartKeys

You'll need to create an agent that creates a document each day. StartKeys tells the view panel where to start - so if you had a view of all the letters of the alphabet, and you set the startkey of "M", the first entry would be "M". But you would still need that entry there, it won't create it for you. 


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