Version6: Bugfixing, Vektorindexing etc

This commit is contained in:
Digital Data - Marlon Schreiber
2019-08-23 10:37:13 +02:00
parent 560b2fa37b
commit 770fc8d159
24 changed files with 757 additions and 554 deletions

View File

@@ -327,7 +327,7 @@ Public Class frmMassValidator
Where r.CONTROL_ID = oControlRow.Item("GUID")
Select r).ToList()
ctrl = ClassControlCreator.CreateExistingTable(oControlRow, columns, False)
ctrl = ClassControlCreator.CreateExistingGridControl(oControlRow, columns, False)
End Select
If TypeOf ctrl IsNot Label Then