Patch level : 10.0 PATCH ???
Files correlati : lv0 lv3 Ricompilazione Demo : [ ] Commento : Colori righe documenti e contratti git-svn-id: svn://10.65.10.50/branches/R_10_00@20999 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
add91848df
commit
fc9dc01bba
@ -634,7 +634,7 @@ bool TContratti_msk::on_field_event(TOperable_field& o,TField_event e,long jolly
|
|||||||
on_art_select(e);
|
on_art_select(e);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
if (e == fe_init)
|
if (e == fe_init && (o.get() != _artrig))
|
||||||
on_art_select(e);
|
on_art_select(e);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
@ -536,6 +536,7 @@ bool TGestione_bolle_msk::lv_bolla_handler(TMask_field& f, KEY k)
|
|||||||
if (f->is_edit())
|
if (f->is_edit())
|
||||||
f->on_hit();
|
f->on_hit();
|
||||||
}
|
}
|
||||||
|
dmsk.highlight();
|
||||||
dmsk._autoselect = 0;
|
dmsk._autoselect = 0;
|
||||||
}
|
}
|
||||||
return ok;
|
return ok;
|
||||||
|
@ -555,8 +555,10 @@ bool TGestione_buoni_msk::set_righe_buono_handler(TMask_field& f, KEY k)
|
|||||||
sheet.disable_cell(i, posatmp);
|
sheet.disable_cell(i, posatmp);
|
||||||
sheet.disable_cell(i, posrif);
|
sheet.disable_cell(i, posrif);
|
||||||
}
|
}
|
||||||
|
dmsk.highlight();
|
||||||
sheet.force_update();
|
sheet.force_update();
|
||||||
|
|
||||||
|
|
||||||
dmsk._autoselect = 0;
|
dmsk._autoselect = 0;
|
||||||
}
|
}
|
||||||
return ok;
|
return ok;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user