MS UserItemsReplace
This commit is contained in:
@@ -230,7 +230,7 @@ Public Class frmDocRecordLink
|
||||
ResultViewName = $"VWPMO_ENTITY_TABLE{entity.id}"
|
||||
ResultSQL = $"SELECT T.* FROM {ResultViewName} T"
|
||||
txtEntity.Text = cmbConstructorForms.Text
|
||||
|
||||
If LogErrorsOnly = False Then ClassLogger.Add(" >> ResultSQL: " & ResultSQL, False)
|
||||
Me.Cursor = Cursors.WaitCursor
|
||||
Dim DT_RESULT = clsDatabase.Return_Datatable(ResultSQL, True)
|
||||
If Not IsNothing(DT_RESULT) Then
|
||||
|
||||
Reference in New Issue
Block a user