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…