Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE Automation
Message
From
16/03/1999 13:18:23
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
16/03/1999 12:58:30
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00198217
Message ID:
00198232
Views:
15
>Is there anyone out there that has experience using OLE automation with WORD? I need to know how to draw a rectangle at a specific point in my program.
>
>Any ideas would be greatly appreciated, Thanks
>
>Jim
oWord = createobject("word.application")
#define msoShapeRectangle 1
oWord.ActiveDocument.Shapes.AddShape(msoShapeRectangle, Left, Top, Width, Height)
oWord.visible = .t.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform