Re: Trying to display an image w/Forms 4.5

From: Bob Bain <bob.bain_at_terra-nova.e-mail.com>
Date: Mon, 20 Dec 1999 14:44:55 -0000
Message-ID: <ejr74.34$654.947_at_news.colt.net>


You're going the wrong way around,

What you need to use is READ_IMAGE_FILE not WRITE_IMAGE_FILE (which will write the image stored in your image item to the specified file).

Have fun

Bob

Andy <abruskoNOabSPAM_at_binney-smith.com.invalid> wrote in message news:1e9b4e00.b0164c69_at_usw-ex0102-015.remarq.com...
> Hi,
>
> Can someone please look at the code below and tell my why the image is
> not being displayed? I am getting no compile or runtime errors, but
> the image will not show up in the image item. I have tried various
> image types...bmp, gif, tif, etc.
>
> Thanks alot...I appreciate the help,
> Andy
> ----------------------------------------
> declare
> path varchar2(50) := 'c:\orawin95\forms45\demos\reuse\d2knav4.tif';
> pictype varchar2(10) := 'TIF';
> it_id item;
> begin
> it_id := Find_Item('BLOCK1.img1');
> write_image_file(path,pictype,it_id);
> end;
>
>
> * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network
*
> The fastest and easiest way to search and participate in Usenet - Free!
>
Received on Mon Dec 20 1999 - 15:44:55 CET

Original text of this message