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



Mar 28, 2011, 12:20 AM
4 Posts

Re: Document collection for repeat control

  • Category: Debugging
  • Platform: All
  • Release: 8.5.2
  • Role: Developer
  • Tags:
  • Replies: 5
 
Do this...

1. In your application properties screen, click the "Xpages" tab. 
2. On that tab, click the "Display Xpage runtime error page" checkbox.
3. Close the application properties page and save your changes when prompted.

Now run your code.  This should give you more information about your error.
Mar 30, 2011, 2:44 AM
29 Posts
Re: Document collection for repeat control
Chuck, thanks heaps for that tip, pointed me in the right direction. It happens my code to get the DC was fine, it was my code to look up field values that caused the problem.
 
I put the following into my computed field value and all was sweet..

var doc:NotesDocument = rowdata.getDocument();
return doc.getItemValueString("projectNumber")

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