This commit is contained in:
2020-03-05 10:27:23 +01:00
parent f636abc2fc
commit 61a3e9b6d3
34 changed files with 6056 additions and 2576 deletions

View File

@@ -670,7 +670,7 @@ Public Class ClassControlCreator
Try
Dim dt As New DataTable
dt = CURRENT_DT_TBDD_CONNECTION
dt = BASEDATA_DT_TBDD_CONNECTION
' Define the filter
Dim filter As String = "GUID = " & CON_ID
' Filter the rows using Select() method of DataTable