Skip to Content
0
Former Member
Feb 22, 2007 at 05:22 PM

Opening a TIFF picture with CALL_METHOD

35 Views

Hi all,

In order to open images from an URL, I'm using the method CALL_METHOD from the class "CL_GUI_OBJECT", with the code below.

I'm actually using it with ".JPG" pictures and it works. Now I have to manage ".TIF" images as well and with this kind of file it isn't working.

Do you know if it is possible to load images with TIF extension with this method?

Many thanks to all. Bye,

Franz

Here is the code:

CALL METHOD<b> CALL_METHOD</b>

EXPORTING

METHOD = '<u>loadImageFromURL</u>'

P_COUNT = 1

P1 = URL

QUEUE_ONLY = ' '

IMPORTING

RESULT = RESULT

EXCEPTIONS OTHERS = 1.