Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
Modifiche per gestione manuale bolle lavanderie


git-svn-id: svn://10.65.10.50/trunk@17694 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca83 2008-11-21 10:41:36 +00:00
parent 381c596900
commit 6521d1efa9
3 changed files with 4 additions and 7 deletions

View File

@ -30,15 +30,13 @@ class TMotore_application : public TRelation_application
TString4 _tipodoc;
TString80 __last_key;
// Array di maschere documento
TAssoc_array _doc_masks;
TSelect_color_mask * _sel_color;
int _link_pos;
bool _print_directly;
protected:
// Array di maschere documento
TAssoc_array _doc_masks;
// Ridefinizione dei metodi virtuali
virtual bool user_create( );
virtual bool user_destroy( );

View File

@ -903,7 +903,7 @@ public:
static bool confirm_handler( TMask_field& f, KEY key );
static bool ss_notify(TSheet_field& ss, int r, KEY key);
static bool ss_handler(TMask_field& f, KEY key);
void user_set_handler( int fieldid, int index);
virtual void user_set_handler( int fieldid, int index);
void reset_masks(const TString& tipo_doc);
TVariable_mask* riga_mask(int numriga);

View File

@ -3064,7 +3064,6 @@ void TDocumento_mask::user_set_handler(int fieldid, int index)
set_field_handler(fieldid, dummy_hndl);
break;
default:
CHECK( FALSE, "Tentativo di installare un handler non definito" );
break;
}
}