Subject RE: [IBO] How can I create persistent fields
Author Jason Wharton
> I declare a local TIB_Column variable and store the
> FieldByName() pointer to
> it. Then, you have a readymade local pointer to the field
> object you want.

I meant to add that I assign the pointer in the AfterPrepare event of the
query. Be sure you do not access it as a stale pointer or you will have
problems.

Jason