Problem with multiple select Dialog list

Hi,I am having problem with dialog list in web application.Iam using a Multiple select dialog list with more than 30 entries in it. Everytime the list is shown on the screen, it will start from the 1st entry. So if the user has selected 26th entry(for ex:), the user will have to scroll down to see which one is selected. Is there any way we can show the entry that is selected when the dialoglist is loaded.

Thanks

Viswa.

Subject: Problem with multiple select Dialog list

You can hide the dialog list field if the document is in read mode and add a computed for display text field that is hidden when the document is in edit mode. Set the value of the computed for display field to the name of the dialog list field so that when the document is opened in read mode the user will only see the values that have been selected.

Subject: RE: Problem with multiple select Dialog list

Hi Mike and Matt,Thanks for your reply. So it looks like there is no solution with out this computed field. I wonder whether there any tools which does this like DLITools etc?

Viswa.

Subject: Problem with multiple select Dialog list

I don’t think so. You may just want to try displaying the selected values with a CFD field or computed text.