Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report question
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00143084
Message ID:
00143742
Views:
15
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform