Главная страница | назад





Article #17978: Using additional data sets in expressions

 Question and Answer Database
FAQ2978D.txt Using additional data sets in expressions
Category :Quick Reports
Platform :All
Product :All 32 bit
Question:
The expressions only pick up field values from datasets
referenced in my reports. How can I use additional datasets
in expressions?
Answer:
In the QuickRep.BeforePrint event you can add additional
datasets to the QuickRep.AllDataSets list property:
MyReport.AllDataSets.Add(SomeOtherTable).
You can now use fields from this (these) tables in your
expressions.
7/16/98 4:31:28 PM

Last Modified: 01-SEP-99