READ_IMAGE_FILE issue [message #493521] |
Tue, 08 February 2011 09:36 |
infosuresh2k
Messages: 77 Registered: September 2009 Location: CHENNAI, INDIA
|
Member |
|
|
Hi,
I have an image file like below, this image file name contains one spanish letters(í)
Image file name -> San Valentín.JPG
I am using the below line in the when-button-pressed trigger of the form to read above image file, but this is not working,
after pressing the button, image field(CTRL_BLK.IMAGE_ITEM) is blnak.
if i use some other image file which is not having spanish letter(í) then it works fine, any idea about this issue.
READ_IMAGE_FILE('\\xyz\images\San Valentín.JPG', 'JPG', 'CTRL_BLK.IMAGE_ITEM');
Regards,
Suresh.V
|
|
|
|
|
|
|