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



Dec 21, 2011, 4:05 PM
26 Posts

@Prompt( ChooseDatabase]) equivalent in xPages?

  • Category: Forum design
  • Platform: Windows
  • Release: 8.5.2
  • Role: Developer
  • Tags:
  • Replies: 4
Is there anyway to do a @Prompt([ChooseDatabase]) equivalent in Xpages?    If so how?
 
 
Dec 22, 2011, 5:43 AM
22 Posts
Re: @Prompt( ChooseDatabase]) equivalent in xPages?
There is a custom control on OpenNTF http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&name=XPages%20Database%20Open%20Dialog%20Custom%20Control
Dec 22, 2011, 10:15 PM
298 Posts
*also check out the outline control in the Ext. Lib
Jan 17, 2012, 7:28 PM
26 Posts
Re: @Prompt( ChooseDatabase]) equivalent in xPages?
How would the outline control be used to do this?
 
Jan 20, 2012, 10:17 PM
298 Posts
Sorry, I had that wrong
The outline control can do a list of views, not databases. You can use the outline control (need the Extension Lib/Upgrade Pack 1) to repeat stuff, basically any list type value. Below is code to do this. You could put this in a dialog or use a repeat control and put that in a dialog with an onClick event so the user can click a database title and store the database title/path/name (whatever you needed or the rep ID) into a viewScope variable. Howard

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