As I said, you can store it in the db.

There is no detectible delay doing this:


SET VAR vpdf VARBIT = NULL
SELECT blobdata INTO vpdf IND vIn0 FROM intblob WHERE blobname = 'BlankPdf'
WRITE .vpdf TO myblank.pdf
PROPERTY pdfone FILENAME 'MyBlank.Pdf'
RETURN

> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of Karen
> Tellef
> Sent: Tuesday, February 25, 2014 3:25 PM
> To: RBASE-L Mailing List
> Subject: [RBASE-L] - Re: How to "clear" PDF viewer.
> 
> That's what we do too.  We have a blank PDF file and keep it in the
> database directory
> 
> Karen
> 
> 
> 
> -----Original Message-----
> From: Dennis McGrath <[email protected]>
> To: RBASE-L Mailing List <[email protected]>
> Sent: Tue, Feb 25, 2014 2:20 pm
> Subject: [RBASE-L] - RE: How to "clear" PDF viewer.
> 
> 
> Create a blank pdf file and use it when desired.
> http://stackoverflow.com/questions/14992697/pristine-blank-pdf-without-
> acrobat
> 
> Dennis McGrath
> Software Developer
> QMI Security Solutions
> 1661 Glenlake Ave
> Itasca IL 60143
> 630-980-8461
> [email protected]
> From: [email protected] [mailto:[email protected] <mailto:rbase-
> [email protected]?> ] On Behalf Of Lawrence Lustig
> Sent: Tuesday, February 25, 2014 1:53 PM
> To: RBASE-L Mailing List
> Subject: [RBASE-L] - How to "clear" PDF viewer.
> 
> Using PROPERTY pdfViewer FILENAME "MyPDFFile.PDF" works great to
> display a PDF. However, I'm not sure what do if I want to "clear" the
> PDF viewer so it has no file associated with it.  I tried assigning an
> empty string and a NULL text variable to the FILENAME property, but I
> get the message -ERROR- The PDF file could not be opened.
> 
> --
> Larry


Reply via email to