adcounsel1
Programmer
How i can hyperlink text in simple vfp data entry.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I have done this on form but cant got success in prg code.
Local lcURL
store ALLTRIM(this.value) to lcURL
o = CREATEOBJECT('hyperlink')
o.NavigateTo(lcUrl)