
PDF print
Hi everyone!
I need to find a way to print or save a document in PDF when I need to print, cause my dataease is just automatic fisically printing the documents, but I dond have any chance to save the document in a digital version unless I spend time scanning the document, my version of dataease is 6.52.
Thanks for your help!
Hi Youanna,
I have found that the CutePDF software works well in capturing output to a PDF file and I have used it with V6.5X variants.
Ok, I`ve downloaded CutePDF, and I read the insctructions, looks easy, but I still don't know how to set up CutePDF as default for the Dataease Application, if you can explain that to me I`d really apreciate it.
Thank you!
There is no default for a DataEase 6.5 application. It depends on what is set up as default in Windows and what is set up as output media in 6.5.
So the way it works is that if you have Printer set here and CutePDF set as default printer in WIndows and choose print without displaying Dialog you will print directly to CutePDF for all documents that has Printer set here.
You will still get the CutePDF dialog where you have to choose what filename you want etc.
Strictly speaking 6.5 is a very old and primitive version of DFW and if you are going to produce PDF's emails from DataEase you should look at LE9.
LE9 is an "itteration" of the latest version of DataEase DE9 (Released before DE9 as the need for Legacy users have priority).
LE9 is a bigger development project alone than all previous versions of DFW put together but a lot of it is "Under the bonnet" as running of Legacy applications in a modern environment with a minimum of problems is again the priority.
You can see that the Print Options dialog has changed slightly. For instance you have gotten PDF as a native feature together with Export etc.
You can also fit the print to any paper size for more easily getting documents that look right on one page.
Industrial document product is quite "awkward" in 6.5, 7 and even 8 but in LE9/DE9 this has changed.
We have now added output override features to DocumentOpen() and added DocumentRun() for running documents in chains.
https://www.dataease.com/dg3_HelpView/?PageID=13712&field1=*DocumentOpen*
https://www.dataease.com/dg3_HelpView/?PageID=13829&field1=*DocumentRun*
9.0 Onwards DocumentOpen with extra parameters added. At the moment it supports: DocumentOpen("DocName","window"), DocumentOpen("DocName","nooutput") (only without list records when using data-entry in this commit), DocumentOpen("DocName","export","filename") (only without data-entry in this commit), DocumentOpen("DocName","printer","printer 1..4 or the actual name or nothing for default printer") and DocumentOpen("DocName","pdf","filename").
DocumentOpen(name,"PDF", file). DocumentOpen(name, "preview") added. DocumentOpen(name, "printer", printername) now printer name can be "Application printer 1-4" or the name of the printer. Blank is default printer.
DE: added DocumentOpen("DQLName", "EMail", "pdfname.pdf", "EmailTo", "Subject" , "Body") will generate a pdf from the dql en send it using the emailsettings in ini file.