06-12-23
This commit is contained in:
parent
f6480adb04
commit
3b3445cc03
@ -201,6 +201,10 @@ Public Class frmMain
|
||||
End Sub
|
||||
|
||||
Private Sub ViewEnvelopes_FocusedRowChanged(sender As Object, e As DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventArgs) Handles ViewEnvelopes.FocusedRowChanged
|
||||
If ViewEnvelopes.FocusedRowHandle < 0 Then
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
Dim oEnvelope As Envelope = ViewEnvelopes.GetRow(ViewEnvelopes.FocusedRowHandle)
|
||||
|
||||
If oEnvelope.IsAlreadySent Then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user