Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report Listener - Using EvaluateContents for Labels
Message
 
 
À
12/09/2004 11:59:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00941459
Message ID:
00941504
Vues:
16
>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform