Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automation with Word
Message
 
À
17/04/2003 02:32:36
Jill Derickson
Software Specialties
Saipan, CNMI
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00739840
Message ID:
00778759
Vues:
11
This link might help you

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/office97/html/web/007.asp


>>>All,
>>>
>>> Two questions about Automation with Word.
>>>1. How do I determine which page of the document I am on?
>>>
>>
>>This is tricky in Word because it doesn't really pay attention to pages until it needs to. However, you can use the Information method of the Range object. If oRange is a defined range, then this expression gives you the last page of the range:
>>
>>#DEFINE wdActiveEndPageNumber 3
>>nLastPage = oRange.Information( wdActiveEndPageNumber )
>>
>>There's other information available that way, too.
>>
>>Tamar
>
>Tamar, can you point me to a place where I can find out more about the information that can be retrieved this way?
>
>I've gotten pretty far w/Word automation, thanks to your book, and the UT...thanks!
>
>j
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform