Re: Pictures and Developer 6

From: Paul Dorsey <pdorsey_at_dulcian.com>
Date: Wed, 02 Feb 2000 03:53:25 GMT
Message-ID: <VSNl4.14164$t_.288213_at_news.rdc1.nj.home.com>


I have displayed them without problems.
I have had some problems with some kinds of tiff files but not with bmps.

--
Paul Dorsey
Dulcian, Inc.
(212) 595-7223
web address: http://www.dulcian.com
email: pdorsey_at_dulcian.com


Scott Haas <haas_at_scpa.sri.com> wrote in message
news:38972B0F.F3489BAB_at_scpa.sri.com...

> I have a table (called PICTURE) as follows:
>
> RECORD_ID VARCHAR2(8)
> PICTURE BINARY FILE LOB
>
> I suscessfully loaded a sample record using
> CREATE OR REPLACE DIRECTORY graphicdir AS 'd:\ora_in\graphic';
>
> INSERT INTO PICTURE
> VALUES ('x0001234', BFILENAME('graphicdir','x0001234.bmp'));
>
> I am running Forms 6.0, and have a canvas with this table as it's data
> block.
> The form does not display the picture when it runs. I do get the record
>
> number appropriately, but not the .bmp file.
>
> Has anyone worked with BFILE and displayed pictures on forms?
>
> TIA,
> Scott
>
Received on Wed Feb 02 2000 - 04:53:25 CET

Original text of this message