![]() |
Sergey Kornilov admin 10/1/2010 |
Set 'View as' type of any field to 'Custom' to make it appear as a link: |
S
|
sfkjeld author 10/1/2010 |
Set 'View as' type of any field to 'Custom' to make it appear as a link: http://xlinesoft.com/asprunnerpro/docs/_view_as__settings_custom.htm
|
![]() |
Sergey Kornilov admin 10/1/2010 |
You need to set 'View as' type of PatientName field to 'Custom' and modify custom code to build a proper hyperlink. |
S
|
sfkjeld author 10/1/2010 |
Got it! Thanks. Thanks. I apologize for not being clearer. I am trying to wrap an anchor tag around the PatientName in a list view. But I need the record's "ID" in the URL. I don't know who to access that record's "ID" to form the URL. Data("ID") did not work. I was going put the code in the via the HTML mode on the List View. I could also do it in a code snippet, but again, I don't know how to access the record's "ID" or the "PatientName". Thanks again. |