Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word Bullets
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00862286
Message ID:
00862366
Views:
12
>>>How do you add bullets to an MS Word document using VFP?
>>>
>>>Joy
>>
>>The macro in 97 seems to ignore the old "*" trick. You could do it with symbols (Menu:Insert->Symbols):
>>
.Selection.InsertSymbol(9679,.t.,0) && 9679 (in 97) is a large dot
>>.Selection.TypeText ("  Bullet 1")
>Thanks, Terry, but I'm getting a "Command Failed" error when I use the Insert Symbol command. Any suggestions?

OK--I think I have it--I'm using:
wordapp.selection.insertsymbol(215,"Symbol",.f.)

(VFP 8, Word 2003)

And this seems to be working fine. Thanks for giving me a great head start!

Joy
CLARC Services, Inc.
3500 Tamiami Trail
Port Charlotte, FL 33952
www.clarc.com
(941) 743-0108
(800) 246-5488
Previous
Reply
Map
View

Click here to load this message in the networking platform