Add max retries to pattern replacer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user