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

@ -153,7 +153,7 @@ END
NUMBER F_NUMERO 7
BEGIN
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
INPUT NREG F_NUMERO
DISPLAY "Numero" NREG

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

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