Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding text from a specific position
Message
From
14/06/2002 01:05:44
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
13/06/2002 12:12:45
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00667789
Message ID:
00668383
Views:
17
>>It'd be loDocument.Range
>>
>>I think below code does what you wnat. I'm not sure I understood last paragraph. If you mean you want it in a table then comment 'ConvertToText' line :
>
>What I mean is that I am using a 3 columns format but this is not a table. It's just a plain text that will be spreaded on 3 columns from the top left to down left to top middle to bottom middle to top right to bottom right. Will your sample work for that?

Oh I think you mean document in multiple columns. Yes it again would work. Just one table, where document itself has multiple columns. When one long table hits to bottom of page it'd go to top on next column.
with oWordDocument
*...
    With .ActiveDocument.PageSetup.TextColumns
        .SetCount(3)
        .EvenlySpaced = .t.
        .LineBetween = .f.
        .Width = .InchesToPoints(2)
        .Spacing = .InchesToPoints(0.2)
    EndWith
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