...ok, ok ertsmal danke! ich glaub ich habe mich undeutlich ausgedrückt. also mein problem liegt darin, dass ich nicht an den namen der maske herankomme, deren dokument ich gerade im speicher habe. wie ich an das "currentdocument" komme, weis ich.
es geht grob um folgendes, wenn das "currentdocument" von der Maske "XYZ" "abstammt", dann soll eine bestimmte aktion nicht ausgeführt werden, in etwa so...
dim workspace as new notesuiworkspace
dim uidoc as notesuidocument
set uidoc = workspace.currentdocument
if 'Name der Maske des CurrentDocuments" = XYZ then
'do nothing
else
'do something
end if
jetzt, ist es wohl besser verständlich, was ich meine...