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:
parent
4571a16507
commit
6270b14f76
@ -257,8 +257,11 @@ TDocumento_mask::TDocumento_mask(const char* td)
|
|||||||
if (id2pos(id) >= 0) // Alcuni profili NON hanno le note
|
if (id2pos(id) >= 0) // Alcuni profili NON hanno le note
|
||||||
{
|
{
|
||||||
TBrowse* nb = efield(id).browse();
|
TBrowse* nb = efield(id).browse();
|
||||||
nb->set_output_fields(TOSTRING(F_CODNOTE));
|
if (nb != NULL)
|
||||||
nb->set_output_field_names("CODTAB");
|
{
|
||||||
|
nb->set_output_fields(TOSTRING(F_CODNOTE));
|
||||||
|
nb->set_output_field_names("CODTAB");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user