Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Word Automation - Table of Contents
Message
De
23/09/2002 16:58:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Word Automation - Table of Contents
Divers
Thread ID:
00703543
Message ID:
00703543
Vues:
62
I am trying to create a table of contents using OLE and Microsoft Word through VFP7. I am using standard headers to identify the entries.
Everything worked fine until I began putting section breaks in my code.
Now it seems that the table of contents that is generated is limited to the entries that appear in the last section. This is the code I use to create the table of contents. I have looked for other parameters but there do not seem to be any which would be useful. Any thoughts ?

oRange = oDoc.Range(0,0)
oDoc.TablesOfContents.Add(oRange,6,8)
Répondre
Fil
Voir

Click here to load this message in the networking platform