Disappearing images
I have mySQL table with an image (PNG) field. I've put an Image component on a FastReport and linked it to the field.
This works perfectly on most computers, however when I run the report on a Terminal Server client, the images are no longer visible - neither on the preview nor the printout.
Is this a known issue, or have I overlooked something?
I have attached screen snips of the same report being shown on a PC and a TS client.
This works perfectly on most computers, however when I run the report on a Terminal Server client, the images are no longer visible - neither on the preview nor the printout.
Is this a known issue, or have I overlooked something?
I have attached screen snips of the same report being shown on a PC and a TS client.
Comments
The images I'm trying to display are in the range of 2,000-2,500 bytes.
I've tried with larger images (40,000 bytes+) and they work fine.
If I replace (any) one record with a larger image, and display it on the report, ALL the remaining smaller images will now display as well.
This is obviously not the solution, because I don't want the larger image on the report - just the smaller ones.