From 67ed8dc9227ed0ffab566f45d8ca2ea961f06c15 Mon Sep 17 00:00:00 2001 From: luca Date: Mon, 14 Mar 2011 11:36:09 +0000 Subject: [PATCH] =?UTF-8?q?Patch=20level=20=20=20=20=20=20=20=20=20:10.0?= =?UTF-8?q?=20954=20Files=20correlati=20=20=20=20=20:=20Ricompilazione=20D?= =?UTF-8?q?emo=20:=20[=20]=20Commento=20=20=20=20=20=20=20=20=20=20=20=20:?= =?UTF-8?q?=20modificato=20fmt=5Funknown=20in=20fmt=5Fhtml=20per=20il=20sa?= =?UTF-8?q?lvataggio=20del=20recordset=20su=20excel=20(il=20prg=20gi=C3=A0?= =?UTF-8?q?=20lo=20metteva=20in=20fmt=5Fhtml=20da=20solo,=20cos=C3=AC=20?= =?UTF-8?q?=C3=A8=20pi=C3=B9=20sicuro)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.65.10.50/branches/R_10_00@21781 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- tp/tp0900.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tp/tp0900.cpp b/tp/tp0900.cpp index 33e4fa939..368d70a80 100755 --- a/tp/tp0900.cpp +++ b/tp/tp0900.cpp @@ -660,7 +660,7 @@ void TDichiarazione_CONAI::elabora(const TMask& mask) const TFilename path = mask.get(F_PATH); path.lower(); if (path.ends_with("xls") || path.ends_with("slk")) - csv->save_as(path, fmt_unknown); + csv->save_as(path, fmt_html); else csv->save_as(path);