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
41 lines
713 B
Plaintext
Executable File
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
|