Patch level :10.0 971

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
altro caso particolare da gestire


git-svn-id: svn://10.65.10.50/branches/R_10_00@21886 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2011-04-05 11:14:01 +00:00
parent 4571a16507
commit 6270b14f76

View File

@ -257,8 +257,11 @@ TDocumento_mask::TDocumento_mask(const char* td)
if (id2pos(id) >= 0) // Alcuni profili NON hanno le note
{
TBrowse* nb = efield(id).browse();
nb->set_output_fields(TOSTRING(F_CODNOTE));
nb->set_output_field_names("CODTAB");
if (nb != NULL)
{
nb->set_output_fields(TOSTRING(F_CODNOTE));
nb->set_output_field_names("CODTAB");
}
}
else
break;