clean up
This commit is contained in:
@@ -310,20 +310,7 @@ Public Class frmRowEditor
|
||||
If oField.Value.HasError Then
|
||||
e.Appearance.BackColor = Color.LightCoral
|
||||
End If
|
||||
|
||||
' TODO: Remove this workaround if the conditions for errors are good now
|
||||
'If e.DisplayText = String.Empty And (
|
||||
' oField.Value.Error = FieldError.AccountNotFound Or
|
||||
' oField.Value.Error = FieldError.ArticleNotFound) Then
|
||||
' e.Appearance.BackColor = Color.LightCoral
|
||||
'End If
|
||||
End If
|
||||
|
||||
|
||||
|
||||
'If oField.Value.HasError Then
|
||||
' e.Appearance.BackColor = Color.LightCoral
|
||||
'End If
|
||||
End Sub
|
||||
|
||||
Private Sub frmRowEditor_KeyDown(sender As Object, e As KeyEventArgs) Handles Me.KeyDown
|
||||
|
||||
Reference in New Issue
Block a user