Patch level : 10,0 nopatch

Files correlati     : ci0.exe ci2.exe
Ricompilazione Demo : [ ]
Commento            :


Rilevazione ore


git-svn-id: svn://10.65.10.50/branches/R_10_00@20793 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2010-08-24 17:57:17 +00:00
parent db2c12c1d5
commit bc18752b84
2 changed files with 2 additions and 8 deletions

@ -596,10 +596,7 @@ TDef_risoatt_msk::TDef_risoatt_msk()
{
TMask_field& f = sm.fld(pos);
const int size = f.size();
TString prompt = f.prompt();
if (prompt.blank())
prompt = ((TEditable_field &)f).get_warning();
const TString prompt = ((TEditable_field &)f).get_warning();
s.set_column_header(id, prompt);
s.set_column_justify(id, f.is_kind_of(CLASS_REAL_FIELD));
s.set_column_width(id, (max(3+size, prompt.len()+1)) * CHARX);

@ -789,10 +789,7 @@ TRilevamento_prev_msk::TRilevamento_prev_msk()
{
TMask_field& f = sm.fld(pos);
const int size = f.size();
TString prompt = f.prompt();
if (prompt.blank())
prompt = ((TEditable_field &)f).get_warning();
const TString prompt = ((TEditable_field &)f).get_warning();
s.set_column_header(id, prompt);
s.set_column_justify(id, f.is_kind_of(CLASS_REAL_FIELD));
s.set_column_width(id, (max(3+size, prompt.len()+1)) * CHARX);