Forum Discussion
AlexanderM
13 years agoStaff
Hello 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.
Related Content
- 2 months ago
- 2 years ago
- 11 years ago
- 5 years ago
Recent Discussions
- 12 hours ago