Corretta chiamate dei programmi di gestione maschere da do_insert
git-svn-id: svn://10.65.10.50/trunk@172 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
49a7e707f0
commit
c882b9e515
@ -1,4 +1,4 @@
|
|||||||
// $Id: maskfld.cpp,v 1.12 1994-09-06 13:26:57 guy Exp $
|
// $Id: maskfld.cpp,v 1.13 1994-09-06 15:41:07 alex Exp $
|
||||||
#include <xvt.h>
|
#include <xvt.h>
|
||||||
|
|
||||||
#include <applicat.h>
|
#include <applicat.h>
|
||||||
@ -1243,9 +1243,11 @@ bool TBrowse::do_insert()
|
|||||||
{
|
{
|
||||||
TString80 nm(_insert.mid(1));
|
TString80 nm(_insert.mid(1));
|
||||||
if (strncmp(nm, "BATB", 4) == 0) // Programma gestione tabelle
|
if (strncmp(nm, "BATB", 4) == 0) // Programma gestione tabelle
|
||||||
app.format("ba3 -0 %s", (const char*)nm.mid(4));
|
app = format("ba3 -0 %s", (const char*)nm.mid(4));
|
||||||
|
// Obbligatorio usare la format globale
|
||||||
else // Programma generico di browse/edit
|
else // Programma generico di browse/edit
|
||||||
app.format("ba3 -3 %s %d", (const char*)nm, _cursor->file()->num());
|
app = format("ba3 -3 %s %d", (const char*)nm, _cursor->file()->num());
|
||||||
|
// Obbligatorio usare la format globale
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user