Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@21066 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
66c64a6892
commit
e163536c47
@ -66,7 +66,6 @@ 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))
|
||||||
@ -89,6 +88,7 @@ void TAggiungi_listini_haba_app::check_doc()
|
|||||||
//se fallisce la read, allora aggiungo la riga
|
//se fallisce la read, allora aggiungo la riga
|
||||||
if(listini.read() != NOERR)
|
if(listini.read() != NOERR)
|
||||||
{
|
{
|
||||||
|
listini.zero();
|
||||||
listini.put("CODTAB", codtab);
|
listini.put("CODTAB", codtab);
|
||||||
listini.put("R0", importo);
|
listini.put("R0", importo);
|
||||||
listini.write();
|
listini.write();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user