Excel_export
This commit is contained in:
@@ -2478,7 +2478,7 @@ Public Class frmMDM_USTVAntrag
|
||||
For Each dgvRow As DataGridViewRow In dgvUSTVPositionen.SelectedRows
|
||||
posId &= "'" & dgvRow.Cells("UStVPo_ID").Value & "'"
|
||||
counter = counter + 1
|
||||
If (dgvUSTVPositionen.Rows.Count <> 0 And counter <> dgvUSTVPositionen.Rows.Count) And counter <> 1 Then posId &= ","
|
||||
If (dgvUSTVPositionen.SelectedRows.Count <> 1 And counter <> dgvUSTVPositionen.SelectedRows.Count) Then posId &= ","
|
||||
Next
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user