![]() |
Sergey Kornilov admin 5/27/2004 |
you can modify ..._list.asp file for this purpose. <% if IsBinaryField(rsData.Fields("FieldName")) or Format("FieldName")=FORMAT_DATABASE_FILE then Response.Write CreateImageControl(rsData, "FieldName", "") else Response.Write ProcessLargeText(GetData(rsData.Fields("FieldName"), "")) end if %>
<% Response.Write rsData.Fields("FieldName") %>
|
S
|
Scruffy author 5/27/2004 |
Thanks, just the job. Look forward to the new version :-) |