Patch level : 10.0 patch 586
Files correlati : lv3 Ricompilazione Demo : [ ] Commento : Corrette dimensionmi sheet e evitata la possibilità di aggiungere righe git-svn-id: svn://10.65.10.50/trunk@19959 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
55f264f43c
commit
6667c54be6
@ -144,6 +144,10 @@ bool TSitmag_msk::on_field_event(TOperable_field& f, TField_event e, long jolly)
|
||||
if (e == fe_modify)
|
||||
calcola_qta_magazzino();
|
||||
break;
|
||||
case F_RIGHE:
|
||||
if (e == se_query_add)
|
||||
return false;
|
||||
break;
|
||||
default: break;
|
||||
}
|
||||
return true;
|
||||
|
@ -88,7 +88,7 @@ BEGIN
|
||||
FLAGS "D"
|
||||
END
|
||||
|
||||
SPREADSHEET F_RIGHE
|
||||
SPREADSHEET F_RIGHE 95 5
|
||||
BEGIN
|
||||
PROMPT 2 6 "Righe"
|
||||
ITEM "Cod.\nDep.@3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user