In der KBASE gibt es folgendes dazu. Es bezieht sich zwar in erster Linie auf Auto Launch, aber es gilt wohl auch generell:
Title:
"Auto Launch: First Attachment" Launches Attachment but the Window Does Not Maintain Focus
Product: Lotus Notes > Lotus Notes > Versions 6.x, 5.x, 4.6x
Platform(s): Windows XP, Windows NT, Windows 98, Windows 95, Windows 2000
Date: 07.12.2004
Doc Number: 1091159
Problem
When you open a Notes document, you see an attachment launched in a window, but then that window is sent to the background. This problem also occurs if the attachment is done at the form level and is reproducible using Microsoft Word 97 files, Microsoft Excel files, and Microsoft Office files, as well as Adobe Acrobat files.
Solution
This issue was reported to Quality Engineering; however, there are no plans to address it.
The issue was not observed with Acrobat 3.0.
It is possible to work around this issue by writing a formula that will launch an attachment in a field. In addition to using the formula, you must reset the Form autolaunch property to None. This workaround will be applicable only if the document can be put into Edit mode. The example below demonstrates how to use @Commands to launch the attachment in a Rich Text field called "Body":
@Command([EditDocument];"1");
@Command([EditGotoField];"Body");
@Command([EditSelectAll]);
@Command([AttachmentLaunch])
One example of how to use the above code would be to place it within the Form's PostOpen event and to additionally reset the autolaunch property to None.
NOTE: The autolaunch setting is in the Form Properties Launch tab (third tab with rocket icon).
Supporting Information:
In one case, this issue could be traced back to the installation method used to deploy Windows 2000 and Notes 5.0.7. A clean install of Win2K and Notes avoided the problem.
In another instance, this problem was reproducible in Notes 6.5 with Word, Excel, and WordPro. WordPad, PowerPoint, and Lotus 1-2-3 did not have the problem.
Ich habe diese Effekte leider auch - unabhängig von der 6er Version. 6.5.4 habe ich noch nicht diezbzgl. getestet, aber es wäre ja eher ein Zufall, wenn es dort dann ginge, da offenbar nicht plant, da s anzugehen.
Andreas