Board index » delphi » "Blob has invalid header" error message
Jack Wasserstein, DDS, Inc.
![]() Delphi Developer |
Sun, 20 May 2001 03:00:00 GMT
"Blob has invalid header" error message
I am using the following code to insert a .bmp graphic image into a Paradox
Table. The code works. However, when I try and view the image in the Paradox table, from within paradox, it does not show and it gives an error message, "Blob has invalid header." Conversely, if I create a form within Delphi, with a table data source and graphic image, I can see the .bmp graphic that I inserted. Delphi can view the graphic, but Paradox cannot. Does anybody know why this is happening, and how I can get Paradox to var patientpic : TBitMap; begin end; |