Connect PDF files to frameset in web application

Hi,when we open the database in internet explorer ,then firstly open the frameset and click on the frameset documents then PDF file should be opened to corresponding the documents in a frameset in internet explorer.

I don’t want to open the forms from frameset but directly pdf files should be opened.

there are around 500 documents in a frameset so how can we create and open the pdf corresponding to that documents when we open in browser.

plz help me this is very urgent.

Subject: connect PDF files to frameset in web application

Hi AM P,

I suppose you are opening documents in View which is in frameset. Document gets opened in its Form. To open the attachment directly without opening the Form, you can embed a URL in the view. URL will look like: http://www.blah.com/blah.nsf/ViewName/DocumentUNID/$File/blah.pdf

You need to put in HTML code into one of the view columns. HTML code should be composed using Formula, something like:

{<a href=/"}+ @Subset(@DbName; -1) +{/View_Name/}+ @Text(@DocumentUNID) + {/$File/} + File_Name +{ ">Open PDF}

regards

Litty Joseph

Subject: generate Pdfs to corresponding documents in view in web application

Hi Litty,How can be link(URL) 500 pdf to corresponding documents in view.because for each document there is corresponding different pdf.

Plz help me this is very very urgent requirement.

thanx in advance.

Subject: RE: Pdf generation from the forms direclty in web application