Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@21063 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
691ca6c543
commit
19be0c9aa0
@ -66,6 +66,7 @@ void TAggiungi_listini_haba_app::check_doc()
|
|||||||
//quante sono le righe del documento
|
//quante sono le righe del documento
|
||||||
for(int i = 1; ; i++)
|
for(int i = 1; ; i++)
|
||||||
{
|
{
|
||||||
|
listini.zero();
|
||||||
TString4 riga; riga.format("%d,%d", LF_RIGHEDOC, i);
|
TString4 riga; riga.format("%d,%d", LF_RIGHEDOC, i);
|
||||||
|
|
||||||
if(!ini.set_paragraph(riga))
|
if(!ini.set_paragraph(riga))
|
||||||
@ -90,7 +91,7 @@ void TAggiungi_listini_haba_app::check_doc()
|
|||||||
{
|
{
|
||||||
listini.put("CODTAB", codtab);
|
listini.put("CODTAB", codtab);
|
||||||
listini.put("R0", importo);
|
listini.put("R0", importo);
|
||||||
listini.rewrite_write();
|
listini.write();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user