1c2839ebbd
Files correlati : Ricompilazione Demo : [ ] Commento : ritrasformate le tabelle in tabelle ditta git-svn-id: svn://10.65.10.50/trunk@12562 c028cbd2-c16b-5b4b-a496-9718f37d4682
40 lines
634 B
Plaintext
Executable File
40 lines
634 B
Plaintext
Executable File
#include "catbtpc.h"
|
|
|
|
TOOLBAR "" 0 -2 0 2
|
|
#include <toolbar.h>
|
|
ENDPAGE
|
|
|
|
PAGE "Tipo Commessa" -1 -1 64 6
|
|
|
|
STRING F_TPC_CODICE 5
|
|
BEGIN
|
|
PROMPT 2 2 "Codice "
|
|
USE TPC
|
|
FIELD CODTAB
|
|
FLAGS "UZ"
|
|
KEY 1
|
|
INPUT CODTAB F_TPC_CODICE
|
|
DISPLAY "Codice" CODTAB
|
|
DISPLAY "Descrizione@50" S0
|
|
OUTPUT F_TPC_CODICE CODTAB
|
|
OUTPUT F_TPC_DESCR S0
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
STRING F_TPC_DESCR 50
|
|
BEGIN
|
|
PROMPT 2 3 "Descrizione "
|
|
USE TPC
|
|
FIELD S0
|
|
KEY 2
|
|
INPUT S0 F_TPC_DESCR
|
|
DISPLAY "Descrizione@50" S0
|
|
DISPLAY "Codice" CODTAB
|
|
COPY OUTPUT F_TPC_CODICE
|
|
CHECKTYPE NORMAL
|
|
WARNING "Manca la descrizione"
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK |