How to display a dialog box for user to select in the web document

Hi folks,

I have a user who will login from the web and he can select a button that will trigger to allow the user to view his category details on another form. This form will indicate his category which uses dblookup to select his category base on his username. This category will be used by an agent which will display all the relevant documents in that form.

problem arises when this category could be 1 or 2 base on his username. But dblookup only always selects the first value to trigger the agent. So wondering is it possible in the web, to display a dialog box to allow him to select if there is more than one category so that he can choose which category to display the data?Hope you guys can help.

Cheers.

Regards,

garynkill

Subject: How to display a dialog box for user to select in the web document

Maybe the Ext.nd framework can help you. Take a look at this demo of the Ext.nd.UIWorkspace.PickListStrings method. It works much like the NotesUIWorkspace.PickListStrings method but for the web.

http://openntf.org/EXTND/demo.nsf/demos/picklist.html

If you think it might work for you, you can download it here:

http://extjs.com/forum/showthread.php?t=6829