Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass a parameter to the report
Message
From
05/03/1998 15:40:01
Murray Mcintosh
Mammography Reporting System, Inc.
Seattle, Washington, United States
 
 
To
05/03/1998 13:23:26
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00082754
Message ID:
00082809
Views:
28
Or, assuming you had a report called Report1 you could create a report variable called "ReportTitle" or whatever. Add a field control to the title band and assign it to the ReportTitle variable (which is what you've already done), then before you print the report issue the command:


update report1.frx set expr = ["Insert Title Here"], tag = expr where objtype = 18 and name = "ReportTitle"

use in report1

Murray
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform