Patch level : nopatch
Files correlati : Ricompilazione Demo : [ ] Commento : corretto main loop git-svn-id: svn://10.65.10.50/trunk@9983 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
73c80f7790
commit
805ee2ccb8
@ -134,10 +134,10 @@ void TListe_application::set_limits()
|
||||
|
||||
for (int i = 0; i < rows; i++)
|
||||
{
|
||||
TString numfilter("&&(");
|
||||
TString numfilter;
|
||||
TToken_string r = s.row(i);
|
||||
|
||||
numfilter << format("(33->CODNUM==\"%s\")", (const char *)r.get(0));
|
||||
numfilter << format("&&(33->CODNUM==\"%s\")", (const char *)r.get(0));
|
||||
|
||||
for (int j = 0; j < 6; j++)
|
||||
{
|
||||
@ -175,7 +175,7 @@ bool TListe_application::destroy()
|
||||
|
||||
void TListe_application::main_loop()
|
||||
{
|
||||
while (_select_mask->run())
|
||||
while (_select_mask->run() != K_ESC)
|
||||
{
|
||||
set_limits();
|
||||
_form->print();
|
||||
|
Loading…
x
Reference in New Issue
Block a user