Hey Martin,
I did manage to get this working (following some instructions I think I found online somewhere. From memory, the catch was that it would only work with an image of .BMP type. (So no JPGs.)
It’s set up as a Compute field with the following Computer Expression:
Bitmap("T:\Constituent Photos\" + String(customer_no) + ".BMP")
So it means that somebody needs to take any photos that you want to show up, save them into the appropriate folder (in my case, T:\Constituent Photos\) with a customer_no.BMP type. (e.g. 11114444.BMP)
Give it a try with a BMP and see how it goes. If it shows up, then you know that’s what is causing the problem.
Cheers,
Matt
Hi there Matt,
Thanks for this.
Sadly, no change - I have tried .bmp and .png (.png is referenced in the sample library) but this hasn't resolved the issue. I was wondering if it was the file size but it's only 101kB.
Any other ideas?
Martin