Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@19895 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 2010-01-08 14:08:03 +00:00
parent f5c157abf6
commit 3e16e00344
3 changed files with 1 additions and 17 deletions

View File

@ -164,9 +164,7 @@ void TImporta_cesp::transfer(const TFilename& file)
const long codces = recset.get(CGC_NPROGR).as_int();
// verifico il codice cespite padre
const long codpadre = recset.get(CGC_CEINCR).as_int();
//const long codpadre = recset.get(CGC_CODPADRE); secondo me e' corretto questo! chiedere
const long codpadre = recset.get(CGC_CODPADRE);
if (codpadre == ZERO) // nuovo cespite
{
// creo record anagrafica cespi

View File

@ -4,4 +4,3 @@
#define F_RAGSOC 102
#define F_PATH 103
#define F_NAME 104
#define F_PATHOUT 105

View File

@ -57,19 +57,6 @@ BEGIN
CHECKTYPE REQUIRED
END
GROUPBOX DLG_NULL 90 4
BEGIN
PROMPT 2 8 "@bDestinazione"
END
STRING F_PATHOUT 256 39
BEGIN
PROMPT 3 9 "Cartella "
DSELECT
CHECKTYPE REQUIRED
FIELD ComOutPath
END
ENDPAGE
ENDMASK