[QUOTE=Uwe Raabe;1513741]
Woher hast du die Informationen für GuessFormat?
Die Sourcen natürlich.
Delphi-Quellcode:
// When a value is upper-cased, this is a "good" sign, that
// the value is field name
if not CheckSet(sItem, ['A'..'Z', '_'], ['A'..'Z', '0'..'9', '_', '#', '$']) then
lFieldNamesUC := False;
...
// Final guess about first line
DataDef.WithFieldNames := lFieldNames and (not lAllStrings or lFieldNamesUC);
wie kommst du an die Source. Bei mir ist nach dem interface ( IFDBatchMoveReader = interface(IFDBatchMoveDriver) ) Schluss.
Ich befürchte ich stell mich grad richtig doof dran