I have one form in an app I'm designing for Photos. Each record to store a bit of info. for the photo, i.e. Photo ID, Location, File Name, Date Taken, etc. My last field, Field Name = PHOTO, Type = Graphic.
I can't seem to finish the form enough to test because can't seem to figure the correct way to put this field on a form. I put a TDBImage component on the form, sized it, defined the DataSource, Field Name=PHOTO but just to test, running it Laz errors with a Debugger Exception, see attached. But, I can run the application.exe just fine but the field isn't on the form.
The run exception occurs in dbimage.inc in the procedure ReadImageHeader;
Am I approaching this wrong, is there a better way?
Tks in advance...