Fix Colum Detail form
This commit is contained in:
@@ -1200,11 +1200,11 @@ Public Class frmValidator
|
||||
End Sub
|
||||
|
||||
Public Sub OnTextBoxFocus(sender As Object, e As EventArgs)
|
||||
Dim box As TextBox = sender
|
||||
Dim oTextbox As TextBox = sender
|
||||
|
||||
If DirectCast(box.Tag, ClassControlCreator.ControlMetadata).ReadOnly = False Then
|
||||
box.BackColor = Color.LightSteelBlue
|
||||
box.SelectAll()
|
||||
If DirectCast(oTextbox.Tag, ClassControlCreator.ControlMetadata).ReadOnly = False Then
|
||||
oTextbox.BackColor = Color.LightSteelBlue
|
||||
oTextbox.SelectAll()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user