Patch level :4.0 872
Files correlati : Ricompilazione Demo : [ ] Commento :incluso il treectrl git-svn-id: svn://10.65.10.50/trunk@16095 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
5889a1d616
commit
ba3c49c8ba
@ -5,6 +5,7 @@
|
||||
|
||||
#include <mov.h>
|
||||
#include <pconti.h>
|
||||
#include <treectrl.h>
|
||||
|
||||
#include "calib01.h"
|
||||
#include "calib02.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <defmask.h>
|
||||
#include <diction.h>
|
||||
#include <relation.h>
|
||||
#include <tree.h>
|
||||
#include <treectrl.h>
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
// TPartite_cache
|
||||
@ -485,7 +485,8 @@ bool TEasySolder_mask::on_field_event(TOperable_field& o, TField_event e, long j
|
||||
t.set_root(_conto, _numreg, all);
|
||||
if (t.goto_root())
|
||||
t.expand();
|
||||
tfield(F_PARTITE).win().force_update();
|
||||
TTree_field& tfp = tfield(F_PARTITE);
|
||||
tfp.win().force_update();
|
||||
}
|
||||
break;
|
||||
case F_PARTITE:
|
||||
|
@ -9,6 +9,8 @@
|
||||
#include "cglib01.h"
|
||||
#endif
|
||||
|
||||
#include <tree.h>
|
||||
|
||||
class TEasySolder_mask : public TAutomask
|
||||
{
|
||||
TBill _conto; // Conto fisso del cliente/fornitore
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include <progind.h>
|
||||
#include <relapp.h>
|
||||
#include <sheet.h>
|
||||
#include <treectrl.h>
|
||||
#include <utility.h>
|
||||
|
||||
#include "db0.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
#include <printer.h>
|
||||
#include <progind.h>
|
||||
#include <sheet.h>
|
||||
#include <treectrl.h>
|
||||
|
||||
#include "dblib.h"
|
||||
|
||||
|
@ -3,13 +3,13 @@
|
||||
#include <dongle.h>
|
||||
#include <execp.h>
|
||||
#include <modaut.h>
|
||||
#include <postman.h>
|
||||
#include <recset.h>
|
||||
#include <sheet.h>
|
||||
#include <smartcard.h>
|
||||
#include <tabutil.h>
|
||||
#include <tree.h>
|
||||
#include <treectrl.h>
|
||||
#include <postman.h>
|
||||
#include <urldefid.h>
|
||||
#include <utility.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user