Patch level : 1.7 AT
Files correlati : at8.exe Ricompilazione Demo : [ ] Commento : tolto at8100 che non serve dal progetto, corretto trasferimento dati da cetraplus: adesso marca le prime donazioni git-svn-id: svn://10.65.10.50/trunk@11429 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
12e775df39
commit
07150cd475
@ -4,7 +4,7 @@
|
||||
|
||||
#include "at8.h"
|
||||
|
||||
#define usage "Error - usage : %s -{0|1|2|3|4|5|6|7|8|9}"
|
||||
#define usage "Error - usage : %s -{1|2|3|4|5|6|7|8|9}"
|
||||
|
||||
int main(int argc,char** argv)
|
||||
|
||||
@ -14,8 +14,8 @@ int main(int argc,char** argv)
|
||||
|
||||
switch (r)
|
||||
{
|
||||
case 0:
|
||||
rt = at8100(argc,argv) ; break;
|
||||
//case 0:
|
||||
// rt = at8100(argc,argv) ; break;
|
||||
case 1:
|
||||
rt = at8200(argc,argv) ; break;
|
||||
case 2:
|
||||
|
2
at/at8.h
2
at/at8.h
@ -1,7 +1,7 @@
|
||||
#ifndef __AT8_H
|
||||
#define __AT8_H
|
||||
|
||||
int at8100(int argc, char* argv[]);
|
||||
//int at8100(int argc, char* argv[]);
|
||||
int at8200(int argc, char* argv[]);
|
||||
int at8300(int argc, char* argv[]);
|
||||
int at8400(int argc, char* argv[]);
|
||||
|
@ -1265,13 +1265,14 @@ bool TCtpr2at::sacca(const TString& istruzione)
|
||||
if (!exist && !insert)
|
||||
{
|
||||
rec->put(DON_PROGDON,1);
|
||||
rec->put(DON_PRIMADON,'X');
|
||||
_sdonazioni->insert_row(rec);
|
||||
}
|
||||
}
|
||||
else
|
||||
if (err == _iseof || err == _isemptyfile)
|
||||
{
|
||||
rec->put(DON_PROGDON,1);
|
||||
rec->put(DON_PROGDON,1);
|
||||
rec->put(DON_PRIMADON,'X');
|
||||
_sdonazioni->insert_row(rec);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user