MS
This commit is contained in:
parent
1c6d3f3e93
commit
82897a2f12
@ -1613,7 +1613,9 @@ Public Class frmValidator
|
|||||||
If DirectCast(oControl.Tag, ClassControlCreator.ControlMetadata).Guid = oControl2Set Then
|
If DirectCast(oControl.Tag, ClassControlCreator.ControlMetadata).Guid = oControl2Set Then
|
||||||
oFound = True
|
oFound = True
|
||||||
LOGGER.Debug($"Got the Control22Set: {oControl2Set}..Setting the values..")
|
LOGGER.Debug($"Got the Control22Set: {oControl2Set}..Setting the values..")
|
||||||
|
'NUR TEXTBOX
|
||||||
Select Case oControl.GetType.ToString
|
Select Case oControl.GetType.ToString
|
||||||
|
|
||||||
Case GetType(TextBox).ToString
|
Case GetType(TextBox).ToString
|
||||||
Dim oTextOption = "Replace"
|
Dim oTextOption = "Replace"
|
||||||
Try
|
Try
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user