AssignSQLWithSearch method |
Applies to
TIB_Dataset
Declaration
Procedure AssignSQLWithSearch(ADataset: TIB_Dataset );
Description
This is a very useful method that takes the SQL and search criteria of
one dataset and assigns it to another dataset.
This is ideal for taking the search criteria from an IB_Query that is used
for browsing and searching and put it into an IB_Cursor component to run a
report or export from.