MS UserItemsReplace
This commit is contained in:
@@ -326,7 +326,7 @@
|
||||
control.Text = value
|
||||
End If
|
||||
Else
|
||||
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 autoValue
|
||||
Dim ID
|
||||
|
||||
Reference in New Issue
Block a user