RecordSetQuery.Constructor(rs as RecordSet)
From Xojo Documentation
This item was deprecated.. Please use Report.Run as a replacement. |
Constructor
Creates a new RecordSetQuery from the passed RecordSet.
Notes
A RecordSet can now be passed directly to the Run method of a Report. It is no longer necessary to first create a RecordSetQuery.