MS
This commit is contained in:
@@ -126,7 +126,7 @@ Public Class frmSAP_FuBa
|
||||
If txtLimitRows.Text <> "" Then
|
||||
rowlimit = txtLimitRows.Text
|
||||
End If
|
||||
Dim oSAPResulttable As New DataTable
|
||||
Dim oSAPResulttable As DataTable
|
||||
If rbTable.Checked = True Then
|
||||
Dim result = ClassSAP.Return_Datatable_for_Table(TableNameTextBox.Text, WHERE_CLAUSETextBox.Text, True, rowlimit)
|
||||
If Not IsNothing(result) Then
|
||||
@@ -386,7 +386,7 @@ Public Class frmSAP_FuBa
|
||||
If txtLimitRows.Text <> "" Then
|
||||
rowlimit = txtLimitRows.Text
|
||||
End If
|
||||
Dim oSAPResulttable As New DataTable
|
||||
Dim oSAPResulttable As DataTable
|
||||
If rbTable.Checked = True Then
|
||||
Dim result = ClassSAP.Return_Datatable_for_Table(TableNameTextBox.Text, WHERE_CLAUSETextBox.Text, False, rowlimit)
|
||||
If Not IsNothing(result) Then
|
||||
|
||||
Reference in New Issue
Block a user