Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Listener - Using EvaluateContents for Labels
Message
 
 
To
12/09/2004 11:59:17
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00941459
Message ID:
00941504
Views:
15
>I'm looking to "handle" labels via the report listener, but it appears labels (objtype=5) do not trigger EvaluateContents() - is this correct? I can handle this another way, but would rather not hack the frx.

Michael

The report labels are not expresions so they're not passed to EvaluateContents(). It's easy to convert report labels to the fields.
USE myreport.frx
REPLACE objtype WITH 8 FOR objtype = 5
USE
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform