campo-sirio/ce/cestcim.uml
luca 8b6010d722 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
2011-03-24 16:29:19 +00:00

55 lines
867 B
Plaintext
Executable File

//definizione maschera per stampa tabella impianti cespiti
#include "cestcim.h"
PAGE "Stampa Impianti cespiti" -1 -1 78 6
NUMBER F_INIZIO 10
BEGIN
PROMPT 2 2 "Da codice "
FLAGS "Z"
FIELD CODTAB
USE CIM KEY 1
INPUT CODTAB F_INIZIO
DISPLAY "Codice@10" CODTAB
DISPLAY "Descrizione@60" S0
OUTPUT F_INIZIO CODTAB
OUTPUT F_D_INIZIO S0
GROUP 1
CHECKTYPE NORMAL
END
STRING F_D_INIZIO 60 50
BEGIN
PROMPT 25 2 ""
FLAGS "D"
END
NUMBER F_FINE 10
BEGIN
PROMPT 2 3 "A codice "
FLAGS "Z"
FIELD CODTAB
USE CIM KEY 1
INPUT CODTAB F_FINE
DISPLAY "Codice@10" CODTAB
DISPLAY "Descrizione@60" S0
OUTPUT F_FINE CODTAB
OUTPUT F_D_FINE S0
GROUP 2
CHECKTYPE NORMAL
END
STRING F_D_FINE 60 50
BEGIN
PROMPT 25 3 ""
FLAGS "D"
END
ENDPAGE
TOOLBAR "bottom" 0 0 0 2
#include <printbar.h>
ENDPAGE
ENDMASK