Use DateEdit control, add TopMost for email attachment indexing, use fixed lookupgrid, email indexing objecttype readonly
This commit is contained in:
@@ -361,7 +361,7 @@ Public Class frmIndex
|
||||
End If
|
||||
End If
|
||||
If oControl.Name.StartsWith("dtp") Then
|
||||
Dim dtp As DateTimePicker = oControl
|
||||
Dim dtp As DevExpress.XtraEditors.DateEdit = oControl
|
||||
Indexwert_Postprocessing(Replace(dtp.Name, "dtp", ""), dtp.Text)
|
||||
result = True
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user