Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pasing a value to a report
Message
From
18/11/2000 16:19:58
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00443397
Message ID:
00443404
Views:
10
>Is there a way to pass a value to a report? I have a form that asks for a date range to select before running a report. I would like this date range to appear as the title of the report. Is this possible?
>Thanks.

Quite simple. Just have that variable in your report calling routine and it could even be local or directly use form value. ie :

local ldstart,ldend
ldStart = {}
ldEnd=date()
report form myreport

report can directly use ldstart,ldend
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform