Hello,
we want to change from Domino 7.0.4 to 8.5.2 (Clients and Mail-Template mail85.ntf).
There is a problem in a Notes-application (only Notes-Client!).
In a formula-button I used
…
@Command( [MailOpen] ) ;
@Command( [OpenFrameset] ; “CalendarFS” ) ;
@Command( [CalendarGoTo] ; @Date(Termin) );
…
It works fine in 7.0.4!
Now I get the message “Frameset ‘CalendarFS’ doesn’t exist.” or similar (I get it in German.).
OK, I’ve tried
@Command( [OpenCalendar]; @UserName )
instead of
@Command( [MailOpen] ) ;
@Command( [OpenFrameset] ; “CalendarFS” )
It works.
I think, there is a problem with the CalendarGoTo-command?!
It doesn’t work (@Command or @PostedCommand - it’s no difference)!
I searched in the 8- and 8.5-Forum and I found two similar entries:
… without a solution… ![]()
Has anybody an idea?
Many thanks in advance!
Morena