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
41 lines
654 B
Plaintext
Executable File
41 lines
654 B
Plaintext
Executable File
#include "cgtbdpn.h"
|
|
|
|
TOOLBAR "topbar" 0 0 0 2
|
|
#include <relapbar.h>
|
|
ENDPAGE
|
|
|
|
PAGE "Descrizioni aggiuntive" 0 2 0 0
|
|
|
|
STRING F_CODICE 5
|
|
BEGIN
|
|
PROMPT 4 2 "Codice "
|
|
FIELD LF_TABCOM->CODTAB
|
|
FLAGS "UZ"
|
|
KEY 1
|
|
USE %DPN
|
|
INPUT CODTAB F_CODICE
|
|
DISPLAY "Codice" CODTAB
|
|
DISPLAY "Descrizione@50" S0
|
|
OUTPUT F_CODICE CODTAB
|
|
OUTPUT F_DESCR S0
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
STRING F_DESCR 50
|
|
BEGIN
|
|
PROMPT 4 4 "Descrizione "
|
|
FIELD LF_TABCOM->S0
|
|
KEY 2
|
|
USE %DPN KEY 2
|
|
INPUT S0 F_DESCR
|
|
DISPLAY "Descrizione@60" S0
|
|
DISPLAY "Codice@10" CODTAB
|
|
COPY OUTPUT F_CODICE
|
|
CHECKTYPE REQUIRED
|
|
WARNING "Manca la descrizione"
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK
|