Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word Automation - Table Objects
Message
From
25/10/2006 13:54:11
 
 
To
24/10/2006 22:17:55
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01164187
Message ID:
01164481
Views:
11
I'm sorry, I should have told you to INCLUDE the constants or, like Tamar said, change the values.
If you want to INCLUDE, get that here: http://fox.wikis.com/wc.dll?Wiki~WordConstants~VFP


>I tried the following with my grid. VFP does not like the Moveleft line at all. Should there be parentheses around the parameters? Is this a method of a cell object?
>
>WITH .Rows[nRow]
> .Height = 25
>
> .Cells[1].Range.InsertAfter( lcDescription )
> .Cells[1].Range.MoveLeft Unit:=wdWord, Count:=1, Extend:=wdExtend
> .Cells[1].Range.Font.Bold = wdToggle && bold it
>
>ENDWITH
Previous
Reply
Map
View

Click here to load this message in the networking platform