chpicker
Programmer
- Apr 10, 2001
- 1,316
When you double-click on a band in the Report Designer in VFP6, how do you use the "On Entry" and "On Exit" expressions? I tried creating a report variable called "NumGroups" and putting "NumGroups=NumGroups+1" into each of the expressions in turn in the Group Footer band, but NumGroups still ends up 0 at the end of my report. I obviously don't understand how this dialog works, and hitting F1 while in it brings up a "Page Not Found" error in MSDN. Please note that the intent of this isn't to get a count of the number of groups but to figure out how the expressions "On Entry" and "On Exit" work when you double-click on a report band.