Patch level : 12.0 386
Files correlati : tf Commento : - Aggiunto apertura programma tf0500 premendo il tasto "invia" - Sistemato nome programma git-svn-id: svn://10.65.10.50/branches/R_10_00@23779 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
87e56c4fa6
commit
4a54418279
@ -6,6 +6,7 @@
|
|||||||
#include <recset.h> // TISAM_recordset
|
#include <recset.h> // TISAM_recordset
|
||||||
#include <rmoviva.h>
|
#include <rmoviva.h>
|
||||||
#include <utility.h>
|
#include <utility.h>
|
||||||
|
#include <execp.h> // TExternal_app
|
||||||
|
|
||||||
#include "cglib03.h"
|
#include "cglib03.h"
|
||||||
|
|
||||||
@ -251,9 +252,14 @@ bool ComLiqPerIva_mask::on_field_event(TOperable_field& o, TField_event e, long
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case DLG_EMAIL:
|
case DLG_EMAIL:
|
||||||
// Richiamo il programma di invio
|
{
|
||||||
// TExternal_application app;
|
if(e == fe_button)
|
||||||
|
{
|
||||||
|
// Richiamo il programma di invio
|
||||||
|
TExternal_app invioApp("tf0 -4");
|
||||||
|
invioApp.run();
|
||||||
|
}
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case DLG_SAVEREC:
|
case DLG_SAVEREC:
|
||||||
if(e != fe_init && !trueData.empty())
|
if(e != fe_init && !trueData.empty())
|
||||||
|
@ -318,6 +318,6 @@ void TIvaSend_app::main_loop()
|
|||||||
int tf0500(int argc, char* argv[])
|
int tf0500(int argc, char* argv[])
|
||||||
{
|
{
|
||||||
TIvaSend_app app;
|
TIvaSend_app app;
|
||||||
app.run(argc, argv, TR("Trasferimento dati liquidazione IVA"));
|
app.run(argc, argv, TR("Invio dati liquidazione IVA"));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user