Image column in table
Posted: Fri Apr 27, 2018 3:33 pm
Bit rusty on my Longrange so forgive me if this is dumb!
I have a table with the following column
#COM_OWNER.Set_Table Name(tabStudents) Col_N(8) Col_Name('Tick') Col_Width(20) Col_Type(Image)
and am trying to display a tick image
#tickstring := '/images/image-tick.png'
#COM_OWNER.Set_Image Name(tabStudents + '.Row%' + #x.AsString + '.Tick') Image(#tickstring) Valign(top) Halign(left)
But nothing is displayed an no errors occur.
The image name is a valid image in a public folder on our website where the lomgrange app is running from and I can display it in the browser.
Any idea where I'm going wrong?
I have a table with the following column
#COM_OWNER.Set_Table Name(tabStudents) Col_N(8) Col_Name('Tick') Col_Width(20) Col_Type(Image)
and am trying to display a tick image
#tickstring := '/images/image-tick.png'
#COM_OWNER.Set_Image Name(tabStudents + '.Row%' + #x.AsString + '.Tick') Image(#tickstring) Valign(top) Halign(left)
But nothing is displayed an no errors occur.
The image name is a valid image in a public folder on our website where the lomgrange app is running from and I can display it in the browser.
Any idea where I'm going wrong?