git-svn-id: svn://10.65.10.50/branches/R_10_00@23182 c028cbd2-c16b-5b4b-a496-9718f37d4682

This commit is contained in:
guy 2016-02-25 11:35:39 +00:00
parent 4e95d03c19
commit 3ce424af76
3 changed files with 3 additions and 1 deletions

View File

@ -153,7 +153,7 @@ END
NUMBER F_NUMERO 7 NUMBER F_NUMERO 7
BEGIN BEGIN
PROMPT 1 4 "Registrazione " PROMPT 1 4 "Registrazione "
USE LF_PARTITE SELECT (TIPOC=#F_TIPO)&&(NREG!="") USE LF_PARTITE KEY 2 SELECT (TIPOC=#F_TIPO)&&(NREG!="")
JOIN LF_CLIFO INTO TIPOCF=TIPOC CODCF==SOTTOCONTO JOIN LF_CLIFO INTO TIPOCF=TIPOC CODCF==SOTTOCONTO
INPUT NREG F_NUMERO INPUT NREG F_NUMERO
DISPLAY "Numero" NREG DISPLAY "Numero" NREG

View File

@ -6,6 +6,7 @@
#include <recset.h> #include <recset.h>
#include <relation.h> #include <relation.h>
#include <reputils.h> #include <reputils.h>
#include <sheet.h>
#include "sc1400.h" #include "sc1400.h"
#include "../cg/cg2101.h" #include "../cg/cg2101.h"

View File

@ -1,5 +1,6 @@
#include <applicat.h> #include <applicat.h>
#include <progind.h> #include <progind.h>
#include <sheet.h>
#include <textset.h> #include <textset.h>
#include "../cg/cgsaldac.h" #include "../cg/cgsaldac.h"