Bonität Neu
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
.SET_SQL(sqlstr, "FMZOLL")
|
||||
.LOAD()
|
||||
|
||||
If .RowCount = 0 Then Me.Cursor = Cursors.Default : Exit Sub
|
||||
|
||||
.RowHeadersVisible = False
|
||||
.ReadOnly = True
|
||||
.SelectionMode = DataGridViewSelectionMode.FullRowSelect
|
||||
@@ -70,6 +70,7 @@
|
||||
For Each c As DataGridViewColumn In .Columns
|
||||
c.HeaderText = c.Name.Replace("ba_", "")
|
||||
Next
|
||||
If .RowCount = 0 Then Me.Cursor = Cursors.Default : Exit Sub
|
||||
End With
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user