Home » Developer & Programmer » Forms » want to provide a link to an pdf file in my form & How to store pdf file in Database and retrive
want to provide a link to an pdf file in my form & How to store pdf file in Database and retrive [message #175592] Sat, 03 June 2006 03:08 Go to next message
waleed
Messages: 9
Registered: October 2001
Junior Member
hi everybody ,

i want to provide a link to an pdf Acrobat file in my form .. how do i do this .

regards

How to store pdf file in Database and retrive [message #175600 is a reply to message #175592] Sat, 03 June 2006 03:56 Go to previous messageGo to next message
waleed
Messages: 9
Registered: October 2001
Junior Member
Dear friends,

I was warking with a form in which there is a pdf file and that will have to store in the database..

say in my table
Re: want to provide a link to an pdf file in my form [message #175616 is a reply to message #175592] Sat, 03 June 2006 06:22 Go to previous messageGo to next message
karuparamb
Messages: 13
Registered: December 2005
Location: Jeddah
Junior Member

before calling the report,

ADD_PARAMETER(PL_ID,'DESTYPE',TEXT_PARAMETER, 'FILE');
ADD_PARAMETER(PL_ID,'DESFORMAT',TEXT_PARAMETER, 'PDF');
Add_Parameter(pl_id,'DESNAME', TEXT_PARAMETER, 'SAMPLE.PDF' );
RUN_PRODUCTREPORTS, 'SAMPLE',SYNCHRONOUS,RUNTIME, FILESYSTEM,PL_ID,NULL);

Web.Show_Document('http://...../dev60temp/'SAMPLE.PDF' , '_blank');

GOOD LUCK

Abdul Aziz. K.P
Re: want to provide a link to an pdf file in my form [message #175625 is a reply to message #175616] Sat, 03 June 2006 09:31 Go to previous messageGo to next message
waleed
Messages: 9
Registered: October 2001
Junior Member
thank u Abdul Aziz. K.P

i need to open pdf file in my form without using report form


please help me if u can
Re: How to store pdf file in Database and retrive [message #176363 is a reply to message #175600] Thu, 08 June 2006 02:10 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Search this forum for 'blob' and maybe 'blob file'.

David
Previous Topic: how to write arabic characters in the text label?
Next Topic: not display blank fk record
Goto Forum:
  


Current Time: Fri Sep 20 09:35:20 CDT 2024