PhilipOfOrange
Programmer
I need to count the number of records processed in the detail band. I am assuming I need a global variable to do this, in order to retain the previous count for each pass through the band. In most programming environments you would not declare a global variable here, as it will be re-declared with each pass, raising big questions about what happens to the previous contents. Crystal does not seem to provide a way of testing for the existence of the variable before declaring it.
Global variables seem to be new with version 8. Hopefully there are a few people out there that have encountered and solved this problem.
Thanks for your help.
Phil
Global variables seem to be new with version 8. Hopefully there are a few people out there that have encountered and solved this problem.
Thanks for your help.
Phil