This commit is contained in:
John Jenko 2010-11-04 13:56:58 +00:00
parent a024ae34d2
commit 3c9ff55061

View File

@ -586,7 +586,7 @@ namespace VEPROMS.CSLA.Library
} }
private static string GetFileName(ItemInfo sect) private static string GetFileName(ItemInfo sect)
{ {
string fileName = "Doc " + sect.MyContent.MyEntry.DocID.ToString(); // +" " + (sect.DisplayNumber == "" ? sect.DisplayText : sect.DisplayNumber); string fileName = VlnSettings.TemporaryFolder + @"\Doc " + sect.MyContent.MyEntry.DocID.ToString(); // +" " + (sect.DisplayNumber == "" ? sect.DisplayText : sect.DisplayNumber);
return fileName; return fileName;
} }
private static RectangleF CreatePlot(string pngFile, string xyPlot, float resolution, System.Windows.Forms.Form myForm) private static RectangleF CreatePlot(string pngFile, string xyPlot, float resolution, System.Windows.Forms.Form myForm)