Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@19874 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2010-01-05 14:28:12 +00:00
parent 5c5563fd88
commit fa3bf76463
3 changed files with 5 additions and 3 deletions

View File

@ -608,7 +608,10 @@ bool TFrequenza::user_create()
_stampa80 = config.get_bool("Stampa80");
//lettera
_form_let = new TEti_freq_form("ATLETTER");
TString16 letformato = config.get("ElencoFormato");
if (!controlla_esistenza_form(letformato, "atletter"))
return false;
_form_let = new TEti_freq_form(letformato);
//files
_donaz = new TLocalisamfile(LF_DONAZ);

View File

@ -27,7 +27,6 @@ class TRigaP : public TObject
protected:
const TRigaP& copy(const TRigaP& riga);
public:
const TDate punto() const { return _punto; }
TObject* dup() const { return new TRigaP(*this); }
const TRigaP& operator = (const TRigaP& riga);
const real& operator [] (int colonna) const;

View File

@ -600,7 +600,7 @@ void TConvocazioniPerPunto::crea_intestazione()
set_header(3, "@0g%s", (const char*) sep);
sep = "";
char ora[16];
_strtime(ora);
_strtime_s(ora);
set_header(3,"@0g%8s", ora);
if (_gruppiaz == 'S')
sep << "SOLO APPARTENENTI A GRUPPI AZIENDALI";