Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable to report
Message
From
02/05/2004 04:21:38
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
30/04/2004 08:01:09
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00899673
Message ID:
00900165
Views:
20
>You could create a global variable to stick in the data that you want to use on that field in the report.
>
>
PUBLIC gcReportHeader
>gcReportHeader = "Whatever"
>
Michael,
It doesn't need to be public, could be local. ie:

local m.cHeader
m.cHeader = 'My Header'
report form myReport && and in report you directly use m.cHeader as expr

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