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:
parent
a28254e785
commit
f14c02086a
@ -24,7 +24,8 @@ public:
|
|||||||
TMask_print_table::TMask_print_table(const char * name)
|
TMask_print_table::TMask_print_table(const char * name)
|
||||||
:TAutomask(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.set_query_button(new TReport_select(&f, name));
|
||||||
f.enable_check();
|
f.enable_check();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user