Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want Summary Band at bottom of page.
Message
 
To
17/09/2008 23:42:56
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01345297
Message ID:
01348479
Views:
70
Hi Matt,

Sorry about that. Should have noticed that you are using SP2 and consider the new dynamics features. You need two little changes. The class shouldn't derive from ReportListener directly, but from UtilityReportListener:
Define Class demo as UtilityReportListener
This is a class that is stored in the FFC foundation classes and implements the dynamic formatting. Before you can instantiate the object, you need:
SET CLASSLIB TO (HOME()+"ffc\_reportlistener")
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform