Subject RE: [IBO] DBase export, wrong fieldnames
Author Jason Wharton
Please go to IB_Export.pas line 869

FillChar( DBFFld[DBFldCnt].fieldname[0], 11 {!!!} , #0 );

I hard-coded it to 11 and this should do it.

Please make this small change and let me know.

Thanks,
Jason Wharton


> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On
> Behalf Of Wolfgang Rohdewald
> Sent: Thursday, December 21, 2006 1:35 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] DBase export, wrong fieldnames
>
>
> Hi,
>
> I just tried TIB_Export for the first time with IBObjects 4.6.Bc
> The DBF field names it generates are wrong. It appends parts
> of the field names of the previous export. I have two objects
> TIB_Export. The first one executes correctly. The second one
> uses parts of the field names of the first one.
>
> Correct DBF field names:
>
> ID
> FJ
> MA
>
> but it does
>
> IDNTRALE
> FJLIALEORZ
> MARACHE
>
> Before this one I executed another TIB_Export with the field names
>
> ZENTRALE
> FILIALEORZ
> SPRACHE
>
>
> How can I work around this? Would version 4.7 have a fix?
>
> --
> Wolfgang
>