Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Office Automation with Excel - Footers
Message
From
14/01/2016 08:33:24
 
 
To
13/01/2016 16:04:58
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:
01629797
Views:
59
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform