Patch level : 10.0 patch 767

Files correlati     :  ve0.exe
Ricompilazione Demo : [ ]
Commento            :

visualizzazione giacenza componenti
impostare la variabile nella ini della maschera:
ART_TO_SHOW= 1|1
(livello|riga)


Dalla versione 3.2


git-svn-id: svn://10.65.10.50/trunk@20602 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2010-06-21 14:29:26 +00:00
parent a7ffa55dc1
commit bdb6ad2ede

View File

@ -231,6 +231,7 @@ class TTipo_documento : public TRectype // velib03
TString16 _field_qta_mag, _field_qtaevasa_mag; // Veri campi Quantità e Quantità Evasa per magazzino
TString16 _raee_cod, _raee_fld;
TString _str_desc_doc, _str_desc_rdoc;
int _liv, _row;
TString4 _module;
char _tipocf;
@ -277,6 +278,9 @@ public:
bool load_cont() const { return _load_cont; }
const TString& raee_cod() const { return _raee_cod; }
const TString& raee_fld() const { return _raee_fld; }
const int dbliv() const { return _liv; }
const int dbrow() const { return _row; }
const TString & descrizione() const { return get("S0"); }
const TString & riferimento(const TDocumento& doc, TString& rif) const;
@ -926,6 +930,7 @@ class TDocumento_mask : public TVariable_mask // velib06
bool _ges_mag, _ges_dep, _ges_ca;
TString8 _std_mag, _std_dep;
real _fconv_qta;
TSmart_card * _smartcard;
static TAssoc_array _father_rows;
static TAssoc_array _auto_reopen_nums;
@ -1019,6 +1024,8 @@ public:
virtual void highlight_row(int row, COLOR back = COLOR_INVALID, COLOR fore = COLOR_INVALID, bool dirty = true, bool update = true);
void highlight();
const real & fconv_qta() const { return _fconv_qta;}
bool is_calculated_page(int p) const { return _calculated_pages[p]; }
TSmart_card* smartcard() const { return _smartcard;}