Patch level : 10.0 848

Files correlati     : ve0.exe
Ricompilazione Demo : [ ]
Commento            :

DIsabilitati i campio vecchi dei listini e dei con tratti per far funzionare anche i profili vecchi


git-svn-id: svn://10.65.10.50/branches/R_10_00@21283 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2010-12-10 15:17:30 +00:00
parent 566df0fab3
commit 9a690f5979

View File

@ -228,6 +228,13 @@ TDocumento_mask::TDocumento_mask(const char* td)
show(F_DESLIST, geslis);
enable(F_CODLIST, geslis);
enable(F_DESLIST, geslis);
hide(203);
disable(203);
hide(204);
disable(204);
if (cfg.get_bool("GESLISCV"))
{
TBrowse * b = efield(F_CODLIST).browse();