Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00143084
Message ID:
00143742
Vues:
16
>Hi,
> I am working on a report. The form that takes input from the user will show the report. I have some fields on the report that are not part of any table, but are member properties of the form. How to make the report to take values from the form's properties?
>
>Thanks
>Puri

Prior to running the report:
private gcText1, gcText2, etc
gcText1 = thisform.text1.value
gcText2 = thisform.text2.value

modi Report foo
Add a field to the report. Open the exprssion builder and gcText1, gcText2 will show up in the variable listbox.

Robert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform