Yes,
I always use msgbox(es) when testing events
Code:
ActiveWindow.View.ShowHeading 1
MsgBox "Event - First Box"
ActiveWindow.DocumentMap = True
MsgBox "Event - Second Box"
Shows first and second box, DocumentMap is executed, ShowHeading not.
I mean, this cannot be some localization bug? I encountered this issue a few times in German forums. Exactly the same => ShowHeading = ignored
Strange behavior
NP