Embedded view on a form for the web

I have embedded view on a form for the web. When I select a doc in the view with a single click, it opens the document. When I close out of the doc, I need to use a double click to open a doc in the embedded view.

How do I prevent the doc from opening on the single click?

Also, what would be the best way to display different views, in an embedded view on one form, using formulas? I have the embedded view formula use a computed field that gets it’s values from an outline selection, but it’s not 100%… Any good ideas on how to do that?

Thanks!

Subject: embedded view on a form for the web

This fixed the single click issue …

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/cfd1694e17996b7185256fce005c68d1?OpenDocument

but what is the best way to display many views on a web form using embbeded views? Currently, I have an outline that sets a computed field with a view name, which in turn, this computer field is set as the embedded view’s formula. This works well, but I can’t set the field using a default, or when I click a twisty in the outline, it reloads the doc and the embedded view displays nothing as I can’t specify a default view in the computed field. If I do set a default, the embedded view always uses the default. This is the formula in the embedded view …

@If(viewToUse = “”; “All Responses”; viewToUse);