TfrUserDataSet
Good Day,
Does anyone know of a was to point the TfrUserDataSet to an object?
or of a way to point a FastReport dataset to an object and be able to recurse through the data as if it were a result set?
Any help would be greatly appreciated
Kenneth.
Does anyone know of a was to point the TfrUserDataSet to an object?
or of a way to point a FastReport dataset to an object and be able to recurse through the data as if it were a result set?
Any help would be greatly appreciated
Kenneth.
Comments
2) Set TfrUserDataSet.RangeEndCount:=<# of record to pass>
3) In TfrUserDataSet.OnFirst() and in TfrUserDataSet.OnNext() event write code that point to your dataset.
I hope that this can help you.