Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            : Stampa tessere singole: la seconda volta stampava anche le tessere dei nominativi selezionati la prima volta (corretto!)


git-svn-id: svn://10.65.10.50/trunk@7856 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 1999-02-23 14:03:21 +00:00
parent 78668f5c24
commit a44b8aa1e9

View File

@ -84,6 +84,8 @@ void TStampaTessereS::add_rows_soggetti(TSheet_field& s, int count, int start)
void TStampaTessereS::filtra_codici()
{
for (_sogtmp->first(); !_sogtmp->eof(); _sogtmp->next())
_sogtmp->remove();
TSheet_field& s = (TSheet_field&)_msk->field(F_SOGGETTI);
for (int r=0; r < s.items(); r++)
{