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


Jun 9, 2016, 3:01 AM
40 Posts

Getting the selected value from a combobox

  • Category: Domino Designer
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags:
  • Replies: 3
This is one that seems to have driven people crazy over the years. Is there a simple way to deal with this? Thanks.

Situation:
- Using Comboboxes in a DialogBox to populate some fields in a VERY complex form.
- Using @DbLookup in the Comboboxes to select a value in each field.
- I need to save the selected value in a different fieldname in the form. (Same DialogBox field populates a series of fields in the main doc.)
- Using GetItemValue returns null even if a value was selected. How do I get around that? Thanks!
Jun 9, 2016, 4:10 PM
100 Posts
Button with code

When I want the user to select a value then do a lot with the returned result, I make the field computed and add a button that presents a data set the user can select from and then run code on the result. If I need a value and nothing is returned, I let the user know and stop executing the code.

Jun 9, 2016, 4:10 PM
100 Posts
Button with code

When I want the user to select a value then do a lot with the returned result, I make the field computed and add a button that presents a data set the user can select from and then run code on the result. If I need a value and nothing is returned, I let the user know and stop executing the code.

Jun 16, 2016, 12:28 AM
40 Posts
I figured it out
I thought I was going crazy because one field worked and another didn't. It turns out the DbLookup values in the second case were two lines and somehow that was messing everything up. I changed it to one line and then all was well.

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