Subject | Re: [IBO] TBCDField instead of TIBOBCDField |
---|---|
Author | Jason Wharton |
Post date | 2003-07-07T20:48:17Z |
> > I don't need to have a TIBOBCDField any more so it has been removed andI
> > just use the TBCDField as is.I recommend that you regenerate them so they will properly pick up correct
> >
> > Jason
>
> As i have got some hundred fields typed as TIBOBCDFields and they
> don't have precision but only size what do you advise me? To change
> it all to TBCDField? What problems do you except from having bcd
> fields with and without precision info?
>
> I am putting this questions because since yesterday i've already
> changed more than two hundred bcd fields with wrong size, to put my
> application to run with last IBO build, so i need to be sure what to
> do; keep the old TIBOBCDFields or recreating all as TBCDFields.
precision information.
Also, you just as well let them revert back to TBCDField in place of
TIBOBCDField.
I think GReplace may be able to help on this somewhat.
Jason