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:
parent
6ff28ddb01
commit
b4d662e3a7
@ -157,6 +157,8 @@ class TForm : public TObject
|
|||||||
TString16 _curr_codval;
|
TString16 _curr_codval;
|
||||||
// @cmember:(INTERNAL) Cambio da applicare in output per stampa prezzi ed importi
|
// @cmember:(INTERNAL) Cambio da applicare in output per stampa prezzi ed importi
|
||||||
TExchange* _exchange;
|
TExchange* _exchange;
|
||||||
|
// @cmember:(INTERNAL) e' un sorted_cursor ?
|
||||||
|
bool _sorted_cursor;
|
||||||
|
|
||||||
// @cmember:(INTERNAL) Ritorna l'array di caratteri di fincatura
|
// @cmember:(INTERNAL) Ritorna l'array di caratteri di fincatura
|
||||||
const char* get_fincatura()
|
const char* get_fincatura()
|
||||||
@ -349,6 +351,8 @@ public:
|
|||||||
// @cmember Ritorna la <c TCursor> corrente
|
// @cmember Ritorna la <c TCursor> corrente
|
||||||
virtual TCursor* cursor() const
|
virtual TCursor* cursor() const
|
||||||
{ return _cursor; }
|
{ 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
|
// @cmember Ritorna la <c TRelation_description> corrente
|
||||||
TRelation_description& rel_desc() const;
|
TRelation_description& rel_desc() const;
|
||||||
// @cmember Effettua operazioni personalizzate dall'applicazione sul <c TForm_item>
|
// @cmember Effettua operazioni personalizzate dall'applicazione sul <c TForm_item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user