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:
Rich
2012-01-24 19:57:09 +00:00
parent 83f9e1cc75
commit 3ba7971ece
8 changed files with 47 additions and 25 deletions

View File

@@ -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")]