Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
frederic.vandenplas
in reply to: pball

Hi,

 

Maybe not a neat solution but If you try to run the external rule, an error will occur, if you capture the error, you can proceed with

the rest of your code.

 

Try
iLogicVb.RunExternalRule("c:\test.vb")
Catch
MsgBox("The external rule cannot be found")
End Try

 

If you think this answer fullfilled your needs, improved your knowledge or leads to a solution,
please feel free to "kudos"