Hello,
I have created an editable grid. I would like to display an URL as one of my field. I have tried everything I can, the link is never “enabled”. It is just shown as text and the user can’t click on it. I tried to set up the field as URL or Text, but the result is the same.
Here is what I have tried in the event onLoadRecord
// First Try
{DownloadFile} = '<a href="http://google.fr">Test</a>';
// Second Try
sc_link ({DownloadFile}, "blank_test","var={ID}","Test","_self");
Thank you