campo-sirio/mg/mgstgcg.uml
luca 404234da85 Patch level :10.0 212
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :terminata sostituzione maschere di magazzino con BA in MG


git-svn-id: svn://10.65.10.50/trunk@18113 c028cbd2-c16b-5b4b-a496-9718f37d4682
2009-01-26 14:26:59 +00:00

37 lines
582 B
Plaintext
Executable File

#include "../ba/ba3200.h"
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>
ENDPAGE
PAGE "Gruppi Formato Codice Giacenze" -1 -1 58 8
STRING F_INIZIO1 5
BEGIN
FLAGS "U"
PROMPT 2 1 "Da codice "
USE GCG
FIELD CODTAB
INPUT CODTAB F_INIZIO1
DISPLAY "Codice " CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_INIZIO1 CODTAB
GROUP 1
END
STRING F_FINE1 5
BEGIN
FLAGS "U"
PROMPT 2 3 " A codice "
HELP "Inserire il codice di fine "
FIELD CODTAB
COPY USE F_INIZIO1
INPUT CODTAB F_FINE1
COPY DISPLAY F_INIZIO1
OUTPUT F_FINE1 CODTAB
GROUP 2
END
ENDPAGE
ENDMASK