Corretto nome di campo
git-svn-id: svn://10.65.10.50/trunk@1098 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
1accaaeea9
commit
258438aac7
@ -142,8 +142,8 @@ bool TPrimanota_application::codpag_handler(TMask_field& f, KEY key)
|
|||||||
if (key == K_TAB && f.focusdirty() && app().is_saldaconto())
|
if (key == K_TAB && f.focusdirty() && app().is_saldaconto())
|
||||||
{
|
{
|
||||||
TString dt(f.mask().get(F_DATAREG));
|
TString dt(f.mask().get(F_DATAREG));
|
||||||
app().set_pagamento(f.get(),dt);
|
app().set_pagamento(f.get(),dt);
|
||||||
app().set_scadenze(f.mask());
|
app().set_scadenze(f.mask());
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
@ -262,7 +262,7 @@ bool TPrimanota_application::read_scadenze(const TMask& m)
|
|||||||
int gruppo = (tipocf == 'C' || tipocf == 'F') ? 0 :
|
int gruppo = (tipocf == 'C' || tipocf == 'F') ? 0 :
|
||||||
_rel->cg(0).get_char("GRUPPO");
|
_rel->cg(0).get_char("GRUPPO");
|
||||||
int conto = (tipocf == 'C' || tipocf == 'F') ? 0 :
|
int conto = (tipocf == 'C' || tipocf == 'F') ? 0 :
|
||||||
_rel->cg(0).get_char("fCONTO");
|
_rel->cg(0).get_char("CONTO");
|
||||||
long sottoconto = _rel->cg(0).get_long("SOTTOCONTO");
|
long sottoconto = _rel->cg(0).get_long("SOTTOCONTO");
|
||||||
int nriga = 1;
|
int nriga = 1;
|
||||||
int numrig = 1;
|
int numrig = 1;
|
||||||
@ -327,7 +327,7 @@ bool TPrimanota_application::read_scadenze(const TMask& m)
|
|||||||
} //else
|
} //else
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
_pag->set_sheet(ps);
|
_pag->set_sheet(ps);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user