From f40600a6927807d2b67df09abdb1e3c6f5bba007 Mon Sep 17 00:00:00 2001 From: angelo Date: Mon, 4 Sep 1995 16:35:49 +0000 Subject: [PATCH] Rif mod. 95/25. Cambiato LF_TAB in LF_TABCOM. git-svn-id: svn://10.65.10.50/trunk@1780 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba2400.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ba/ba2400.cpp b/ba/ba2400.cpp index 0019b0523..598abb536 100755 --- a/ba/ba2400.cpp +++ b/ba/ba2400.cpp @@ -27,8 +27,8 @@ TTab_form::TTab_form(const char* name) : TForm(name) TCursor* c = cursor(); if (c == NULL) fatal_box("Il profilo %s non ha un cursore", name); - - TIsamtempfile* tmp = new TIsamtempfile(LF_TAB, "tmp4", 0); + TFilename t("tmp");t << LF_TABCOM; + TIsamtempfile* tmp = new TIsamtempfile(LF_TABCOM, t, FALSE); relation()->replace(tmp); c->setfilter("B0==\"\""); // Esclude le deleghe gia' stampate