relapp non l'ho toccata
aggiunti campi partite e file descrizione campi solleciti git-svn-id: svn://10.65.10.50/trunk@1660 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e4671edff7
commit
b89f762389
@ -40,5 +40,7 @@
|
|||||||
#define PART_CHIUSA "CHIUSA"
|
#define PART_CHIUSA "CHIUSA"
|
||||||
#define PART_CODABIPR "CODABIPR"
|
#define PART_CODABIPR "CODABIPR"
|
||||||
#define PART_CODCABPR "CODCABPR"
|
#define PART_CODCABPR "CODCABPR"
|
||||||
|
#define PART_GRUPPOCL "GRUPPOCL"
|
||||||
|
#define PART_CONTOCL "CONTOCL"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -45,7 +45,7 @@ class TRelation_application : public TApplication
|
|||||||
bool autonum(TMask* m, bool rec);
|
bool autonum(TMask* m, bool rec);
|
||||||
bool has_filtered_cursor() const { return filtered() || force_cursor_usage();}
|
bool has_filtered_cursor() const { return filtered() || force_cursor_usage();}
|
||||||
|
|
||||||
protected: // TApplication
|
protected:
|
||||||
virtual bool create();
|
virtual bool create();
|
||||||
virtual bool destroy();
|
virtual bool destroy();
|
||||||
virtual bool firm_change_enabled() const;
|
virtual bool firm_change_enabled() const;
|
||||||
@ -106,6 +106,7 @@ protected:
|
|||||||
void set_search_field(short id) { _search_id = id;} // Impone il campo da utilizzare col bottone Ricerca
|
void set_search_field(short id) { _search_id = id;} // Impone il campo da utilizzare col bottone Ricerca
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
TRelation_application();
|
TRelation_application();
|
||||||
virtual ~TRelation_application();
|
virtual ~TRelation_application();
|
||||||
bool filtered() const { return _fixed.not_empty(); }
|
bool filtered() const { return _fixed.not_empty(); }
|
||||||
|
18
include/stosoll.h
Executable file
18
include/stosoll.h
Executable file
@ -0,0 +1,18 @@
|
|||||||
|
#ifndef __PAGSCA_H
|
||||||
|
#define __PAGSCA_H
|
||||||
|
|
||||||
|
#define SOLL_TIPOC "TIPOC"
|
||||||
|
#define SOLL_GRUPPO "GRUPPO"
|
||||||
|
#define SOLL_CONTO "CONTO"
|
||||||
|
#define SOLL_SOTTOCONTO "SOTTOCONTO"
|
||||||
|
#define SOLL_ANNO "ANNO"
|
||||||
|
#define SOLL_NUMPART "NUMPART"
|
||||||
|
#define SOLL_NRIGA "NRIGA"
|
||||||
|
#define SOLL_NRATA "NRATA"
|
||||||
|
#define SOLL_NRIGP "NRIGP"
|
||||||
|
#define SOLL_ACCSAL "ACCSAL"
|
||||||
|
#define SOLL_IMPORTO "IMPORTO"
|
||||||
|
#define SOLL_ABBUONI "ABBUONI"
|
||||||
|
#define SOLL_DIFFCAM "DIFFCAM"
|
||||||
|
|
||||||
|
#endif
|
Loading…
x
Reference in New Issue
Block a user