diff --git a/cg/cg4300.cpp b/cg/cg4300.cpp index 968dfff6f..ba2697c9c 100755 --- a/cg/cg4300.cpp +++ b/cg/cg4300.cpp @@ -97,7 +97,10 @@ void CG4300_App::user_create() _del_tipo = new TRecfield(*_del_r,"CODTAB",11,11); + long firm = TApplication::get_firm(); + pnd.addstatus(1); + for (_nditte->first(); !_nditte->eof(); _nditte->next()) { @@ -116,6 +119,8 @@ void CG4300_App::user_create() } pnd.addstatus(1); + + TApplication::set_firm(firm); set_real_picture(REAL_PICTURE); }