Page 1 of 1

Can you display image in list field

Posted: Sun Mar 05, 2017 4:04 pm
by user#606
I have looked at the Datagrid thing and it seems to be unbelievably complicated to display data. I am familiar with the List field object and if it could be made to display a thumbnail image, like a book on Amazon, then that would be ideal.
Can it be done?

Re: Can you display image in list field

Posted: Sun Mar 05, 2017 4:13 pm
by Klaus
Hi user#606,

yes, look up "imagesource" in the dictionary!
Basically you can "replace" any or all characters in a field with an image this way.


Best

Klaus

Re: Can you display image in list field

Posted: Sun Mar 05, 2017 6:39 pm
by user#606
Thank you Klaus.
I got it working, but the remaining cells are to contain multi line text and the Don't wrap property cannot be false, so I cannot format the text to be anything other than a single long line.
I can work things differently now I have to.

Re: Can you display image in list field

Posted: Sun Mar 05, 2017 11:26 pm
by Klaus
Hi user#606,
user#606 wrote:I got it working, but the remaining cells are to contain multi line text and the Don't wrap property cannot be false, so I cannot format the text to be anything other than a single long line./quote]
yep, that is how "list fields" work!
user#606 wrote:I can work things differently now I have to.
Yes, I saw in another thread that you are using groups now.
Another way is to use a Datagrid of type FORM, but these are quite complex.


Best

Klaus