Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Progress Bar while rendering in VFP 9.0 report
Message
 
To
27/09/2006 16:43:02
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP1
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01157564
Message ID:
01157675
Views:
45
Venkat,

>I am not able to get the CurrentRecord Property in the reportlistener class.

It looks like that is part of the UpdateListener also.

Check out "ReportListener User Feedback Foundation Class" in the help file for an example of how to use this ReportListener or see how they are creating these properties by looking at the UpdateListner's source code:
MODIFY CLASS updatelistener OF (HOME(0)+"FFC\_reportlistener.vcx")
They are basically checking to see if the source cursor's record number is changing, from each AfterBand event and incrementing the CurrentRecord property.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform