Added Edit/Initialized config to the Documents
Check to see if MSWord changes should be saved if PROMS is closing
This commit is contained in:
@@ -270,7 +270,9 @@ namespace DataLoader
|
||||
}
|
||||
private int SaveWordDoc(string temppath, string stype, string sectName)
|
||||
{
|
||||
return SaveWordDoc(temppath, String.Empty, stype, null, sectName);
|
||||
ConfigInfo ci = new ConfigInfo(null);
|
||||
ci.AddItem("Edit", "Initialized", "true");
|
||||
return SaveWordDoc(temppath, String.Empty, stype, ci, sectName);
|
||||
}
|
||||
private int SaveTheDoc(string temppath, string title, ConfigInfo ci, string ascii)
|
||||
{
|
||||
|
Reference in New Issue
Block a user