Problem with the CalendarGoTo-command?!

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… :frowning:

Has anybody an idea?

Many thanks in advance!

Morena

Subject: Tracked under SPR DPOL7VKCTK

It is a limitation due to the changes we made to support mail as a composite application. We are continuing to investigate how to resolve this.

I would suggest opening up a PMR to help drive getting this fixed.

Bruce

IBM