Add max retries to pattern replacer

This commit is contained in:
Jonathan Jenne
2019-06-11 12:53:15 +02:00
parent aab9f309b3
commit 84b340e026
2 changed files with 11 additions and 0 deletions

View File

@@ -1004,6 +1004,7 @@ Public Class frmValidator
End Try
End Sub
Public Sub onLookUp1(sender As Object, SelectedValues As List(Of String))
LOGGER.Debug("onLookup1")
If FormLoaded = False Then
Exit Sub
End If
@@ -1033,6 +1034,7 @@ Public Class frmValidator
Try
'Dim oDependingLookup As LookupControl2 = pnldesigner.Controls.Find(oDEPENDING_CtrlName, False).FirstOrDefault()
For Each oControl As Control In pnldesigner.Controls
If oControl.Tag = oDEPENDING_GUID Then
Dim oDependingLookup As LookupControl2 = oControl
oDependingLookup.DataSource = oDTDEPENDING_RESULT