2023-09-20 MP
This commit is contained in:
@@ -54,6 +54,12 @@ Partial Public Class frmEnvelopeEditor
|
||||
txtMessage.EditValue = Controller.Envelope.Message
|
||||
txtSubject.EditValue = Controller.Envelope.Subject
|
||||
|
||||
For Each docItem As EnvelopeDocument In Documents
|
||||
If docItem.Thumbnail Is Nothing Then
|
||||
docItem.Thumbnail = Controller.CreateThumbnail(docItem.Filepath)
|
||||
End If
|
||||
Next
|
||||
|
||||
If Envelope.Status = Constants.EnvelopeStatus.Sent Then
|
||||
SetFormReadonly()
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user