campo-sirio/ba/ba3a00a.uml
luca a83d6d8868 Patch level :10.0 226
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :modernizzate un tot di maschere


git-svn-id: svn://10.65.10.50/trunk@18195 c028cbd2-c16b-5b4b-a496-9718f37d4682
2009-02-03 16:03:01 +00:00

41 lines
713 B
Plaintext
Executable File

#include "ba3a00a.h"
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>
ENDPAGE
PAGE "Stampa condizioni di pagamento" 0 2 0 0
STRING F_INIZIO 4
BEGIN
PROMPT 2 1 "Da codice "
FLAGS "U#"
HELP "Inserire il codice da cui iniziare la stampa. Se in bianco vuol dire dall'inizio"
FIELD CODTAB
USE %CPG
INPUT CODTAB F_INIZIO
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_INIZIO CODTAB
GROUP 1
ADD NONE
END
STRING F_FINE 4
BEGIN
PROMPT 2 3 "A codice "
FLAGS "U#"
HELP "Inserire il codice di fine. Se in bianco vuol dire l'ultimo"
FIELD CODTAB
COPY USE F_INIZIO
INPUT CODTAB F_FINE
COPY DISPLAY F_INIZIO
OUTPUT F_FINE CODTAB
GROUP 2
ADD NONE
END
ENDPAGE
ENDMASK