Subject | Re: [IBO] Datapump: modify the value of a field before write in destination table. |
---|---|
Author | Helen Borrie (TeamIBO) |
Post date | 2002-03-07T02:03:53Z |
At 01:42 AM 07-03-02 +0100, you wrote:
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
>(I read italian Lire and I want write Euro).should be
>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']);
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