Field title label does not display

Hello,

I am building a grid application and displaying a varchar / Mysql field which I am specifing as a URL to another PHP page.
In the Fields column I specify data type as URL and entered a label for it in the field title box.
When I run the application the field label does not display. What displays is the content of the VARCHAR field instead. (which is a rather long string pointing to the URL).
I want the label to show there instead. Once I click on the URL field it goes to the PHP page I want which is OK but the cosmetic look of the page is the problem because the long varchar field shows as http:// etc.
Is there a setting that I missed. Any help would be appreciated. Thank you.

Francis

Re: Field title label does not display

Hi,

Try to use the onLoad event to do:

{field} = “<a href={field}>Link</a>”;

V?tor Jamil