Manuel,
You kind of lost me w/ your post, but I am doing this in various methods.
1. I have the pdf files stored in the database.
When I am in R:base and want to look at a PDF file, I dump it to a temp file
and then start adobe giving it the name of the temp file.
When I am in Tango and want to look at a PDF, I start a new browser window
w/ the mime type of application/pdf and stuff the blob directly into it.
(Matt gets the credit for figuring out how to do this). Take a look at
www.eapintl.com - Employees login using RTD and RTD, look at the articles
page (you have to use ie to view this page).
If you want the code for either, send me a private e-mail.
Troy
[EMAIL PROTECTED]
===== Original Message from [EMAIL PROTECTED] at 6/05/01 12:03 pm
>Hello RTango Lovers,
>
>I been working on a dynamic PDF generation system can can utilize RBase
>report designer. I got the system working and now I can deploy dynamic
>RBase/PDF reports. The problem I encountered is that if the new PDF
>report has a name of a report previously viewed by the user, the
>browser shows the old report unless a browser refresh is issued. Of
>course, we can change the browser's setting to refresh every time and
>not use the cache but this would slow down the system.
>The solution that I am exploring is generating the PDF report and
>loading it into a VARCHAR column that Tango can Query and display
>directly. This would be similar as displaying a VARBIT picture image
>stored in a column.
>
>Is there a way to display a VARCHAR column that contains a PDF file as a
>PDF document?
>
>Thanks In Advance for your help,
>Manuel