Corretto MI6150, relativo alla richiesta selezione ditta.
git-svn-id: svn://10.65.10.50/trunk@3751 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
06fb8c5914
commit
f0fe5af2e3
@ -156,7 +156,8 @@ void BA3300_application::on_firm_change()
|
|||||||
|
|
||||||
{
|
{
|
||||||
TPrintapp::on_firm_change();
|
TPrintapp::on_firm_change();
|
||||||
|
|
||||||
|
if (_msk == NULL) return;
|
||||||
_msk->reset();
|
_msk->reset();
|
||||||
_nditte->setkey(1);
|
_nditte->setkey(1);
|
||||||
_codice_ditta = get_firm();
|
_codice_ditta = get_firm();
|
||||||
@ -263,8 +264,11 @@ const char* BA3300_application::decodifica_reg ()
|
|||||||
|
|
||||||
bool BA3300_application::user_create()
|
bool BA3300_application::user_create()
|
||||||
{
|
{
|
||||||
enable_print_menu();
|
_msk = NULL;
|
||||||
|
if (get_firm() == 0L)
|
||||||
|
if (!set_firm()) return FALSE;
|
||||||
|
|
||||||
|
enable_print_menu();
|
||||||
_nditte = new TLocalisamfile (LF_NDITTE);
|
_nditte = new TLocalisamfile (LF_NDITTE);
|
||||||
_unloc = new TLocalisamfile (LF_UNLOC);
|
_unloc = new TLocalisamfile (LF_UNLOC);
|
||||||
_comuni = new TLocalisamfile (LF_COMUNI);
|
_comuni = new TLocalisamfile (LF_COMUNI);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user