As the current record would be the one with the related URL could you not just do:Eugene Lutsenko wrote:For some reason I immediately imagined what it must be like to make the background color of the column. Only instead of the COLOR should be like a HYPERLINK:
[/size]Code: Select all
DCBROWSECOL FIELD WebAppls->Appl_Name HEADER "Наименование приложения" PARENT WebAppls FONT "9.Courier" WIDTH 45 PROTECT {|| .T. } COLOR {||{nil,aColor[153]}}
But how to access the field value when it is clicked?
DCBROWSECOL .... ACTION {||DC_SpawnUrl(???)}
ITEMSELECTED {|| DC_SpawnUrl(FIELD-><the one with the URL in>) } ;