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
This commit is contained in:
parent
88426d8c7b
commit
f40600a692
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user