Notes UIDocument not available when a view with with Taget Frame specified is opened

I have a view with “Taget Frame” specified as “Right” (the name of a frame in the frameset where the view is present). The documents have a Postopen Script to capture the notesUIDocument. But whenever I open a document from this view, it gives me an error “Object Variable” not set for the UIdocument. It works very well for R5 clients but this problem occurs for R6 clients in all cases. This seems to be a very big bug in R6. If anyone has come across a solution for the above, please let me know as it makes even harder to convince people about the upgrade.

Subject: Notes UIDocument not available when a view with with Target Frame specified is opened

Use the NotesUIDocument variable Source which is passed to the Postopen as an argument, rather than NotesUIWorkspace.CurrentDocument. This has been discussed here many times before.

Subject: BUG Resolved - Notes UIDocument not available when a view with with Taget Frame specified is opened

Hi,I tried the same system on Release 6.5 and it worked without any problem. So the bug seems to have been resoved in this release. Good News.

Subject: Notes UIDocument not available when a view with with Taget Frame specified is opened

Arew you doing anything except for capturing the uidoc? if that is it, just get it when you need it.