From 906a946b00e1047b4025c134488f124f30780b28 Mon Sep 17 00:00:00 2001 From: cris Date: Thu, 31 Oct 2002 13:37:03 +0000 Subject: [PATCH] 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 --- at/at2900.cpp | 1 - at/at2900a.h | 2 ++ at/at2900a.uml | 7 +++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/at/at2900.cpp b/at/at2900.cpp index d3c46416a..a2c616daf 100755 --- a/at/at2900.cpp +++ b/at/at2900.cpp @@ -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 diff --git a/at/at2900a.h b/at/at2900a.h index 8cf0cf8ee..b62d66257 100755 --- a/at/at2900a.h +++ b/at/at2900a.h @@ -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 diff --git a/at/at2900a.uml b/at/at2900a.uml index 51dc04a86..50575afbe 100755 --- a/at/at2900a.uml +++ b/at/at2900a.uml @@ -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