hi guys, i have one HTML image field in grid, with link, it works fine
the image itself is small png icon, i want to display different png icon when specific field has different value
what I done is: I took the link that is displayed in the image path field and added it to OnScriptInt
[glo_image]="sys__NM__ico__NM__lib__NM__047.png";
and added [glo_image] instead of the image path field, but didn’t work…
i was thinking to make this [glo_image] like if {field}==1 then [glo_image]=“image_path” and if {field}==2 then [glo_image]=different image path
anyone has done similar thing? am i missing something? wrong path? doesn’t work this way?
