Embedded View - Disable Double Clicking

I have an embedded view that will display certain information in a form. Is there a way to prevent users from seeing the form of the document when they double click ?

Paul

Subject: Embedded View - Disable Double Clicking

In the queryopendocument event of the embedded view just insert

continue = false

combined with an appropriate message if necessary.

Subject: RE: Embedded View - Disable Double Clicking

Ullriche,may thanks it works a treat!!!

Paul.