Embedded View - Open Doc in separate Window

I have an embedded view in a form and i want that the single Click (Web Access) open the document in a new Window in Edit Mode.

My embedded view is Displayed “Using HTML”.

My column has the following Formula

“[”<target="_blank"" + @Text(@DocumentUniqueID) + “>]”+ BF_Text.

(Without de 3. Character ("))

When i show the link, it is :

pathbase/uidForm/uidDoc?OpenForm

Subject: Re : Embedded View - Open Doc in separate Window

Try this :

“[ <A HREF="” + @Text(@WebDbName) + “/” + @Text(@DocumentUniqueID) +

"?OpenDocument" " + “target="_blank" >]” + BF_text + “[ ]”

(Maybe you need to delete space between [ And < )