Yes, I mean TmemDataset. I want to have some fields in the table that act as lookup fields, and due to TmemDataset's lack of ability to have lookup fields, I plan to calculate them in the onCalcFields event using the locate method.
Yes, I know I can write a function that calculates these values when needed, but I would prefer the onCalcFields event.