Debugging

git-svn-id: svn://10.65.10.50/trunk@4607 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
augusto 1997-06-12 14:53:18 +00:00
parent baf2d820a3
commit 4dee12777a

View File

@ -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;
}