fa61760c51
Files correlati : Ricompilazione Demo : [ ] Commento : Librerie avis: configura stampante per operazione git-svn-id: svn://10.65.10.50/trunk@7699 c028cbd2-c16b-5b4b-a496-9718f37d4682
19 lines
745 B
C
Executable File
19 lines
745 B
C
Executable File
#include <recarray.h>
|
|
#include <printer.h>
|
|
|
|
#define IDON_SI "SI"
|
|
#define IDON_AF "AF"
|
|
#define IDON_PL "PL"
|
|
#define IDONEITA "ID"
|
|
#define SOSPENSIONE "SO"
|
|
|
|
bool is_idon_one(TString16 idon, const char* tipo);
|
|
bool is_idon(TString16 id1, TString16 id2, TString16 id3, TString16 id4, const char* tipo);
|
|
bool is_donaz(TString16 don, const char* tipo);
|
|
char modstato_tcs(TString16 tipo);
|
|
void con_reord(TRectype& soggetto, TRecord_array* controlli, TRecord_array* idoneita);
|
|
void ido_reord(TRectype& soggetto, TRecord_array* idoneita);
|
|
void don_datepross(TRectype& soggetto);
|
|
void calcola_donazioni_lib(TRectype& soggetto, TRecord_array* donazioni);
|
|
bool configura_stampante(TPrinter& p, const TString16& configurazione, const TString16& tipostampa);
|