4ca8e85e3b
git-svn-id: svn://10.65.10.50/trunk@1405 c028cbd2-c16b-5b4b-a496-9718f37d4682
28 lines
596 B
C++
Executable File
28 lines
596 B
C++
Executable File
#include <printapp.h>
|
|
#include <mask.h>
|
|
#include <tabutil.h>
|
|
#include <utility.h>
|
|
#include <progind.h>
|
|
#include <urldefid.h>
|
|
#include <prefix.h>
|
|
|
|
class TAgg_tconto : public TPrintapp
|
|
{
|
|
TLocalisamfile* _pcon,* _nditte;
|
|
TTable* _tabreg;
|
|
TRelation* _rel;
|
|
TCursor* _cur;
|
|
|
|
public:
|
|
virtual bool user_create();
|
|
virtual bool user_destroy();
|
|
virtual bool set_print(int i);
|
|
virtual bool preprocess_page(int, int);
|
|
|
|
void setta_intestazione();
|
|
const int look_reg(const char*, int);
|
|
|
|
TAgg_tconto() {};
|
|
virtual ~TAgg_tconto() {};
|
|
};
|