
Initially, I had a bit of code that would run through an fRecordset collection, and in a for loop would associate those records created by fRecordset->precreate in a two dimensional array.
Now the calling function would be served better if it was just an fRecordset collection that was being returned. My question is this:
Is there any way to return an fRecordset collection, with its associated records build from a prebuild or precreate, in an associated way?
Thanks!