Trying to display an image w/Forms 4.5

From: Andy <abruskoNOabSPAM_at_binney-smith.com.invalid>
Date: Mon, 20 Dec 1999 06:03:11 -0800
Message-ID: <1e9b4e00.b0164c69_at_usw-ex0102-015.remarq.com>



Hi,

[Quoted] 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 * [Quoted] The fastest and easiest way to search and participate in Usenet - Free!
Received on Mon Dec 20 1999 - 15:03:11 CET

Original text of this message