Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

RE: dataset fields vs. pipeline fields

edited March 2002 in General
Let's say that I have a report that is based on the contents of a single
ADODataset that is the results of some query against my database. Let's
further assume that I have created persistent field objects for each of the
fields in the aforementioned dataset. If I have logic in some events (like
OnCalc events for variable fields, for example) that reference these fields,
is there something "wrong" with going against these field objects. Should I
instead be getting at these fields through the pipeline? What's the
difference?

Comments

This discussion has been closed.