Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@18938 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
4ed163debc
commit
133a237c25
20
at/at8.cpp
20
at/at8.cpp
@ -15,25 +15,25 @@ int main(int argc,char** argv)
|
|||||||
switch (r)
|
switch (r)
|
||||||
{
|
{
|
||||||
//case 0:
|
//case 0:
|
||||||
// rt = at8100(argc,argv) ; break;
|
// rt = at8100(argc,argv) ; break; //Acquisizione dati da Eliot - CT
|
||||||
case 1:
|
case 1:
|
||||||
rt = at8200(argc,argv) ; break;
|
rt = at8200(argc,argv) ; break; //Aggiorna archivi da altra sezione
|
||||||
case 2:
|
case 2:
|
||||||
rt = at8300(argc,argv) ; break;
|
rt = at8300(argc,argv) ; break; //Acquisizione dati da CT
|
||||||
case 3:
|
case 3:
|
||||||
rt = at8400(argc,argv) ; break;
|
rt = at8400(argc,argv) ; break; //Aggiornamento situazione soggetti da appoggio
|
||||||
case 4:
|
case 4:
|
||||||
rt = at8500(argc,argv) ; break;
|
rt = at8500(argc,argv) ; break; //Verifica integrita' dati
|
||||||
// case 5:
|
// case 5:
|
||||||
//rt = at8600(argc,argv) ; break;
|
//rt = at8600(argc,argv) ; break; //Riordina donazioni soggetto
|
||||||
case 6:
|
case 6:
|
||||||
rt = at8700(argc,argv) ; break;
|
rt = at8700(argc,argv) ; break; //Trasferimento dati a CT Bologna
|
||||||
case 7:
|
case 7:
|
||||||
rt = at8800(argc,argv) ; break;
|
rt = at8800(argc,argv) ; break; //Acquisizione dati da CT Bologna
|
||||||
case 8:
|
case 8:
|
||||||
rt = at8900(argc,argv) ; break;
|
rt = at8900(argc,argv) ; break; //Acquisizione dati da SIT Parma
|
||||||
case 9:
|
case 9:
|
||||||
rt = at8a00(argc,argv) ; break;
|
rt = at8a00(argc,argv) ; break; //Acquisizione donazioni da SIT Parma
|
||||||
default:
|
default:
|
||||||
error_box(usage, argv[0]) ; break;
|
error_box(usage, argv[0]) ; break;
|
||||||
}
|
}
|
||||||
|
@ -85,7 +85,7 @@ bool TAggConSan::create()
|
|||||||
_intsi_f2 = config.get_int("IntSI_F2");
|
_intsi_f2 = config.get_int("IntSI_F2");
|
||||||
_intsi_m = config.get_int("IntSI_M");
|
_intsi_m = config.get_int("IntSI_M");
|
||||||
_intaf_m = config.get_int("IntAF_M");
|
_intaf_m = config.get_int("IntAF_M");
|
||||||
dispatch_e_menu(BAR_ITEM(1));
|
dispatch_e_menu(BAR_ITEM_ID(1));
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,18 +1,10 @@
|
|||||||
#include "at8200a.h"
|
#include "at8200a.h"
|
||||||
|
|
||||||
TOOLBAR "" 0 20 0 2
|
TOOLBAR "" 0 0 0 2
|
||||||
BUTTON DLG_OK 9 2
|
#include <stdbar.h>
|
||||||
BEGIN
|
|
||||||
PROMPT -12 -11 ""
|
|
||||||
END
|
|
||||||
|
|
||||||
BUTTON DLG_QUIT 9 2
|
|
||||||
BEGIN
|
|
||||||
PROMPT -22 -11 ""
|
|
||||||
END
|
|
||||||
ENDPAGE
|
ENDPAGE
|
||||||
|
|
||||||
PAGE "Aggiorna archivi da altra sezione" -1 -1 78 20
|
PAGE "Aggiorna archivi da altra sezione" 0 2 0 0
|
||||||
|
|
||||||
GROUPBOX DLG_NULL 77 7
|
GROUPBOX DLG_NULL 77 7
|
||||||
BEGIN
|
BEGIN
|
||||||
|
@ -78,7 +78,7 @@ bool TCTDon2AT::create()
|
|||||||
_intsi_f2 = config.get_int("IntSI_F2");
|
_intsi_f2 = config.get_int("IntSI_F2");
|
||||||
_intsi_m = config.get_int("IntSI_M");
|
_intsi_m = config.get_int("IntSI_M");
|
||||||
_intaf_m = config.get_int("IntAF_M");
|
_intaf_m = config.get_int("IntAF_M");
|
||||||
dispatch_e_menu(BAR_ITEM(1));
|
dispatch_e_menu(BAR_ITEM_ID(1));
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,13 +1,6 @@
|
|||||||
PAGE "Acquisizione dati da CT" -1 -1 78 20
|
TOOLBAR "" 0 0 0 2
|
||||||
BUTTON DLG_OK 9 2
|
#include <stdbar.h>
|
||||||
BEGIN
|
ENDPAGE
|
||||||
PROMPT -12 14 ""
|
PAGE "Acquisizione dati da CT" 0 2 0 0
|
||||||
END
|
|
||||||
|
|
||||||
BUTTON DLG_QUIT 9 2
|
|
||||||
BEGIN
|
|
||||||
PROMPT -22 14 ""
|
|
||||||
END
|
|
||||||
|
|
||||||
ENDPAGE
|
ENDPAGE
|
||||||
ENDMASK
|
ENDMASK
|
||||||
|
@ -77,7 +77,7 @@ bool TReconstruction::create()
|
|||||||
_intsi_f2 = config.get_int("IntSI_F2");
|
_intsi_f2 = config.get_int("IntSI_F2");
|
||||||
_intsi_m = config.get_int("IntSI_M");
|
_intsi_m = config.get_int("IntSI_M");
|
||||||
_intaf_m = config.get_int("IntAF_M");
|
_intaf_m = config.get_int("IntAF_M");
|
||||||
dispatch_e_menu(BAR_ITEM(1));
|
dispatch_e_menu(BAR_ITEM_ID(1));
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,13 +1,6 @@
|
|||||||
PAGE "Aggiornamento situazione soggetti da appoggio" -1 -1 78 20
|
TOOLBAR "" 0 0 0 2
|
||||||
BUTTON DLG_OK 9 2
|
#include <stdbar.h>
|
||||||
BEGIN
|
ENDPAGE
|
||||||
PROMPT -12 14 ""
|
PAGE "Aggiornamento situazione soggetti da appoggio" 0 2 0 0
|
||||||
END
|
|
||||||
|
|
||||||
BUTTON DLG_QUIT 9 2
|
|
||||||
BEGIN
|
|
||||||
PROMPT -22 14 ""
|
|
||||||
END
|
|
||||||
|
|
||||||
ENDPAGE
|
ENDPAGE
|
||||||
ENDMASK
|
ENDMASK
|
||||||
|
@ -1,19 +1,10 @@
|
|||||||
#include "at8500a.h"
|
#include "at8500a.h"
|
||||||
|
|
||||||
TOOLBAR "" 0 20 0 2
|
TOOLBAR "" 0 0 0 2
|
||||||
|
#include <stdbar.h>
|
||||||
BUTTON DLG_OK 9 2
|
|
||||||
BEGIN
|
|
||||||
PROMPT -12 -11 ""
|
|
||||||
END
|
|
||||||
|
|
||||||
BUTTON DLG_QUIT 9 2
|
|
||||||
BEGIN
|
|
||||||
PROMPT -22 -11 ""
|
|
||||||
END
|
|
||||||
ENDPAGE
|
ENDPAGE
|
||||||
|
|
||||||
PAGE "Verifica integrita' dati" -1 -1 78 20
|
PAGE "Verifica integrita' dati" 0 2 0 0
|
||||||
|
|
||||||
GROUPBOX DLG_NULL 77 4
|
GROUPBOX DLG_NULL 77 4
|
||||||
BEGIN
|
BEGIN
|
||||||
|
@ -1,20 +1,10 @@
|
|||||||
#include "at8700a.h"
|
#include "at8700a.h"
|
||||||
|
|
||||||
TOOLBAR "" 0 20 0 2
|
TOOLBAR "" 0 0 0 2
|
||||||
|
#include <stdbar.h>
|
||||||
BUTTON DLG_OK 9 2
|
|
||||||
BEGIN
|
|
||||||
PROMPT -12 -11 ""
|
|
||||||
END
|
|
||||||
|
|
||||||
BUTTON DLG_QUIT 9 2
|
|
||||||
BEGIN
|
|
||||||
PROMPT -22 -11 ""
|
|
||||||
END
|
|
||||||
|
|
||||||
ENDPAGE
|
ENDPAGE
|
||||||
|
|
||||||
PAGE "Trasferimento dati a CT Bologna" -1 -1 78 20
|
PAGE "Trasferimento dati a CT Bologna" 0 2 0 0
|
||||||
|
|
||||||
GROUPBOX DLG_NULL 77 9
|
GROUPBOX DLG_NULL 77 9
|
||||||
BEGIN
|
BEGIN
|
||||||
|
@ -1,20 +1,10 @@
|
|||||||
#include "at8800a.h"
|
#include "at8800a.h"
|
||||||
|
|
||||||
TOOLBAR "" 0 20 0 2
|
TOOLBAR "" 0 0 0 2
|
||||||
|
#include <stdbar.h>
|
||||||
BUTTON DLG_OK 9 2
|
|
||||||
BEGIN
|
|
||||||
PROMPT -12 -11 ""
|
|
||||||
END
|
|
||||||
|
|
||||||
BUTTON DLG_QUIT 9 2
|
|
||||||
BEGIN
|
|
||||||
PROMPT -22 -11 ""
|
|
||||||
END
|
|
||||||
|
|
||||||
ENDPAGE
|
ENDPAGE
|
||||||
|
|
||||||
PAGE "Acquisizione dati da CT Bologna" -1 -1 78 20
|
PAGE "Acquisizione dati da CT Bologna" 0 2 0 0
|
||||||
|
|
||||||
GROUPBOX DLG_NULL 77 9
|
GROUPBOX DLG_NULL 77 9
|
||||||
BEGIN
|
BEGIN
|
||||||
|
@ -1,20 +1,10 @@
|
|||||||
#include "at8900a.h"
|
#include "at8900a.h"
|
||||||
|
|
||||||
TOOLBAR "" 0 20 0 2
|
TOOLBAR "" 0 0 0 2
|
||||||
|
#include <stdbar.h>
|
||||||
BUTTON DLG_OK 9 2
|
|
||||||
BEGIN
|
|
||||||
PROMPT -12 -11 ""
|
|
||||||
END
|
|
||||||
|
|
||||||
BUTTON DLG_QUIT 9 2
|
|
||||||
BEGIN
|
|
||||||
PROMPT -22 -11 ""
|
|
||||||
END
|
|
||||||
|
|
||||||
ENDPAGE
|
ENDPAGE
|
||||||
|
|
||||||
PAGE "Aggiornamento archivi da SIT Parma" -1 -1 78 20
|
PAGE "Aggiornamento archivi da SIT Parma" 0 2 0 0
|
||||||
|
|
||||||
GROUPBOX DLG_NULL 77 9
|
GROUPBOX DLG_NULL 77 9
|
||||||
BEGIN
|
BEGIN
|
||||||
|
@ -1,20 +1,10 @@
|
|||||||
#include "at8a00a.h"
|
#include "at8a00a.h"
|
||||||
|
|
||||||
TOOLBAR "" 0 20 0 2
|
TOOLBAR "" 0 0 0 2
|
||||||
|
#include <stdbar.h>
|
||||||
BUTTON DLG_OK 9 2
|
|
||||||
BEGIN
|
|
||||||
PROMPT -12 -11 ""
|
|
||||||
END
|
|
||||||
|
|
||||||
BUTTON DLG_QUIT 9 2
|
|
||||||
BEGIN
|
|
||||||
PROMPT -22 -11 ""
|
|
||||||
END
|
|
||||||
|
|
||||||
ENDPAGE
|
ENDPAGE
|
||||||
|
|
||||||
PAGE "Acquisizione donazioni da SIT Parma" -1 -1 78 20
|
PAGE "Acquisizione donazioni da SIT Parma" 0 2 0 0
|
||||||
|
|
||||||
GROUPBOX DLG_NULL 77 9
|
GROUPBOX DLG_NULL 77 9
|
||||||
BEGIN
|
BEGIN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user