Files correlati :
Aggiunte funzioni
// @cmember Aggiunge un intero al campo
void add(short fld_id, long num, byte hit = 0x0);
// @cmember Aggiunge un reale al campo
void add(short fld_id, const real& num, byte hit = 0x0);
// @cmember Aggiunge un currency al campo
void add(short fld_id, const TCurrency& num, byte hit = 0x0);
// @cmember Sottrae un intero al campo
void sub(short fld_id, const long num, byte hit = 0x0);
// @cmember Sottrae un reale al campo
void sub(short fld_id, const real& num, byte hit = 0x0);
// @cmember Sottrae un currency al campo
void sub(short fld_id, const TCurrency& num, byte hit = 0x0);
// @cmember Moltiplica per un intero al campo
void mul(short fld_id, long num, byte hit = 0x0);
// @cmember Moltiplica per un reale al campo
void mul(short fld_id, const real& num, byte hit = 0x0);
// @cmember Moltiplica per un currency al campo
void mul(short fld_id, const TCurrency& num, byte hit = 0x0);
// @cmember Divide per un intero al campo
void div(short fld_id, const long num, byte hit = 0x0);
// @cmember Divide per un reale al campo
void div(short fld_id, const real& num, byte hit = 0x0);
// @cmember Divide per un currency al campo
void div(short fld_id, const TCurrency& num, byte hit = 0x0);
bool active(short fld_id);
Files correlati : cg2.exe
Disabilitato il Flag di IVA per cassa se è un reverse charge.
git-svn-id: svn://10.65.10.50/branches/R_10_00@23956 c028cbd2-c16b-5b4b-a496-9718f37d4682
Files correlati :
Commento :
Aggiunto il FLAG - ai campi interi per avere l'anno precedente a quello attuale
git-svn-id: svn://10.65.10.50/branches/R_10_00@23344 c028cbd2-c16b-5b4b-a496-9718f37d4682
Files correlati : 770.exe f39.trr f39.dir
Commento :
maskfld.h & maskfld.cpp:
- Aggiunti metodi is_kind_of per i TEdit_field
relapp.cpp:
- Corretto bug nel tasto precedente e successivo. Non controllava che i campi fossero TEdit_field quando richiamava la browse
git-svn-id: svn://10.65.10.50/branches/R_10_00@23296 c028cbd2-c16b-5b4b-a496-9718f37d4682