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?
Can you display image in list field
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Can you display image in list field
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
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
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.
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
Hi user#606,
Another way is to use a Datagrid of type FORM, but these are quite complex.
Best
Klaus
Yes, I saw in another thread that you are using groups now.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.
Another way is to use a Datagrid of type FORM, but these are quite complex.
Best
Klaus