campo-sirio/ab/abstpdb.uml
luca 9169f9f064 Patch level :10.0 250
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
cambiato il prefisso delle maschere di AB (da "ba" ad "ab");nel cd restano in CG nel sottomodulo CG8


git-svn-id: svn://10.65.10.50/trunk@18372 c028cbd2-c16b-5b4b-a496-9718f37d4682
2009-02-27 10:39:16 +00:00

38 lines
670 B
Plaintext
Executable File

#include "ab1200.h"
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>
ENDPAGE
PAGE "Stampa tabella tipi di bilancio" 0 2 0 0
STRING F_INIZIO1 2
BEGIN
PROMPT 3 1 "Da codice "
HELP "Codice da cui iniziare a stampare. Vuoto = inizio archivio"
USE %PDB
INPUT CODTAB F_INIZIO1
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@40" S0
OUTPUT F_INIZIO1 CODTAB
GROUP 1
FIELD CODTAB
FLAGS "UZ"
END
STRING F_FINE1 2
BEGIN
PROMPT 4 3 "A codice "
HELP "Codice a cui terminare la stampa. Vuoto = fine archivio"
COPY USE F_INIZIO1
INPUT CODTAB F_FINE1
COPY DISPLAY F_INIZIO1
OUTPUT F_FINE1 CODTAB
GROUP 2
FIELD CODTAB
FLAGS "UZ"
END
ENDPAGE
ENDMASK