Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE command for Hyperlink
Message
From
16/02/2004 14:39:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
OLE command for Hyperlink
Miscellaneous
Thread ID:
00877733
Message ID:
00877733
Views:
37
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)
Next
Reply
Map
View

Click here to load this message in the networking platform