Steve
|
| Posted: 10/25/2002, 11:33 PM |
|
I've read the articles on mail to and just can't get it to work. I've put a label on the grid and set it to "html". And here is where I have my code:
function registry_BeforeShowRow() { //registry_BeforeShowRow @2-A7B60D37
$fldemail="<a href=\"mailto:$fldemail\">$fldemail</a>";
//Custom Code @39-2A29BDB7
// -------------------------
// Write your own code here.
// -------------------------
//End Custom Code
} //Close registry_BeforeShowRow @2-FCB6E20C
But no go.. When I started with the label it showed the source type as database column and the control source as the "email" field.
The best that any of this has done is to display the websites URL when I mouseover on the email address. What am I doing wrong?
steve
|
|
|
 |
RonB
|
| Posted: 10/28/2002, 4:15 AM |
|
Set label to html?
|
|
|
 |
|