Search found 8 matches

by milver.silva
Thu Mar 23, 2023 2:24 pm
Forum: Stimulsoft Reports.JAVA
Topic: Exporting A Report from Code
Replies: 4
Views: 7924

Re: Exporting A Report from Code

Sorry, I missed passing the settings in the method call

Code: Select all

StiPdfExportSettings pdfExportSettings = new StiPdfExportSettings();
pdfExportSettings.setEmbeddedFonts(false);
StiExportManager.exportPdf(report, pdfExportSettings, outputStream);
It worked perfectly, thank you very much!
by milver.silva
Thu Mar 23, 2023 2:11 pm
Forum: Stimulsoft Reports.JAVA
Topic: Exporting A Report from Code
Replies: 4
Views: 7924

Re: Exporting A Report from Code

My code: https://res.cloudinary.com/dqpcjvbcr/image/upload/v1679580539/Stimulsoft.Java/7_iuay3h.png But it still generated an exception! ---------------------------- [Customer Explanation] ---------------------------- [General Info] Application: Stimulsoft Reports.JAVA Version: 2023.1.8 from 08 Dece...
by milver.silva
Thu Mar 23, 2023 3:50 am
Forum: Stimulsoft Reports.JAVA
Topic: Exporting A Report from Code
Replies: 4
Views: 7924

Exporting A Report from Code

I'm trying to use the same code as the example below to export the report to pdf Link: https://github.com/stimulsoft/Samples-Java-1.8-Native-Reporting-Components/blob/master/samples/src/com/stimulsoft/samples/ExportingAReportfromCode.java When I run the application, it runs normally. https://res.cl...
by milver.silva
Wed Jun 10, 2020 2:28 pm
Forum: Stimulsoft Reports.PHP
Topic: Mobile Viewing in PHP
Replies: 7
Views: 5636

Re: Mobile Viewing in PHP

Thanks
by milver.silva
Tue Jun 09, 2020 1:04 am
Forum: Stimulsoft Reports.PHP
Topic: Mobile Viewing in PHP
Replies: 7
Views: 5636

Re: Mobile Viewing in PHP

I did two tests: 1 .I published an internal model, selecting desktop page: https://res.cloudinary.com/dqpcjvbcr/image/upload/v1591663032/Stimulsoft/desinger_desktop_w9e0yr.png Result Desktop: https://res.cloudinary.com/dqpcjvbcr/image/upload/v1591663032/Stimulsoft/view_desktop_in_desktop_hjfvex.png...
by milver.silva
Fri Jun 05, 2020 2:35 am
Forum: Stimulsoft Reports.PHP
Topic: Mobile Viewing in PHP
Replies: 7
Views: 5636

Re: Mobile Viewing in PHP

Image
by milver.silva
Mon Jun 01, 2020 6:38 pm
Forum: Stimulsoft Reports.PHP
Topic: Mobile Viewing in PHP
Replies: 7
Views: 5636

Mobile Viewing in PHP

Hello people, I created my dashboard and inserted the mobile components on my page, but when I publish I can't see the changes when I access a smatphone. In Designer Page->Desktop: https://res.cloudinary.com/dqpcjvbcr/image/upload/v1591036328/Stimulsoft/3_zxwudk.png In Designer Page->Mobile: https:...
by milver.silva
Wed May 06, 2020 1:31 am
Forum: Stimulsoft Reports.PHP
Topic: Message: email was sent successfully
Replies: 1
Views: 1785

Message: email was sent successfully

Hello Guys
I have a question, in the function of sending e-mail in php, after sending the e-mail how to show a dialog box or an alert informing that the e-mail was sent successfully? :?: :?: :?: