Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it possible to make certain chars in a listbox diff c
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01120698
Message ID:
01121347
Views:
9
Timothy,

How familiar are you with HTML? To make a link you wrap text with an A (anchor) tag:
<a href=ThisIsTheLinkURL>This is the clickable text</a>
Rather than using genhtml specifically for your project, I write a TEXTMERGE process around a scan loop to generate your html code. You can easily apply the anchor tags and any font/style changes to the matched text.

>Ok David, I've got this thing working w/ no errors, thanks. All the functions such as genhtml, activeX have rendered a page in IE on the form,pretty neat. Now I'm at a lost to have each line transformed as a link(when clicked will reveal a details page). At what point does your strtran function get implemented? During the genhtml perhaps?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform