Hi there
I have a form that has several embedded views in a tabbed table.
Whenever a user is has selected a document in the embedded view and clicks the X to close the window the red box of death appears.
Funny thing is that if they use the close button in the action menu i created it closes fine. It is a simple @command([fileclosewindow]) action. WEIRD
I can duplicate this but have no idea what would cause it.
Any ideas?
Subject: Red Box of death
This is a long shot, but do you have any code that runs in the embedded view? We had problem with code that ran via an action button in the embedded views. If that code used some of the NotesUIDocument methods or properties it would regularly crash the Notes client.
We were essintially getting a handle to the document that contained the embedded view from code within the embedded view. It was kind of convoluted and would work in one database, but not the other. Never did figure it out, though. We just took a different (but less elegant) approach.