[Gambas-user] Data.Image WebTable (gb-web-gui)

Herberth Guzman herberthguzman at gmail.com
Tue Jul 6 03:42:19 CEST 2021


Hi
I have a web project (gb-web-gui)

I need to display an image in a webtable

the code:
Data.Image = ("img/alert.png")

but it doesn't work, am I doing something wrong ..?

this code if it works
Data.Html = "<img src=\"" & ("img/alert.png") & "\">"

The problem with this code is that it works fine at runtime.
But when I compile and upload it to my server it doesn't show the image.

Can anybody help me.

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210705/fa7f8d7d/attachment-0001.htm>


More information about the User mailing list