Subject Re: [IBO] Datapump: modify the value of a field before write in destination table.
Author Helen Borrie (TeamIBO)
At 01:42 AM 07-03-02 +0100, you wrote:
>(I read italian Lire and I want write Euro).
>In the documentation of TIB_DataPump I read this:
> >
>Use the AfterFetchRow event to finish assigning values to the input
>parameters that need customized attention.
> >
>Can somebody explayn what I have to do?
>I try doing this in the AfterFetchRow of the datapump object:
>
>DstTable['FIELD1'] := LireToEuroFunction(SrcTable['FIELD1']);

should be
DstTable['FIELD1'].Value := LireToEuroFunction(SrcTable['FIELD1'].Value);


regards,
Helen Borrie (TeamIBO Support)

** Please don't email your support questions privately **
Ask on the list and everyone benefits
Don't forget the IB Objects online FAQ - link from any page at
www.ibobjects.com