ZooFlow/EDMIService: clean up, fix column names in sql
This commit is contained in:
@@ -134,6 +134,10 @@ Public Class ClassValidator
|
||||
|
||||
For Each oControl As Control In pPanel.Controls
|
||||
|
||||
If oControl.Name.StartsWith("lbl") Then
|
||||
Continue For
|
||||
End If
|
||||
|
||||
' ========================= TEXTBOX =========================
|
||||
If oControl.Name.StartsWith("txt") Then
|
||||
Dim oTextBox As DevExpress.XtraEditors.TextEdit = oControl
|
||||
|
||||
Reference in New Issue
Block a user