MS Initial 2.9.1

This commit is contained in:
Developer01
2025-04-28 13:27:27 +02:00
parent edd54ab302
commit 6874e7e92c
3 changed files with 6 additions and 6 deletions

View File

@@ -90,9 +90,11 @@ Public Class frmMain
If ViewEnvelopes.RowCount = 0 Then
RibbonPageGroupFunctions.Enabled = False
btnDeleteEnvelope.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
btnEditEnvelope.Enabled = False
Else
RibbonPageGroupFunctions.Enabled = True
btnDeleteEnvelope.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
btnEditEnvelope.Enabled = True
End If
Catch ex As Exception
Logger.Error(ex)
@@ -222,9 +224,6 @@ Public Class frmMain
bbtnitmEB.Enabled = True
LoadEnvelopeData()
Case 0
If ViewEnvelopes.RowCount = 0 Then
RibbonPageGroupFunctions.Enabled = False
End If
btnEditEnvelope.Enabled = True
btnDeleteEnvelope.Enabled = True
btnContactReceiver.Enabled = True
@@ -233,6 +232,7 @@ Public Class frmMain
bbtnitmInfoMail.Enabled = True
bbtnitmEB.Enabled = False
LoadEnvelopeData()
txtEnvelopeIdLabel.Caption = "No Envelope selected"
Case 2