![]() |
Sergey Kornilov admin 10/3/2005 |
Probably the best place to replace Yes and No is the list page itself (Sub LoopRs). |
|
500331 10/6/2005 |
sorry but can you be a bit more specific on how I go about doing this? |
![]() |
Sergey Kornilov admin 10/6/2005 |
This code is located in Sub LoopRS. See my changes in bold: strData = GetData(rs.Fields("YourFieldName"), "") if strData="Yes" then strData = "Passed" else strData = "Failed" end if Response.Write ProcessLargeText(strData) |
|
500332 10/6/2005 |
thanks!! |