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 :
Commento :
Aggiunti metodi full e empty nelle maschere per i singoli campi
git-svn-id: svn://10.65.10.50/branches/R_10_00@23323 c028cbd2-c16b-5b4b-a496-9718f37d4682