![]() |
Sergey Kornilov admin 1/27/2006 |
You can do this modifing Sub LoopRs in ..._list.asp file.
if IsBinaryField(rs.Fields("Customer")) or Format("Customer")=FORMAT_DATABASE_FILE then Response.Write CreateImageControl(rs, "Customer", "") else strData = GetData(rs.Fields("Customer"), "") if Customer<>strData then Response.Write "<b>" & ProcessLargeText(strData,"picfield=" & Server.URLEncode("Customer") & "&where=" & Server.URLEncode(strImageWhere),"") & "</b>" Customer=strData end if end if |
|
|
Pete M author 1/27/2006 |
Thanks Sergey - that worked great. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=7775&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' /> |
|