Patch level :2.1 nopatch

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :aggiustati alcuni rpt e msk cannati trovati durante la creazione dei rep; correzione su ba0100.cpp necessaria per compilare ba0.exe nella patch sy0066


git-svn-id: svn://10.65.10.50/trunk@12186 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2004-06-18 11:04:50 +00:00
parent 436323b703
commit b9072ae97f
5 changed files with 11 additions and 6 deletions

View File

@ -820,8 +820,6 @@ void TMenu_application::test_temp()
}
}
#ifdef DBG
HIDDEN bool pwd_handler(TMask_field& fld, KEY key)
{
if (key == K_F8)
@ -840,8 +838,6 @@ HIDDEN bool pwd_handler(TMask_field& fld, KEY key)
return TRUE;
}
#endif
void TMenu_application::reload_images()
{
_menu.reload_images();

View File

@ -1,6 +1,6 @@
[Headers]
80
Tabella Classificazione rate
Tabella Classificazione pagamenti
1|@3g%s|Codice
1|@14g%s|Descrizione

View File

@ -10,3 +10,4 @@
#define F_RESP 110
#define F_CHIUSA 111
#define F_RAGSOC 112
#define F_PRORATA 113

View File

@ -9,9 +9,10 @@ Tabella Commesse
1|@72g%s|Da rend.
2|@3g%s|Cliente
2|@62g%s|Regime iva
2|@72g%s|Prorata
3|@3g%s|Data ini.
3|@14g%s|Data fine
3|@26g%s|Pubblico
3|@26g%s|Pubblica
3|@35g%s|Prorogata
3|@45g%s|Chiusa
3|@52g%s|Responsabile
@ -23,6 +24,7 @@ Tabella Commesse
2|I0|@3g@6n
2|20->RAGSOC|@10g@50,ls
2|S7|@62g@17t
2|B4|@79g@6f
3|D0|@3g@ld
3|D1|@14g@ld
3|B0|@26g@8f

View File

@ -86,6 +86,12 @@ BEGIN
ITEM "FC|Fuori campo"
END
BOOLEAN F_PRORATA
BEGIN
PROMPT 50 8 "Utilizza Prorata"
FIELD B4
END
BOOLEAN F_PUBB
BEGIN
PROMPT 4 10 "Pubblico"