knopix Posted June 5, 2013 Posted June 5, 2013 whether the report builder support to unigui? Thanks Regards Knopix Quote
belo Posted June 5, 2013 Posted June 5, 2013 Yes, supports,'m using successfully. You can use the component TUniURLFrame to view pages or export to PDF. See some examples in ReportBuilder site: http://www.digital-metaphors.com:8080/Output/PDF/PDF_Fundamentals And suits using TUniURLFrame. Here is an example using the forum FastReport, just adapt. Good Luck! Eduardo Belo Quote
knopix Posted June 7, 2013 Author Posted June 7, 2013 I use FastReport but when I make ISAPI application MODULE unigui can not seem to export reports to Excel and print to html, pdf? there a solution? whether the ReportBuilder is the ISAPI project MODULE?Thank You Mr.Eduardo Belo Regards Knopix Quote
belo Posted June 7, 2013 Posted June 7, 2013 I use FastReport but when I make ISAPI application MODULE unigui can not seem to export reports to Excel and print to html, pdf? there a solution? whether the ReportBuilder is the ISAPI project MODULE?Thank You Mr.Eduardo Belo Regards Knopix Yes, Report Builder export to PDF, Excel, HTML, anyway, regardless of whether or ISAPI StandAlone. The HTML export ReportBuilder is perfect, FastReport does the job right. Regards Eduardo Belo Quote
knopix Posted June 8, 2013 Author Posted June 8, 2013 there is an example project to export to excel Mr.Eduardo Belo.I am using mysql database subordinate wamp. Regards Quote
belo Posted June 8, 2013 Posted June 8, 2013 there is an example project to export to excel Mr.Eduardo Belo.I am using mysql database subordinate wamp. Regards See in Sample Project ReportBuilder Demo. Regards Eduardo Quote
knopix Posted June 10, 2013 Author Posted June 10, 2013 Thank You Very Much Mr.Eduardo Belo Regards Knopix Quote
knopix Posted June 11, 2013 Author Posted June 11, 2013 whether the project you created using the database? use Delphi version number? mine using Delphi XE2 with unigui 0.93 Regards Knopix Quote
belo Posted June 11, 2013 Posted June 11, 2013 whether the project you created using the database? use Delphi version number? mine using Delphi XE2 with unigui 0.93 Regards Knopix The example was compiling with XE2, UniGUI 0.93 and ReportBuilder 14.04 Buil 106. For the database used the ClientDataSet in memory, but you can adapt to any database like MySQL or Firebird. Regards Eduardo Belo Quote
knopix Posted June 11, 2013 Author Posted June 11, 2013 I create a project with mysql database when going to export to pdf, excel no problem?[dcc32 Error] Main.pas(100): E2003 Undeclared identifier: 'dtXLSReport',[dcc32 Error] Main.pas(123): E2003 Undeclared identifier: 'dtPDF' and [dcc32 Error] Main.pas(144): E2003 Undeclared identifier: 'dtXLSData'.there is a solution? Regards Knopix Quote
cbillo Posted June 11, 2013 Posted June 11, 2013 There's "ppProd" and/or "ppTypes" in uses clause of your demo? Quote
belo Posted June 11, 2013 Posted June 11, 2013 I create a project with mysql database when going to export to pdf, excel no problem?[dcc32 Error] Main.pas(100): E2003 Undeclared identifier: 'dtXLSReport',[dcc32 Error] Main.pas(123): E2003 Undeclared identifier: 'dtPDF' and [dcc32 Error] Main.pas(144): E2003 Undeclared identifier: 'dtXLSData'.there is a solution? Regards Knopix The example of the DEMO, you have to declare ppTypes the uses clause. See the comment I made in the onclick event of the button Print the DEMO. Regards Eduardo Belo Quote
knopix Posted June 12, 2013 Author Posted June 12, 2013 ok thanks, but there is one problem no error message: [Error dcc32] Main.pas (61): E2065 Unsatisfied forward or external declaration: 'TMainForm.PrintReport' Regards Knopix Quote
knopix Posted June 12, 2013 Author Posted June 12, 2013 how to print a report based on the date in ReportBuilder? Regards Knopix Quote
knopix Posted June 18, 2013 Author Posted June 18, 2013 How come when printing PDF Report, Export to Excel stored together with the application that we created.Mr.Eduardo Belo Regards Knopix Quote
chefdackel Posted June 19, 2013 Posted June 19, 2013 How come when printing PDF Report, Export to Excel stored together with the application that we created.Mr.Eduardo Belo Regards Knopix well, the Delphi report components are not the best in integrated PDF exporting. For FastReport the users wait for years for some handy and accurate integrated PDF exporting, and also for ReportBuilder I think if you want great PDF export with "complicated" reports then you have to use third party tools. Like wPDF from Wpcubed or eDocEngine from Gnostice. But take a look at the license terms, f.e. wPDF comes in form of a DLL, the unit to integrate thread safe in your source costs extra money and also the internet server license costs extra money. Quote
Oliver Morsch Posted June 19, 2013 Posted June 19, 2013 For FastReport the users wait for years for some handy and accurate integrated PDF exporting I use reportmanger (open source, http://reportman.sourceforge.net/ ). This comes with an additional console app to create PDF's. This I start using createProcess() in UniGui-App and give it the needed parameters. It's very very fast. Quote
mierlp Posted June 19, 2013 Posted June 19, 2013 Hi Oliver, I asume that you create the reports for the customer. I'm still looking for a way the user can create is own reports (like FastReport Designer) and store them in a database or as a file from within uniGui The problem with FastReport Desinger is the visual aspect for design the report in combination with uniGui. A alternative is that we created a Windwos .exe file containing the designer which the user has to start on his computer, design the report and storie it in the database. I use reportmanger (open source, http://reportman.sourceforge.net/ ). This comes with an additional console app to create PDF's. This I start using createProcess() in UniGui-App and give it the needed parameters. It's very very fast. Quote
Oliver Morsch Posted June 19, 2013 Posted June 19, 2013 I asume that you create the reports for the customer. I'm still looking for a way the user can create is own reports (like FastReport Designer) and store them in a database or as a file from within uniGui I think you are looking for this: http://mobile.stimulsoft.com/Designer.aspx?reportname=SimpleList A alternative is that we created a Windwos .exe file containing the designer which the user has to start on his computer, design the report and storie it in the database. In reportmanager there is also an exe for creating reports standalone. But I think it is not usable by end users. Quote
belo Posted June 20, 2013 Posted June 20, 2013 How come when printing PDF Report, Export to Excel stored together with the application that we created.Mr.Eduardo Belo Regards Knopix At DEMO send you does. Do not you answer? Describe in detail what your real trouble I can help it. Regards Eduardo Quote
knopix Posted June 26, 2013 Author Posted June 26, 2013 Mr.Eduardo Belo,help me how when I was going to print the report pdf by date or no batch?I use 1 piece TUniEdit and 1 TUniButton to print the report PDF? Regards Knopix Quote
belo Posted June 27, 2013 Posted June 27, 2013 Mr.Eduardo Belo,help me how when I was going to print the report pdf by date or no batch?I use 1 piece TUniEdit and 1 TUniButton to print the report PDF? Regards Knopix Create a simple demo with your code so I can help it. Do not work with MySQL, do the example with Firebird or memory with ClientDataSet. Regards Eduardo Quote
knopix Posted July 2, 2013 Author Posted July 2, 2013 Create a simple demo with your code so I can help it. Do not work with MySQL, do the example with Firebird or memory with ClientDataSet. Regards Eduardo There is a an email address Mr. Eduardo Belo,To send a sample Project Quote
belo Posted July 2, 2013 Posted July 2, 2013 Create a simple demo with your code so I can help it. Do not work with MySQL, do the example with Firebird or memory with ClientDataSet. Regards Eduardo There is a an email address Mr. Eduardo Belo,To send a sample Project email: beloelogica@gmail.com Quote
Sherzod Posted October 19, 2019 Posted October 19, 2019 1 minute ago, ali abbasi said: Thank you for this sample and unfortunately I cannot use your sample code for my project. Hello, Sorry, can you please specify, which edition and build of UniGUI are you using? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.