Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding text from a specific position
Message
De
14/06/2002 01:05:44
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
13/06/2002 12:12:45
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00667789
Message ID:
00668383
Vues:
16
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform