Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word Automation - Table Objects
Message
From
24/10/2006 22:17:55
 
 
To
24/10/2006 17:16:29
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:
01164251
Views:
12
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
Next
Reply
Map
View

Click here to load this message in the networking platform