DeSaedeleer
Posts: 8
|
| Posted: 06/22/2006, 6:58 AM |
|
I am a new user, converting my accessapplications to Codecharge.
My accesfile contains some memofields (not linkfiels) with hardcoded hyperlinks. When looking in the browser, the user sees a clickable word (the hyperlink) and when he clicks on it, he is taken to a page on a site.
In the field, something like this is coded:
Click here to go to our <a href="http://mineco.fgov.be">internetsite</a>
In his browser, the user sees this:
Click here to go to our internetsite
Is this possible in Codecharge too, and if so, how?
|
 |
 |
Gena
Posts: 591
|
| Posted: 06/22/2006, 12:54 PM |
|
Yes it is possible! Just set Content for that fieald as HTML (instead of Text). You can ever use any html code in that field.
_________________
Gena |
 |
 |
peterr
Posts: 5971
|
| Posted: 06/22/2006, 1:04 PM |
|
Sure, just set "Content" property to "HTML" (on your label that displays the memo). Almost everything on our Website http://www.yessoftware.com/index2.php is displayed from such memo fields.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|