Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Word
Message
De
30/04/2004 14:35:07
 
 
À
30/04/2004 11:48:32
Bhavesh Desai
Apex Softcell (India) Pvt. Ltd.
Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Re: Word
Divers
Thread ID:
00899809
Message ID:
00899888
Vues:
18
>Hi ,
>
> I am trying to create a table of 5 Rows and 2 Columns in word by using ole automation from VFP and then inserting values into the same. Then after that I try to create another independent table of 10 Rows and 6 columns , however I am unable to do so. Can anyone help me out.
>

Make sure that when you go to insert the second table, the Range variable you pass isn't the range containing the first table. When you're done processing the first table, do something like:

oRange.Collapse(0)
oRange.InsertAfter(CHR(13))
oRange.Collapse(0)

Tamar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform