Technote Number: 1095981
Problem:
This error occurs under several different circumstances:
- In Notes releases 5.0 - 5.0.2x this issue will occur when
@Command([ViewChange]) is used within a navigator. The issue does not occur in
Notes 4.x. The issue was reported to Lotus Quality Engineering and was
addressed in Notes 5.0.3 Client.
Excerpt from the Lotus Notes and Lotus Domino Release 5.0.3 QMR fix list:
Client
SPR# KMWS46X9TQ - Fix @Command[ViewChange] so it works properly from a solo
navigator. [5.0.3]
- In Notes 5.x this issue will occur when ViewChange is called from a custom
frameset. In this case Notes is functioning as designed; this has been
verified by Lotus Quality Engineering(SPR# ROBT44HR7D).
Workaround:
Use the OpenView @Command to open the desired view. You can also use the
@SetTargetFrame to set the desired frame beforehand.
Workaround examples:
To open the view in a specific frame in the current frameset:
@SetTargetFrame("RightPane");
@Command([OpenView]; "Orders")
To open the view in a specific frame in a different frameset:
@Command([OpenFrameset];"Main");
@SetTargetFrame("RightPane");
@PostedCommand([OpenView];"Orders")Supporting Information:
Related Documents:
@Command([OpenDocument]) Does Not Work From a Navigator Button in Notes R4
Document #: 143122 More >
|  |
|
|
|
|