Patch level :10.0 962

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
0001678: 002659 - controllo qualità - richiesta parametri stampe tabelle cespiti
Descrizione le maschere di richesta parametri delle stampe delle tabelle comuni dei cespiti sono old style


git-svn-id: svn://10.65.10.50/branches/R_10_00@21823 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2011-03-24 16:29:19 +00:00
parent bb29fc2bd6
commit 8b6010d722
10 changed files with 51 additions and 98 deletions

View File

@ -147,15 +147,10 @@ BEGIN
FLAGS "D"
END
BUTTON DLG_OK 10 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
TOOLBAR "bottom" 0 0 0 2
#include <printbar.h>
ENDPAGE
ENDMASK

View File

@ -93,16 +93,10 @@ BEGIN
FLAGS "D"
END
BUTTON DLG_OK 10 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
TOOLBAR "bottom" 0 0 0 2
#include <printbar.h>
ENDPAGE
ENDMASK

View File

@ -139,15 +139,10 @@ BEGIN
FLAGS "D"
END
BUTTON DLG_OK 10 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
TOOLBAR "bottom" 0 0 0 2
#include <printbar.h>
ENDPAGE
ENDMASK

View File

@ -48,8 +48,7 @@ END
ENDPAGE
TOOLBAR "bottombar" 0 0 0 2
#include <printbar.h>
ENDPAGE
ENDMASK

View File

@ -1,7 +1,7 @@
//definizione maschera per stampa tabella esercizi cespiti
#include "cestcce.h"
PAGE "Stampa Esercizi cespiti" -1 -1 78 8
PAGE "Stampa Esercizi cespiti" -1 -1 78 6
NUMBER F_INIZIO 4
BEGIN
@ -26,16 +26,11 @@ BEGIN
OUTPUT F_FINE CODTAB
GROUP 2
END
BUTTON DLG_OK 10 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
TOOLBAR "bottom" 0 0 0 2
#include <printbar.h>
ENDPAGE
ENDMASK

View File

@ -1,7 +1,7 @@
//definizione maschera per stampa tabella gruppi cespiti
#include "cestcgr.h"
PAGE "Stampa Gruppi cespiti" -1 -1 78 8
PAGE "Stampa Gruppi cespiti" -1 -1 78 6
NUMBER F_INIZIO 2
BEGIN
@ -45,15 +45,10 @@ BEGIN
FLAGS "D"
END
BUTTON DLG_OK 10 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
TOOLBAR "bottom" 0 0 0 2
#include <printbar.h>
ENDPAGE
ENDMASK

View File

@ -1,7 +1,7 @@
//definizione maschera per stampa tabella impianti cespiti
#include "cestcim.h"
PAGE "Stampa Impianti cespiti" -1 -1 78 8
PAGE "Stampa Impianti cespiti" -1 -1 78 6
NUMBER F_INIZIO 10
BEGIN
@ -45,15 +45,10 @@ BEGIN
FLAGS "D"
END
BUTTON DLG_OK 10 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
TOOLBAR "bottom" 0 0 0 2
#include <printbar.h>
ENDPAGE
ENDMASK

View File

@ -74,15 +74,10 @@ BEGIN
GROUP 2
END
BUTTON DLG_OK 10 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
TOOLBAR "bottom" 0 0 0 2
#include <printbar.h>
ENDPAGE
ENDMASK

View File

@ -1,7 +1,7 @@
//definizione maschera per stampa tabella localizzazioni cespiti
#include "cestloc.h"
PAGE "Stampa Localizzazioni cespiti" -1 -1 78 8
PAGE "Stampa Localizzazioni cespiti" -1 -1 78 6
NUMBER F_INIZIO 10
BEGIN
@ -45,15 +45,10 @@ BEGIN
FLAGS "D"
END
BUTTON DLG_OK 10 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
TOOLBAR "bottom" 0 0 0 2
#include <printbar.h>
ENDPAGE
ENDMASK

View File

@ -1,7 +1,7 @@
//definizione maschera per stampa tabella tipi movimento cespiti
#include "cesttmc.h"
PAGE "Stampa Tipi movimento cespiti" -1 -1 78 8
PAGE "Stampa Tipi movimento cespiti" -1 -1 78 6
STRING F_INIZIO 1
BEGIN
@ -45,15 +45,10 @@ BEGIN
FLAGS "D"
END
BUTTON DLG_OK 10 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
TOOLBAR "bottom" 0 0 0 2
#include <printbar.h>
ENDPAGE
ENDMASK