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:
parent
f5c157abf6
commit
3e16e00344
@ -164,9 +164,7 @@ void TImporta_cesp::transfer(const TFilename& file)
|
|||||||
const long codces = recset.get(CGC_NPROGR).as_int();
|
const long codces = recset.get(CGC_NPROGR).as_int();
|
||||||
|
|
||||||
// verifico il codice cespite padre
|
// verifico il codice cespite padre
|
||||||
const long codpadre = recset.get(CGC_CEINCR).as_int();
|
const long codpadre = recset.get(CGC_CODPADRE);
|
||||||
//const long codpadre = recset.get(CGC_CODPADRE); secondo me e' corretto questo! chiedere
|
|
||||||
|
|
||||||
if (codpadre == ZERO) // nuovo cespite
|
if (codpadre == ZERO) // nuovo cespite
|
||||||
{
|
{
|
||||||
// creo record anagrafica cespi
|
// creo record anagrafica cespi
|
||||||
|
@ -4,4 +4,3 @@
|
|||||||
#define F_RAGSOC 102
|
#define F_RAGSOC 102
|
||||||
#define F_PATH 103
|
#define F_PATH 103
|
||||||
#define F_NAME 104
|
#define F_NAME 104
|
||||||
#define F_PATHOUT 105
|
|
||||||
|
@ -57,19 +57,6 @@ BEGIN
|
|||||||
CHECKTYPE REQUIRED
|
CHECKTYPE REQUIRED
|
||||||
END
|
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
|
ENDPAGE
|
||||||
|
|
||||||
ENDMASK
|
ENDMASK
|
Loading…
x
Reference in New Issue
Block a user