Save File Last Write UTC as Document.DTS
Eliminate unused variables Use settings for Format Load Output status of Formats being loaded Save File Last Write UTC as Document.DTS added History_OriginalFileName to DocumentConfig Use settings rather than local variables Only use the first 12 characters of a ROID for DROUsage Lookup
This commit is contained in:
@@ -85,6 +85,21 @@ namespace VEPROMS.CSLA.Library
|
||||
OnPropertyChanged("Edit_Initialized");
|
||||
}
|
||||
}
|
||||
[Category("History")]
|
||||
[DisplayName("Original File Name")]
|
||||
[Description("File Name from 16-Bit Data")]
|
||||
public string History_OriginalFileName
|
||||
{
|
||||
get
|
||||
{
|
||||
return _Xp["History", "OriginalFileName"];
|
||||
}
|
||||
set
|
||||
{
|
||||
_Xp["History", "OriginalFileName"] = value;
|
||||
OnPropertyChanged("History_OriginalFileName");
|
||||
}
|
||||
}
|
||||
// RHM 20110415 - These are now stored in the PDF table.
|
||||
//[Category("Printing")]
|
||||
//[DisplayName("Length")]
|
||||
|
Reference in New Issue
Block a user