Debugging
git-svn-id: svn://10.65.10.50/trunk@4607 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
baf2d820a3
commit
4dee12777a
@ -36,9 +36,6 @@ bool TStampa_listamov::create()
|
||||
_form = new TForm("mg4100", "");
|
||||
TSorted_cursor& cur = (TSorted_cursor& )*_form->cursor();
|
||||
|
||||
|
||||
|
||||
|
||||
TString filter("ANNOES==");
|
||||
|
||||
filter << _mask->get(F_ANNOES);
|
||||
@ -79,6 +76,6 @@ bool TStampa_listamov::destroy()
|
||||
int mg4100(int argc, char* argv[])
|
||||
{
|
||||
TStampa_listamov a;// derivata da Application e con uso di form
|
||||
a.run(argc,argv,"Stampa schede di magazzino");
|
||||
a.run(argc,argv,"Stampa lista movimenti");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user