Dim ws As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Dim docThis As NotesDocument
Set uidoc = ws.CurrentDocument
Set docThis = uidoc.Document
If docThis.ShowTab(0) = "" Then
docThis.ShowTab = "2"
Call uidoc.Refresh
Call uidoc.GotoField( "Testfeld" )
Else
docThis.ShowTab = ""
Call uidoc.Refresh
End If
Ich habe Notes 8.5.2FP1 auf dem Client.... ich auch...
...Ich hab da alle Varianten schon durch.