SOLVED : Openning document from search results: wrong target

I solved the problem below, like this : Frameset and frame were defined in view properties, I have removed that and that’s OK.


Hi,

Since R6 (6.5.2) document’s target has changed when he is open from search result (Domino default).

In Database I use an shared action from a view to open search engine (Domino defautls, no custom form, view, …).

Formula of shared action is :

@Command([ViewShowSearchBar])

Target :

“_blank”

  • In R6 when I click on search action, the form search opens in another window, that’s OK, BUT when I open a document from results, this document opens in source frame (where is action).

  • In R5 when I click on search action, the form search opens in another window, that’s OK, when I open a document from results it opens in same window of results : what I want.

I have tried to set default target, but nothing to do!! Document opens always in “source frame”.

I’m still crazy!!

Why the target has changed since R6?

Ideas?

Thierry