Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ole Woes
Message
From
21/03/2000 15:56:51
 
 
To
21/03/2000 15:44:02
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00348576
Message ID:
00348581
Views:
17
Hi Eric!
Try this :

With (the word object).Selection.PageSetup.TextColumns
.SetCount(2)
.EvenlySpaced = .T.
.LineBetween = .F.
.Width = (the word object).InchesToPoints(3.08)
.Spacing = (the word object).InchesToPoints(0.5)
EndWith

Hope this help! :)
Merci!!!

--Séb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform