Patch level :10.0
Files correlati : Ricompilazione Demo : [ ] Commento : riviste le maschere git-svn-id: svn://10.65.10.50/trunk@20341 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
54300466e0
commit
8b49b255d4
@ -1,35 +1,16 @@
|
||||
#include "scselmsk.h"
|
||||
#include "sc2100a.h"
|
||||
|
||||
TOOLBAR "Relapbar" 0 0 0 2
|
||||
|
||||
BUTTON DLG_PRINT 10 2
|
||||
BEGIN
|
||||
PROMPT -15 -11 ""
|
||||
MESSAGE EXIT,K_ENTER
|
||||
END
|
||||
TOOLBAR "" 0 0 0 2
|
||||
|
||||
BUTTON DLG_EDIT 10 2
|
||||
BEGIN
|
||||
PROMPT -25 -11 ""
|
||||
PICTURE BMP_EDIT
|
||||
PROMPT 1 1 "~Esporta"
|
||||
PICTURE TOOL_EXCEL
|
||||
MESSAGE EXIT,69
|
||||
END
|
||||
|
||||
BUTTON DLG_INFO 10 2
|
||||
BEGIN
|
||||
PROMPT -35 -11 ""
|
||||
END
|
||||
|
||||
BUTTON DLG_HELP 10 2
|
||||
BEGIN
|
||||
PROMPT -45 -11 ""
|
||||
END
|
||||
|
||||
BUTTON DLG_QUIT 10 2
|
||||
BEGIN
|
||||
PROMPT -55 -11 ""
|
||||
END
|
||||
#include <printbar.h>
|
||||
|
||||
ENDPAGE
|
||||
|
||||
|
@ -1,28 +1,7 @@
|
||||
#include "sc2200.h"
|
||||
|
||||
TOOLBAR "" 0 0 0 2
|
||||
|
||||
BUTTON DLG_PRINT 10 2
|
||||
BEGIN
|
||||
PROMPT -14 -11 ""
|
||||
MESSAGE EXIT,K_ENTER
|
||||
END
|
||||
|
||||
BUTTON DLG_INFO 10 2
|
||||
BEGIN
|
||||
PROMPT -24 -11 ""
|
||||
END
|
||||
|
||||
BUTTON DLG_HELP 10 2
|
||||
BEGIN
|
||||
PROMPT -34 -11 ""
|
||||
END
|
||||
|
||||
BUTTON DLG_QUIT 11 2
|
||||
BEGIN
|
||||
PROMPT -44 -11 ""
|
||||
END
|
||||
|
||||
#include <printbar.h>
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Stampa Scadenzario" 0 0 0 0
|
||||
|
@ -1,28 +1,7 @@
|
||||
#include "sc2300.h"
|
||||
|
||||
TOOLBAR "" 0 0 0 2
|
||||
|
||||
BUTTON DLG_PRINT 10 2
|
||||
BEGIN
|
||||
PROMPT -14 -11 ""
|
||||
MESSAGE EXIT,K_ENTER
|
||||
END
|
||||
|
||||
BUTTON DLG_INFO 10 2
|
||||
BEGIN
|
||||
PROMPT -24 -11 ""
|
||||
END
|
||||
|
||||
BUTTON DLG_HELP 10 2
|
||||
BEGIN
|
||||
PROMPT -34 -11 ""
|
||||
END
|
||||
|
||||
BUTTON DLG_QUIT 11 2
|
||||
BEGIN
|
||||
PROMPT -44 -11 ""
|
||||
END
|
||||
|
||||
#include <printbar.h>
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Stampa Scaduto" 0 0 0 0
|
||||
|
@ -2,28 +2,7 @@
|
||||
#include "sc2400a.h"
|
||||
|
||||
TOOLBAR "" 0 0 0 2
|
||||
|
||||
BUTTON DLG_PRINT 10 2
|
||||
BEGIN
|
||||
PROMPT -14 -11 ""
|
||||
MESSAGE EXIT,K_ENTER
|
||||
END
|
||||
|
||||
BUTTON DLG_INFO 10 2
|
||||
BEGIN
|
||||
PROMPT -24 -11 ""
|
||||
END
|
||||
|
||||
BUTTON DLG_HELP 10 2
|
||||
BEGIN
|
||||
PROMPT -34 -11 ""
|
||||
END
|
||||
|
||||
BUTTON DLG_QUIT 11 2
|
||||
BEGIN
|
||||
PROMPT -44 -11 ""
|
||||
END
|
||||
|
||||
#include <printbar.h>
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Stampa solleciti" 0 0 0 0
|
||||
|
@ -108,8 +108,8 @@ class TProspettoScadenze : public TPrintapp
|
||||
bool _excel;
|
||||
TPRSC_recordset * _recset;
|
||||
|
||||
static TString _last_game;
|
||||
static bool fil_function(const TRelation *);
|
||||
//static TString80 _last_game;
|
||||
//static bool fil_function(const TRelation *);
|
||||
TString_array _colnames;
|
||||
int _limiti[NUMERO_FASCE];
|
||||
|
||||
@ -141,7 +141,7 @@ public:
|
||||
TProspettoScadenze();
|
||||
};
|
||||
|
||||
TString TProspettoScadenze::_last_game;
|
||||
static TString80 _last_game;
|
||||
|
||||
inline TProspettoScadenze& app() {return (TProspettoScadenze&)main_app();}
|
||||
|
||||
@ -154,7 +154,7 @@ void TProspettoScadenze::print_real(TString& dest, const real& num)
|
||||
dest.right_just(10);
|
||||
}
|
||||
|
||||
bool TProspettoScadenze::fil_function(const TRelation *r)
|
||||
bool fil_function(const TRelation *r)
|
||||
{
|
||||
TRectype& part = r->curr(LF_PARTITE);
|
||||
|
||||
@ -226,9 +226,6 @@ void TProspettoScadenze::compute_all(TPartita& p, TBill& bill)
|
||||
real res_pagati;
|
||||
real esposto;
|
||||
|
||||
if (p.anno() == 2009 && p.numero() == "032")
|
||||
int i = 1;
|
||||
|
||||
compute_unassigned(p, _limbf);
|
||||
esposto = _unsesp;
|
||||
for (int r = p.last(); r > 0; r = p.pred(r)) // Browse all rows (partite)
|
||||
|
@ -4,9 +4,9 @@ TOOLBAR "" 0 0 0 2
|
||||
|
||||
BUTTON DLG_EDIT 10 2
|
||||
BEGIN
|
||||
PROMPT -25 -1 "~Edit"
|
||||
PROMPT -25 -1 "~Esporta"
|
||||
MESSAGE EXIT,69
|
||||
PICTURE TOOL_EDIT
|
||||
PICTURE TOOL_EXCEL
|
||||
END
|
||||
|
||||
#include <printbar.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user