Is this a bug with ND6.5 and Frames?

Hi All,

I have a notes client app that opens to a frameset. On the left is a page with an outline and on the right is the default view. In the outline is an entry that is computed to an action @Command([ToolsRunMacro]; “ExportView”); and this agent is a LotusScript agent that simply exports the selected docs to an Excel spreadsheet. This has been working for a year, no problem. Once we upgraded the server to ND6.5, it gave an “Object Variable Not Set” error. I ran this in debugger and saw that all the objects were set, and got no error, but run it without the debugger and got the error. If, however, I run it from the Actions menu, it’s fine. Is there a problem with doing this with frames in the client with ND6.5??

Thanks,

Ginni

ginni.p.machamerNOSPAM@aero.org

Subject: Possible solution.

Hi.the ‘Does not keep the selection focus’ in the outline.

Worked for me.

Amos

Subject: Is this a bug with ND6.5 and Frames?

With notes 6 and up you need to define which frame has got the focus by default.

Look here for more details.

http://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllFlatweb/9a6ede9745e498f785256e5900577d4b?OpenDocument

Renaud

Subject: Is this a bug with ND6.5 and Frames?

Ginni,

I am not sure and would have to look myself, What I would recommend is that you not keep your email address in the post as is, otherwise some spambot will find it. You might want to change the format of it by editing the document to

ginni.p.machamerNOSPAM@aero.org or something like that.

Subject: Is this a bug with ND6.5 and Frames? << thanks.

Subject: Is this a bug with ND6.5 and Frames?

Were you running it from a frameset in R5 as well?

I tend to put action such as these with the view itself and not in the outline so that Frame focus is maintained (since Frames behave so well in Notes)