Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE command for Hyperlink
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
OLE command for Hyperlink
Divers
Thread ID:
00877733
Message ID:
00877733
Vues:
36
I use this program to create a four cell Microsoft Word table from VFP. Can anyone show me the command to generate the hyperlink for each cell? I need all the help I can get.

Thanks, Tai Fei Pao


toObject.FileNew()
*-- Insert the text and select it
toObject.Insert(tcText)
toObject.EditSelectAll()

*-- Convert the text to table by selecting the 1st default format from autoformat
toObject.TextToTable(0,4, , , ,3)
toObject.BorderInside()
toObject.BorderOutside()
toObject.NextCell()
toObject.Hyperlink()
*toObject.NextCell()
toObject.TableSelectRow()
toObject.Bold(0)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform