question still remains after verifying:
Got in a file:
12233 | 12BA1 | | 2245 | SUZUKI | GAL | RED | OK | | |
did the following:
[code]with dtmMain do begin
// Set up kind of source
SourceKind := skText;
TextFileName := 'e:\tst.TXT';
// Set delimiter char
TextDataDef.Separator := '|';
TextDataDef.WithFieldNames := false;
Destination := qryLoaded;
end;
dtmMain.Execute;[/code]
got the following error:
...-607 format mapping for item [id->id] ... '' is not a valid integer value
Verified the code already and apparantly its searching in the uadcompdatamove on line 3053
[code]oTxtFld := TextDataDef.Fields ;[/code]
I didn't put anything in the fields though...
Any help is welcome
Geert
↧