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.
;)

Comments

  • edited 4:28AM
    1) Set TfrUserDataSet.RangeEnd property to reCount
    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.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.