Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Referencing form's properties inside a report
Message
De
22/06/1999 08:02:53
 
 
À
15/06/1999 22:54:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00230268
Message ID:
00232401
Vues:
16
>How can i reference a form's property inside a report?
>i.e: I want the report to print myform.my_property
>
>I can't issue thisform.my_property because i get an error message.


in the method on you form that activates the report:


PRIVATE MYFORM

poMyForm = THIS

REPORT ...


Now you can reference the form using poMyForm.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform