AdditionalSearches
This commit is contained in:
@@ -53,15 +53,12 @@ Public Class clsWMDocGrid
|
||||
'_Helper = New ClassHelper
|
||||
SELECTED_DOC_ID = 0
|
||||
If Init_Table() = True Then
|
||||
|
||||
SELECTED_DOC_ID = 0
|
||||
LOGGER.Debug("gridView.SelectedRowsCount: " & ActiveDocGrid.SelectedRowsCount.ToString)
|
||||
If ActiveDocGrid.SelectedRowsCount >= 1 Then
|
||||
DTDocuments.Clear()
|
||||
For Each row In ActiveDocGrid.GetSelectedRows
|
||||
Dim newRow As DataRow = DTDocuments.NewRow()
|
||||
Try
|
||||
|
||||
Dim DOC_ID = ActiveDocGrid.GetRowCellValue(row, "DocID")
|
||||
SELECTED_DOC_ID = DOC_ID
|
||||
newRow("DOC_ID") = ActiveDocGrid.GetRowCellValue(row, "DocID")
|
||||
|
||||
Reference in New Issue
Block a user