C
|
clig 8/14/2009 |
Depending on the value of a field in the row being displayed in the List, I want to show an icon. I added a code snippet to the listview under one of the fields that is being displayed. But I can't figure out how to determine the field's value. I thought it would be rs("FieldName").
|
J
|
Jane 8/17/2009 |
Hi, if rs("FieldName")="test" then strValue = "<img src=...>" end if |
S
|
sfkjeld author 8/17/2009 |
I was using the rs() array. |
J
|
Jane 8/18/2009 |
Hi, |