Patch level : 12.0 nopatch

Files correlati     :
Commento        :

Modulo At con le nuove librerie
This commit is contained in:
smen 2021-10-25 15:46:59 +02:00
parent 3e1a1c085a
commit 626b5d84da
11 changed files with 16 additions and 12 deletions

View File

@ -257,7 +257,11 @@ void TCtrn2at::calcola_categoria(TRectype& recsog)
bool TCtrn2at::test_inter(TRectype& recsog, const char* tipo, const TDate& datadon, int inter)
{
const char* tipoido = stricmp(tipo, "SI") != 0 ? "AF" : "SI";
TString stipo(tipo);
stipo.upper();
const char* tipoido =stipo != "SI" ? "AF" : "SI";
int intervallo = 0;
TRectype* key_cont = new TRectype(LF_CONTSAN);
@ -338,7 +342,7 @@ void TCtrn2at::transfer()
TRecord_text curr;
while (_trasfile->read(curr) == NOERR)
{
pi.setstatus(_trasfile->read_file()->tellg());
pi.setstatus((long)_trasfile->read_file()->tellg());
//controlla se il donatore é AVIS oppure un cane sciolto o, peggio ancora, un adepto della
//concorrenza!!!(ovviamente si va a stringhe fisse e non a tabelle! roba da avis.....)
str = curr.get(31); //donatore della concorrenza -> lo salta

View File

@ -1,4 +1,4 @@
#include "ba3200.h"
#include "../ba/ba3200.h"
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>

View File

@ -1,4 +1,4 @@
#include "ba3200.h"
#include "../ba/ba3200.h"
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>

View File

@ -1,4 +1,4 @@
#include "ba3200.h"
#include "../ba/ba3200.h"
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>

View File

@ -1,4 +1,4 @@
#include "ba3200.h"
#include "../ba/ba3200.h"
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>

View File

@ -1,4 +1,4 @@
#include "ba3200.h"
#include "../ba/ba3200.h"
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>

View File

@ -1,4 +1,4 @@
#include "ba3200.h"
#include "../ba/ba3200.h"
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>

View File

@ -1,4 +1,4 @@
#include "ba3200.h"
#include "../ba/ba3200.h"
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>

View File

@ -1,4 +1,4 @@
#include "ba3200.h"
#include "../ba/ba3200.h"
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>

View File

@ -1,4 +1,4 @@
#include "ba3200.h"
#include "../ba/ba3200.h"
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>

View File

@ -1,4 +1,4 @@
#include "ba3200.h"
#include "../ba/ba3200.h"
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>