summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizards/source/sfdialogs/SF_Dialog.xba2
1 files changed, 2 insertions, 0 deletions
diff --git a/wizards/source/sfdialogs/SF_Dialog.xba b/wizards/source/sfdialogs/SF_Dialog.xba
index da2afcb4a80e..4a6d1ae7a380 100644
--- a/wizards/source/sfdialogs/SF_Dialog.xba
+++ b/wizards/source/sfdialogs/SF_Dialog.xba
@@ -561,6 +561,8 @@ Finally:
ScriptForge.SF_Utils._ExitFunction(cstThisSub)
Exit Function
Catch:
+ ' When an error is caused by an event error, the location is unknown
+ SF_Exception.Raise(, "?")
GoTo Finally
End Function ' SFDialogs.SF_Dialog.Execute