Patch level : 12.0 934

Files correlati     : pr1.exe pr1300a.uml
Commento            :

 - Aggiunta selezione e ordinamento per data scadenz nella stampa schede     provvigione
This commit is contained in:
Alessandro Bonazzi 2020-01-30 20:10:48 +01:00
parent 6ff28ddb01
commit b4d662e3a7

View File

@ -157,6 +157,8 @@ class TForm : public TObject
TString16 _curr_codval;
// @cmember:(INTERNAL) Cambio da applicare in output per stampa prezzi ed importi
TExchange* _exchange;
// @cmember:(INTERNAL) e' un sorted_cursor ?
bool _sorted_cursor;
// @cmember:(INTERNAL) Ritorna l'array di caratteri di fincatura
const char* get_fincatura()
@ -349,6 +351,8 @@ public:
// @cmember Ritorna la <c TCursor> corrente
virtual TCursor* cursor() const
{ return _cursor; }
// @cmember Ritorna la <c TCursor> corrente
virtual TSorted_cursor* sorted_cursor() const { return _sorted_cursor ? (TSorted_cursor *) _cursor : NULL; }
// @cmember Ritorna la <c TRelation_description> corrente
TRelation_description& rel_desc() const;
// @cmember Effettua operazioni personalizzate dall'applicazione sul <c TForm_item>