11g Forms [message #650840] |
Thu, 05 May 2016 04:37 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/cc837b9c65ed1aec0080f5550741ecfe?s=64&d=mm&r=g) |
glmjoy
Messages: 187 Registered: September 2011 Location: KR
|
Senior Member |
|
|
Dear All,
I want to know that i have image (Jpeg,Gif) files located at file system which i can view through forms but i have PDF file too locate at file system
my File System Path is C:\UAH\
I have a table
CREATE TABLE DOCUMENT
(
DOC_ID VARCHAR2(15 BYTE) NOT NULL,
DOC_NAME VARCHAR2(50 BYTE),
REF_TABLE_NAME VARCHAR2(50 BYTE) NOT NULL,
REF_DOC_DESC VARCHAR2(250 BYTE) NOT NULL,
IMAGE_RELATIVE_PATH VARCHAR2(100 BYTE) NOT NULL,
CANCEL_YN CHAR(1 BYTE) DEFAULT 'N' NOT NULL
)
I want that if user select PDF file and then with reference table link it will open in PDF. If someone has idea kindly share.
Thanks in Advance
|
|
|
|
|