MDM UST, MSE-API, API-Einstellungen
This commit is contained in:
@@ -156,10 +156,14 @@ Public Class usrCntlDatenarchiv
|
||||
|
||||
For Each r As DataGridViewRow In .Rows
|
||||
|
||||
If r.Cells("Param_value").Value IsNot DBNull.Value AndAlso r.Cells("Param_value").Value.ToString.StartsWith("\\") Then
|
||||
DirectCast(r.Cells("open"), DataGridViewImageCell).Value = My.Resources.search
|
||||
If r.Cells("Param_value").Value IsNot DBNull.Value AndAlso r.Cells("Param_value").Value <> "" Then
|
||||
Dim path As New System.IO.DirectoryInfo(r.Cells("Param_value").Value)
|
||||
|
||||
If path.Exists Then
|
||||
DirectCast(r.Cells("open"), DataGridViewImageCell).Value = My.Resources.search
|
||||
End If
|
||||
End If
|
||||
|
||||
Next
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user