disable button instead of hiding, remove empty values before saving, update dialog result handling

This commit is contained in:
Jonathan Jenne
2019-05-23 11:00:29 +02:00
parent a1d6e0ff9b
commit af4226b682
5 changed files with 148 additions and 13 deletions

View File

@@ -69,6 +69,7 @@ Partial Class frmLookupGrid
'btnClear
'
Me.btnClear.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnClear.DialogResult = System.Windows.Forms.DialogResult.OK
Me.btnClear.Location = New System.Drawing.Point(236, 6)
Me.btnClear.Name = "btnClear"
Me.btnClear.Size = New System.Drawing.Size(136, 23)