Home > Back-end >  QuickReport save HTML document
QuickReport save HTML document

Time:10-03

CB6 own QuickReport, save the HTML document, found that the format is gone, QRChart chart also have no, where is is set wrong?
Code:
Else if ((strFileExt==". HTM ") | | (strFileExt=="HTML")) {
HtmlFilter=new TQRHTMLDocumentFilter (dlgSaveReport - & gt; FileName);
MyCurrentTQRep - & gt; ExportToFilter (HtmlFilter);
The delete HtmlFilter;
}

Thank you for your attention!

CodePudding user response:

QRHTMLFilter controls, did you add?

CodePudding user response:

Use quickreport 5.02 PDF export, there is no problem,

HTML didn't find

CodePudding user response:

reference 1st floor xjq2003 response:
QRHTMLFilter controls, did you add?


Not add ah, dynamically created in the code, just tried it on, add controls the way also not line, the export to HTML file or flooey
  • Related