Bugfix
This commit is contained in:
@@ -355,7 +355,7 @@ Public Class frmAvisoFormularAnfuegen
|
||||
Dim sp = a.Split("\")
|
||||
display = sp(sp.Count - 1)
|
||||
End If
|
||||
dgvAnhaenge.Rows.Add({display})
|
||||
dgvAnhaenge.Rows.Add({display, a})
|
||||
Next
|
||||
ATTTemp = ATT
|
||||
End If
|
||||
@@ -471,10 +471,9 @@ Public Class frmAvisoFormularAnfuegen
|
||||
Private Sub dgvAnhaenge_CellContentDoubleClick(sender As Object, e As DataGridViewCellEventArgs) Handles dgvAnhaenge.CellDoubleClick, dgvAnhaenge.CellContentDoubleClick
|
||||
Try
|
||||
If dgvAnhaenge.SelectedRows.Count > 0 Then
|
||||
If dgvAnhaenge.SelectedRows(0).Cells(0).Value <> "" Then
|
||||
If dgvAnhaenge.SelectedRows(0).Cells(1).Value <> "" Then
|
||||
|
||||
Dim strTmpPath As String = System.IO.Path.GetTempPath()
|
||||
Process.Start(strTmpPath & dgvAnhaenge.SelectedRows(0).Cells(0).Value)
|
||||
Process.Start(dgvAnhaenge.SelectedRows(0).Cells(1).Value)
|
||||
|
||||
End If
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user