Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Footnotes
Message
From
23/07/2001 11:35:53
 
 
To
23/07/2001 06:06:32
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00533807
Message ID:
00533956
Views:
12
>Is there a function that can do this for me? Or is there a syntax for this? I would appreciate all the help I will get.

There's no way for teh report to know what it's filename is as far as I know, so before you call your report, you could define a variable with that name, and the report shoudl be able to see it. IE:
lcReportName = getfile()
report form (lcReportName)
And then create a field in your report with lcReportName. Like JVP said, you can use a handful of functions to get the full name of teh report, like FullPath() or LocFile().
Previous
Reply
Map
View

Click here to load this message in the networking platform