Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hyperlinks in word doc. using Frx2word
Message
 
To
02/05/2005 11:26:06
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01010156
Message ID:
01010227
Views:
28
Something like this:
oword=CREATEOBJECT("Word.Application")
oword.Documents.open(fullpath(doc_file))
lcsearch="www.yahoo.com"
do while oWord.Selection.Find.Execute(lcsearch)
    oword.Selection.Range.AutoFormat()
enddo
....
>Hello:
>
>I have been recently working with frx2word, and it has helped me a great deal, but still I need to present hyperlinks (example: www.yahoo.com ) on the document created on frx2word. I have records that are needed to be presented as hyperlinks in the document, so people can only ctrl + click on them. But Frx2word doesnt present them as hyperlinks, just as plain text.
>
>Do I have to change any code on the frx2word class?
>
>hope somebody can help me.
>
>Sincerely:
>
>Juan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform