Kbase P1074: Image file is searched with .bmp, .ico and .cur extentions before its real extension
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Image file is searched with .ico, .cur and .bmp extentions
The extention for the image file is specified in the file name: .gif.
Progress searches first for .gif.bmp, then for .gif.ico, then for .gif.cur, finally for .gif.
CAUSE:
This is a known issue.
FIX:
This issue has been fixed in Service Pack 9.1D07. If applying Service Pack 9.1D07 or higher is not an option, a workaround is to rename the file with one of the known extentions, for example:
MyPicture.jpg => MyPicture.jpg.bmp
Please note that the picture will indeed remain a jpeg, and that Progress will load it as a jpeg in an image widget.