Patch level : 10.0 848
Files correlati : lv4.exe Ricompilazione Demo : [ ] Commento : Aggiunte abelle CUP e CIG da mettere a menu' git-svn-id: svn://10.65.10.50/branches/R_10_00@21203 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
55dd20af65
commit
f8fc39f707
2
ba/batbcig.h
Executable file
2
ba/batbcig.h
Executable file
@ -0,0 +1,2 @@
|
||||
#define F_CODTAB 101
|
||||
#define F_DESC 102
|
45
ba/batbcig.uml
Executable file
45
ba/batbcig.uml
Executable file
@ -0,0 +1,45 @@
|
||||
#include "batbcig.h"
|
||||
|
||||
TOOLBAR "topbar" 0 0 0 2
|
||||
#include <relapbar.h>
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Codice identificativo gara" 0 2 0 0
|
||||
|
||||
GROUPBOX DLG_NULL 78 3
|
||||
BEGIN
|
||||
PROMPT 1 1 "Codice identificativo gara"
|
||||
END
|
||||
|
||||
STRING F_CODTAB 10
|
||||
BEGIN
|
||||
PROMPT 2 2 "Codice "
|
||||
USE %CIG
|
||||
INPUT CODTAB F_CODTAB
|
||||
DISPLAY "Codice@10" CODTAB
|
||||
DISPLAY "Descrizione@60" S0
|
||||
OUTPUT F_CODTAB CODTAB
|
||||
OUTPUT F_DESC S0
|
||||
CHECKTYPE REQUIRED
|
||||
FIELD CODTAB
|
||||
FLAG "U"
|
||||
KEY 1
|
||||
END
|
||||
|
||||
STRING F_DESC 50
|
||||
BEGIN
|
||||
PROMPT 2 5 "Descrizione "
|
||||
USE %CIG KEY 2
|
||||
INPUT S0 F_DESC
|
||||
DISPLAY "Descrizione@60" S0
|
||||
DISPLAY "Codice@10" CODTAB
|
||||
COPY OUTPUT F_CODTAB
|
||||
FIELD S0
|
||||
KEY 2
|
||||
CHECKTYPE REQUIRED
|
||||
END
|
||||
|
||||
|
||||
ENDPAGE
|
||||
|
||||
ENDMASK
|
3
ba/batbcup.h
Executable file
3
ba/batbcup.h
Executable file
@ -0,0 +1,3 @@
|
||||
#define F_CODTAB 101
|
||||
#define F_DESC 102
|
||||
|
44
ba/batbcup.uml
Executable file
44
ba/batbcup.uml
Executable file
@ -0,0 +1,44 @@
|
||||
#include "batbcup.h"
|
||||
|
||||
TOOLBAR "topbar" 0 0 0 2
|
||||
#include <relapbar.h>
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Codice unico di progetto" 0 2 0 0
|
||||
|
||||
GROUPBOX DLG_NULL 78 3
|
||||
BEGIN
|
||||
PROMPT 1 1 "Codice unico di progetto"
|
||||
END
|
||||
|
||||
STRING F_CODTAB 20
|
||||
BEGIN
|
||||
PROMPT 2 2 "Codice "
|
||||
USE %CUP
|
||||
INPUT CODTAB F_CODTAB
|
||||
DISPLAY "Codice@20" CODTAB
|
||||
DISPLAY "Descrizione@60" S0
|
||||
OUTPUT F_CODTAB CODTAB
|
||||
OUTPUT F_DESC S0
|
||||
CHECKTYPE REQUIRED
|
||||
FIELD CODTAB
|
||||
FLAG "U"
|
||||
KEY 1
|
||||
END
|
||||
|
||||
STRING F_DESC 50
|
||||
BEGIN
|
||||
PROMPT 2 5 "Descrizione "
|
||||
USE %CUP KEY 2
|
||||
INPUT S0 F_DESC
|
||||
DISPLAY "Descrizione@60" S0
|
||||
DISPLAY "Codice@20" CODTAB
|
||||
COPY OUTPUT F_CODTAB
|
||||
FIELD S0
|
||||
KEY 2
|
||||
CHECKTYPE REQUIRED
|
||||
END
|
||||
|
||||
ENDPAGE
|
||||
|
||||
ENDMASK
|
Loading…
x
Reference in New Issue
Block a user