Dialog Lists on the Web

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?

Thanks,

Donald

Subject: Dialog Lists on the Web

Because the whole thing can’t be loaded at once (unlike the Formula or Enter varieties). Use this instead:

http://www.scottgood.com/jsg/blog.nsf/d6plinks/SGOD-75LPW6

Subject: Dialog Lists on the Web

Hi,

Address Dialog for Choices won’t work in 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”.

I hope you can find this example in sandbox.

Thanks

Suganya