MS Rework
This commit is contained in:
@@ -225,7 +225,7 @@
|
||||
ControlId = DirectCast(control.Tag, ClassControlMetadata).Id
|
||||
Dim autoValue
|
||||
|
||||
Dim drarray() As DataRow = CURRENT_SQL_AUTO_VALUES_DT.Select("CONTROL_ID = " & ControlId)
|
||||
Dim drarray() As DataRow = CURRENT_SQL_AUTO_VALUES_DT.Select("GUID = " & ControlId)
|
||||
If drarray.Length > 0 Then
|
||||
Dim ID = drarray(0)("CONNECTION_ID").ToString
|
||||
If Not IsNothing(ID) Then
|
||||
|
||||
Reference in New Issue
Block a user