Quote from
Ronnie on June 3, 2019, 4:24 pm
Hi @luishp
I tried, and it doesn't work. I was actually modifying the neoTableTutorialPart1 demo, and from the fmtAge subroutine, I changed it to:
If [cellData] > 60
Return "<span style='color:red; background-image:url('./img/visualneo.png');'>[cellData]</span>"
Else
Return "<span style='color:blue; background-color:yellow'>[cellData]</span>"
EndIf
... just to see if it can display an image well. Wanted to try out doing a listbox to display pictures and relevant text from a .sql db file
Hi @luishp
I tried, and it doesn't work. I was actually modifying the neoTableTutorialPart1 demo, and from the fmtAge subroutine, I changed it to:
If [cellData] > 60
Return "<span style='color:red; background-image:url('./img/visualneo.png');'>[cellData]</span>"
Else
Return "<span style='color:blue; background-color:yellow'>[cellData]</span>"
EndIf
... just to see if it can display an image well. Wanted to try out doing a listbox to display pictures and relevant text from a .sql db file