Subject | RE: [IBO] How can I create persistent fields |
---|---|
Author | Jason Wharton |
Post date | 2006-02-26T04:23:36Z |
> I declare a local TIB_Column variable and store theI meant to add that I assign the pointer in the AfterPrepare event of the
> FieldByName() pointer to
> it. Then, you have a readymade local pointer to the field
> object you want.
query. Be sure you do not access it as a stale pointer or you will have
problems.
Jason