RecordSetQuery

From Xojo Documentation

Class (inherits from Object)

Used to obtain as selection of records that a Report can use. This usage is no longer needed. You can pass a RecordSet directly to a Report.

Methods
EOF Field Run
Field NextRecord Type


Constructors

Constructor(rs as RecordSet)


Notes

Initially, the RecordSetQuery constructor was used to obtain a group of records from a RecordSet to pass it to a Report in a suitable form. Please note that a RecordSet can now be passed directly to the reporting engine.

See Also

Report, ReportField, ReportLabel, ReportLineShape, ReportOvalShape, ReportRectangleShape, ReportRoundRectangleShape, ReportPicture classes, Reports module.