Patch level : 10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            : modifica per gestione riga "report" sulle maschere di stampa


git-svn-id: svn://10.65.10.50/trunk@16862 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca83 2008-07-10 09:11:30 +00:00
parent a28254e785
commit f14c02086a

View File

@ -24,7 +24,8 @@ public:
TMask_print_table::TMask_print_table(const char * name)
:TAutomask(name)
{
TEdit_field & f = add_string(F_REPORT, 0, "Report ", 2, -3, 20, "B");
const int reporty = toolbar() != NULL_WIN ? -2 : -3;
TEdit_field & f = add_string(F_REPORT, 0, "Report ", 2, reporty, 20, "B");
f.set_query_button(new TReport_select(&f, name));
f.enable_check();
}