Message
From
23/10/1998 14:30:55
 
 
To
23/10/1998 13:35:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00149920
Message ID:
00149949
Views:
19
>Hello,
>
>How could I attach an extra variable within a SQL-query to produce a report?
>
>This extra variable will be treated as a parameter base on specific condition. Any help or suggestion is appreciated.
>
>Steve

If you need just a variable then define it before REPORT FORM:
LOCAL cMyheaderstring
cMyheaderstring="Report #123"
REPORT FORM myreport PREVIEW && cMyheaderstring can be used inside
Edward Pikman
Independent Consultant
Previous
Reply
Map
View