Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report picture file location syntax
Message
From
17/10/2002 14:11:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Report picture file location syntax
Miscellaneous
Thread ID:
00712475
Message ID:
00712475
Views:
45
I have a report that I would like to print a logo at the top in the title band.
But i'd like to pass a variable that contains the logo path and filename so that I can display different logos on the report title.

I dont have my path data in a table and I dont have multiple logos on the same report so I dont want or need to use the field option.

I have a variable for instance:

public gcRptLogo
gcRptLogo="c:\rptlogo.bmp"

I have tried variations of this placed inside the file box, but I get errors like syntax error, path does not exist etc... I know for a fact that my
file("c:\rptlogo.bmp")=.t.

I have tried:
(gcRptLogo)
&gcRptLogo
"&gcRptLogo"
&&gcRptLogo
Next
Reply
Map
View

Click here to load this message in the networking platform