ba0.cpp Corretta gestione del flag P nel menu
ba883.cpp Migliorato bechmark git-svn-id: svn://10.65.10.50/trunk@3984 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
32b2c2c04d
commit
2d4866ed71
@ -538,8 +538,7 @@ void TMenu_application::load_menu()
|
||||
if (module == 0)
|
||||
{
|
||||
bool on = TRUE;
|
||||
if (mod[0] == 'P')
|
||||
on = user() == "PRASSI";
|
||||
// if (mod[0] == 'P') on = user() == "PRASSI"; // Errore MI1639
|
||||
_enabled.set(last, on);
|
||||
}
|
||||
while(!_enabled[last] && module > 0)
|
||||
|
@ -259,7 +259,7 @@ void TBenchmark_application::test_relation_scan()
|
||||
TRelation comuni(LF_COMUNI);
|
||||
comuni.add("%UID", "CODTAB=UFFIIDD1");
|
||||
comuni.first();
|
||||
|
||||
|
||||
start_test("Scansione relazione COMUNI+%UID");
|
||||
|
||||
for (TRecnotype rec = 0; !comuni.eof(); rec++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user