RE: Infomaker: Preview window orientation

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