Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sfreports shows invalid path for cDataDirectory
Message
From
28/02/2001 11:16:16
 
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00480302
Message ID:
00480555
Views:
9
Hi Nick.

>I'm a using sfreports and I am setting the property cDataDirectory to sys(5)+sys(2003) to get current drive and directory.

That won't work, since you've entered the string "SYS(5) + SYS(2003)" for the path. Put an = in front (eg. "=SYS(5) + SYS(2003)") so VFP knows it's an expression that should be evaluated rather than a hard-coded string.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform