I have an “Attendance Report” Notes database. I’m in the process of web-enabling it. The first field is “Name”, which is a dialog list. I “Use Address Dialog for Choices”. This works fine when using the Notes client, but on the web the field doesn’t give me the button to open the list of choices.
I have another dialog list where I “Enter Choices”. This one works correctly.
Why can’t I get to the Name & Address book on the web?
You need to create a form with two listboxes similar to the Addreesbook popup,write an agent on WebQueryOpen event for the values to be populated in the list.
Use Javascript for the multiple selection of values in the addressbook and populate the required values in your field “Name”.