Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OWord goto
Message
 
À
29/09/2006 19:19:02
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
01158319
Message ID:
01158329
Vues:
21
>Can someone tell me how the following command would translate into VFP?
>oWord.Selection.Goto wdGoToBookmark, Name:="DTotal"
Since Name is the 4th parameter, you would do this in VFP:
#DEFINE wdGoToBookmark -1
oWord.Selection.GoTo(wdGoToBookmark,,,"DTotal")
Here is the online help for this method:
http://msdn.microsoft.com/library/en-us/vbawd11/html/womthGoTo1_HV03076852.asp

Here is the online help for the Word enumerations:
http://msdn.microsoft.com/library/en-us/vbawd11/html/wohowConstants_HV01049731.asp
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform