cg2100.h Aggiunto simbolo per colonna fantasma dei centri di costo
cg2100.cpp Nascosta colonna dei centri di costo quando non c'e' la maschera git-svn-id: svn://10.65.10.50/trunk@4141 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
6c9802b498
commit
6723a7cfea
@ -2,6 +2,7 @@
|
||||
#include <mailbox.h>
|
||||
#include <urldefid.h>
|
||||
#include <execp.h>
|
||||
#include <utility.h>
|
||||
|
||||
#include "pagament.h"
|
||||
|
||||
@ -153,6 +154,12 @@ TMask* TPrimanota_application::load_mask(int n)
|
||||
cgm.set_handler(113, suspended_handler); // Contropartita
|
||||
cgm.set_handler(213, sheet_clifo_handler);
|
||||
cgm.set_handler(313, sheet_clifo_handler);
|
||||
|
||||
if (!fexist("batbcdc.msk"))
|
||||
{
|
||||
cgm.hide(CG_CDC);
|
||||
cg.delete_column(CG_CDC);
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 3:
|
||||
|
@ -65,6 +65,7 @@
|
||||
#define CG_GRUPPO 104
|
||||
#define CG_CONTO 105
|
||||
#define CG_SOTTOCONTO 106
|
||||
#define CG_CDC 115
|
||||
#define CG_ROWTYPE 116
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user