Hello
I am looking for something similar to
Err.Raise MFScriptCancel, "Das ist die dem Benutzer angezeigte Fehlermeldung."
but it shoulb be just an information and the code should continue.
thanks
Hello
I am looking for something similar to
Err.Raise MFScriptCancel, "Das ist die dem Benutzer angezeigte Fehlermeldung."
but it shoulb be just an information and the code should continue.
thanks
As said: this is not possible. Throwing an exception will cancel the operation. The only option would be to use some client application (UIX) to show some information after the operation has completed.
As said: this is not possible. Throwing an exception will cancel the operation. The only option would be to use some client application (UIX) to show some information after the operation has completed.
© 2024 M-Files, All Rights Reserved.