Files correlati : Ricompilazione Demo : [ ] Commento : sostituite le omonime ba...uml e rep con le cg (non cambia assolutamente nulla tranne il prefisso del nome!!) git-svn-id: svn://10.65.10.50/trunk@18373 c028cbd2-c16b-5b4b-a496-9718f37d4682
37 lines
541 B
Plaintext
Executable File
37 lines
541 B
Plaintext
Executable File
#include "../ba/ba3200.h"
|
|
|
|
TOOLBAR "topbar" 0 0 0 2
|
|
#include <printbar.h>
|
|
ENDPAGE
|
|
|
|
PAGE "Stampa descrizioni di prima nota" 0 2 0 0
|
|
|
|
STRING F_INIZIO1 5
|
|
BEGIN
|
|
PROMPT 2 1 "Da codice "
|
|
FLAGS "UZ"
|
|
USE %DPN
|
|
INPUT CODTAB F_INIZIO1
|
|
DISPLAY "Codice" CODTAB
|
|
DISPLAY "Descrizione @50" S0
|
|
OUTPUT F_INIZIO1 CODTAB
|
|
FIELD FROM
|
|
GROUP 1
|
|
END
|
|
|
|
STRING F_FINE1 5
|
|
BEGIN
|
|
PROMPT 23 1 "A codice "
|
|
FLAGS "UZ"
|
|
COPY USE F_INIZIO1
|
|
INPUT CODTAB F_FINE1
|
|
COPY DISPLAY F_INIZIO1
|
|
FIELD TO
|
|
OUTPUT F_FINE1 CODTAB
|
|
GROUP 2
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK
|