Forum Discussion
AlexanderM
Staff
14 years agoHello Will,
Here is how the code for the Robert's suggestion can look like:
For more information, refer to the Handling Events and aqString.Find help topics.
Here is how the code for the Robert's suggestion can look like:
Sub GeneralEvents_OnLogMessage(Sender, LogParams)
If aqString.Find(LogParams.Str, "The application")<> -1 And aqString.Find(LogParams.Str, "started") <> -1 Then
LogParams.Locked = True
End If
End Sub
For more information, refer to the Handling Events and aqString.Find help topics.