How I can known RecordCount of a Query in my Report with RAP. I need to place it on HeaderBand before print. I am using for other setting Report.BeforPrint event of RAP
Unfortunately it is not possible to obtain the record count before the datapipeline has traversed all the data. As a workaround you could create a sub-query in DADE (or on your form) that just returns the COUNT of the records in your original query. Since this query will only return one value, you can access the value directly from RAP.
Comments
Unfortunately it is not possible to obtain the record count before the
datapipeline has traversed all the data. As a workaround you could create a
sub-query in DADE (or on your form) that just returns the COUNT of the
records in your original query. Since this query will only return one
value, you can access the value directly from RAP.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com