Rimessi a posto per l'ultima volta :-) le freccette e i punti
git-svn-id: svn://10.65.10.50/trunk@455 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
2ae277c10a
commit
fd061fff9d
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
#include <mask.h>
|
#include <mask.h>
|
||||||
#include <printapp.h>
|
#include <printapp.h>
|
||||||
#include <scanner.h>
|
|
||||||
#include <relation.h>
|
#include <relation.h>
|
||||||
#include <tabutil.h>
|
#include <tabutil.h>
|
||||||
#include <utility.h>
|
#include <utility.h>
|
||||||
@ -1439,17 +1438,17 @@ bool CG3100_application::segnala_errori_ogniriga()
|
|||||||
_numreg = current_cursor()->file(LF_MOV).get_long(MOV_NUMREG);
|
_numreg = current_cursor()->file(LF_MOV).get_long(MOV_NUMREG);
|
||||||
if (current_cursor()->is_first_match(LF_RMOVIVA))
|
if (current_cursor()->is_first_match(LF_RMOVIVA))
|
||||||
{
|
{
|
||||||
record = rmoviva->recno();
|
record = rmoviva.recno();
|
||||||
rmoviva->zero();
|
rmoviva.zero();
|
||||||
rmoviva->put(RMI_NUMREG, _numreg);
|
rmoviva.put(RMI_NUMREG, _numreg);
|
||||||
for (rmoviva->read(); !rmoviva->eof() ;rmoviva->next())
|
for (rmoviva.read(); !rmoviva.eof() ;rmoviva.next())
|
||||||
{
|
{
|
||||||
_cod = rmoviva->get(RMI_CODIVA);
|
_cod = rmoviva.get(RMI_CODIVA);
|
||||||
_tipod = rmoviva->get_int(RMI_TIPODET);
|
_tipod = rmoviva.get_int(RMI_TIPODET);
|
||||||
_impo = rmoviva->get_real(RMI_IMPONIBILE);
|
_impo = rmoviva.get_real(RMI_IMPONIBILE);
|
||||||
_impos = rmoviva->get_real(RMI_IMPOSTA);
|
_impos = rmoviva.get_real(RMI_IMPOSTA);
|
||||||
_tipocr = rmoviva->get_int(RMI_TIPOCR);
|
_tipocr = rmoviva.get_int(RMI_TIPOCR);
|
||||||
numreg = rmoviva->get_long(RMI_NUMREG);
|
numreg = rmoviva.get_long(RMI_NUMREG);
|
||||||
if (numreg != _numreg)
|
if (numreg != _numreg)
|
||||||
break;
|
break;
|
||||||
else
|
else
|
||||||
@ -1511,7 +1510,7 @@ bool CG3100_application::segnala_errori_ogniriga()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} //for
|
} //for
|
||||||
rmoviva->readat (record);
|
rmoviva.readat (record);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return trovato;
|
return trovato;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user