Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Office Automation with Excel - Footers
Message
From
14/01/2016 11:42:41
 
 
To
14/01/2016 08:33:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Novell 6.x
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01629767
Message ID:
01629805
Views:
68
>>My code is pretty basic
>>
>>
>>WITH oExceletc4.ActiveSheet.PageSetup
>>	.LeftFooter = "&[Path]&[File] &[Tab]"
>>	.RightFooter = "Page &P of &N"
>>ENDWITH
>>
>>
>>I really do not see how it could be a problem in the code. The code does what it is meant to do, just not sure why that section gets highlighted
>
>Oh, wonder if the issue is what VFP is doing with the ampersands before it even sends the code. Macros are evaluated inside strings. Maybe try using the appropriate CHR() instead.
>
>Tamar

AFAIR that should only matter in [] bracketed strings. I wonder if Excel concatination of strings throws a wrench in there
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform