This commit is contained in:
SchreiberM 2020-12-16 11:59:32 +01:00
parent 1c6d3f3e93
commit 82897a2f12

View File

@ -1613,7 +1613,9 @@ Public Class frmValidator
If DirectCast(oControl.Tag, ClassControlCreator.ControlMetadata).Guid = oControl2Set Then
oFound = True
LOGGER.Debug($"Got the Control22Set: {oControl2Set}..Setting the values..")
'NUR TEXTBOX
Select Case oControl.GetType.ToString
Case GetType(TextBox).ToString
Dim oTextOption = "Replace"
Try