Patch level : 2.2 54

Files correlati     :  cg2.exe
Ricompilazione Demo : [ ]
Commento            :


Cambiata la tabella DIP in RSS (Risorse). Aggiunta la tabella (ATR) Attrezzature


git-svn-id: svn://10.65.10.50/trunk@12855 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2005-03-24 16:09:19 +00:00
parent 718217341f
commit ad46b4e03f
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
#include "vetbdip.h"
#include "vetbrss.h"
TOOLBAR "" 0 20 60 2
#include <toolbar.h>
ENDPAGE
PAGE "Tabella dipendenti" 11 60 14
PAGE "Tabella Risorse" 11 60 14
GROUPBOX DLG_NULL 75 5
BEGIN
@ -17,7 +17,7 @@ BEGIN
PROMPT 2 1 "Codice "
FIELD CODTAB
KEY 1
USE DIP
USE RSS
FLAGS "U"
INPUT CODTAB F_CODICE
DISPLAY "Codice@16" CODTAB
@ -35,7 +35,7 @@ BEGIN
PROMPT 2 2 "Cognome "
FIELD S0[1,40]
KEY 2
USE DIP KEY 2
USE RSS KEY 2
INPUT S0[1,40] F_COGNOME
DISPLAY "Cognome@40" S0[1,40]
DISPLAY "Nome@30" S0[41,70]
@ -50,7 +50,7 @@ BEGIN
PROMPT 2 3 "Nome "
FIELD S0[41,70]
KEY 2
USE DIP KEY 2
USE RSS KEY 2
INPUT S0[41,70] F_NOME
DISPLAY "Nome@30" S0[41,70]
DISPLAY "Cognome@40" S0[1,40]