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
MFScriptCancel will always cancel execution of the code. I am not aware of any method to make it continue.
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.