Home » Developer & Programmer » Forms » 11g Forms (11.1.2)
11g Forms [message #650840] Thu, 05 May 2016 04:37 Go to next message
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
Re: 11g Forms [message #650876 is a reply to message #650840] Thu, 05 May 2016 23:26 Go to previous messageGo to next message
azamkhan
Messages: 557
Registered: August 2005
Senior Member
Use HOST command to execute the PDF file.

I hope this will resolve your issue.
Re: 11g Forms [message #650928 is a reply to message #650876] Sat, 07 May 2016 00:59 Go to previous message
glmjoy
Messages: 187
Registered: September 2011
Location: KR
Senior Member
Thanks
Previous Topic: problem in rollback
Next Topic: Run a form in Netscape
Goto Forum:
  


Current Time: Fri Apr 19 03:05:12 CDT 2024