@Command([ViewNavigatorNone]) not working

Hi All,

I wanted to move from Lotus Notes 6.5 to Lotus Notes 8.0.1 for which I am testing some old applications from 6.5 on new version 8.0.1

@Command([FileOpenDatabase]; server: “abc.nsf”; “ViewName”);

@Command([ViewNavigatorsNone])

I am trying to open view using above command and ViewNavigatorsNone is working in v6.5 fine

but it is not working in v 8.0.1 I also tried using @Command([ViewNavigatorsNone]) in views PostOpen event.

any help is appreciated please…

Subject: strange

Works just fine here in 8.0.2 using the postopen event.

You aren’t using outlines by any change? or framesets?

Subject: find solution

It’s not working properly in Lotus notes client in 8.0.1 (Eclipse client) but it works fine in Lotus Notes 8.0.1 basic client.