Patch level : 01.00 1372
Files correlati : sc2.exe Commento: estratti conto per email
This commit is contained in:
parent
e4a40464cf
commit
76ff953bae
@ -4,6 +4,7 @@
|
||||
#include <modaut.h>
|
||||
#include <postman.h>
|
||||
#include <printer.h>
|
||||
#include <progind.h>
|
||||
#include "scselect.h"
|
||||
#include "sc2400a.h"
|
||||
#include "sc2400b.h"
|
||||
@ -1894,7 +1895,10 @@ bool TSelection_mask::on_field_event(TOperable_field& o, TField_event e, long jo
|
||||
|
||||
const int last = s.last_one();
|
||||
|
||||
for (long pos = s.first_one(); pos <= last; pos++)
|
||||
{
|
||||
TProgind p(s.items(), "Selezione");
|
||||
|
||||
for (long pos = s.first_one(); p.addstatus() && pos <= last; pos++)
|
||||
{
|
||||
fc = pos;
|
||||
|
||||
@ -1936,6 +1940,7 @@ bool TSelection_mask::on_field_event(TOperable_field& o, TField_event e, long jo
|
||||
sh.set_row_cell(S_RAGSOC, ragsoc, nrow);
|
||||
}
|
||||
}
|
||||
}
|
||||
sh.sort(sort);
|
||||
if (mail.run() == K_ENTER)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user