Patch level : at

Files correlati     :
Ricompilazione Demo : [ ]
Commento            : diversi ordinamenti (da finire)


git-svn-id: svn://10.65.10.50/trunk@10591 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 2002-10-31 13:37:03 +00:00
parent c060240c84
commit 906a946b00
3 changed files with 9 additions and 1 deletions

View File

@ -429,7 +429,6 @@ bool TFrequenza::set_print(int m)
_tipodon5 = _msk->get(F_TIPODON5);
_tipodon = _tipodon1;
_tipodon << _tipodon2 << _tipodon3 << _tipodon4 << _tipodon5;
//if (_tipodon1.empty()) && (_tipodon2.empty()) && (_tipodon3.empty()) && (_tipodon4.empty()) && (_tipodon5.empty()) && (!_dataini.ok()) && (!_datafin.ok()))
if ((_tipodon.empty()) && (!_dataini.ok()) && (!_datafin.ok()))
_ctrltotale = TRUE;
else

View File

@ -38,6 +38,8 @@
#define F_TIPODON5 313
#define F_D_TIPODON5 314
#define F_ORDINA 351
#define F_ELENCO 401
#define F_ETICHETTE 402
#define F_FILE 403

View File

@ -393,6 +393,13 @@ BEGIN
PROMPT 24 16 ""
FLAGS "D"
END
LISTBOX F_ORDINA 10
BEGIN
PROMPT 2 17 "Ordinamento per sez./sott. e "
ITEM "A|Alfabetico"
ITEM "C|Cap"
END
ENDPAGE
ENDMASK