Is there a way to skip records using rap (just like in crosstab) without using pass-thru functions. The way skipping is done in crosstab is very useful.
Sorry, there is no built-in feature to skip records. You can modify the SQL to select the records that are applicable. Another solution is to use the detailband.BeforePrint event to toggle the DetailBand.Visible property.
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
Sorry, there is no built-in feature to skip records. You can modify the SQL
to select the records that are applicable. Another solution is to use the
detailband.BeforePrint event to toggle the DetailBand.Visible property.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Ed Dressel
Team DM