Search found 73 matches

by romulocpd
Mon Sep 28, 2020 1:30 pm
Forum: Stimulsoft Reports.JS
Topic: Example vuejs with api data
Replies: 3
Views: 1119

Re: Example vuejs with api data

Hello.
Thank you, but I think this example is very simple. I need an example with API data and send to MRT file.
by romulocpd
Fri Sep 25, 2020 11:18 pm
Forum: Stimulsoft Reports.JS
Topic: Example vuejs with api data
Replies: 3
Views: 1119

Example vuejs with api data

Hello.
O use stimulsoft since 2014, web version registered.

I'm migrating my system from aspnet mvc to vuejs + aspnet core on back-end.

Do you have a example reading data from api and show report mrt?

Thank you
by romulocpd
Fri Sep 20, 2019 5:13 pm
Forum: Stimulsoft Dashboards.WEB
Topic: Print to pdf not working in chrome 77
Replies: 7
Views: 3453

Re: Print to pdf not working in chrome 77

Hello. When next version will be launched? I bought today 2019.3.5 to solve this problem. I've tried solution above but nothing... I receve same message: Resource interpreted as Document but transferred with MIME type application/pdf: "blob:http://localhost:50481/a5925449-f842-4daf-ae84-69f77fb...
by romulocpd
Mon Oct 31, 2016 5:23 pm
Forum: Stimulsoft Reports.WEB
Topic: Many reports showed and print. Problem!
Replies: 1
Views: 1024

Many reports showed and print. Problem!

Hello.

For example, my user is showing many reports. Many tabs opened in chorme. If it click to print the reports, the report printed is just the last showed.

What I'm doing wrong?
by romulocpd
Thu Oct 06, 2016 7:55 pm
Forum: Stimulsoft Reports.WEB
Topic: Time zone
Replies: 3
Views: 2202

Re: Time zone

I've got more then 100 reports........ change it in each one..... so.. ok! Thank you.

But think about it in a next version
by romulocpd
Wed Oct 05, 2016 5:45 pm
Forum: Stimulsoft Reports.WEB
Topic: Time zone
Replies: 3
Views: 2202

Time zone

Hi.

I'm in Brazil and the time here is 15:00 hs. The value {Time} in MRT file is rendering 11:00 hs.

How can I fix it? My system is hosted in EUA.

Thank you!
by romulocpd
Fri Jul 08, 2016 12:19 pm
Forum: Stimulsoft Reports.WEB
Topic: Set visible specific field
Replies: 1
Views: 1007

Set visible specific field

Hello.

How can I make a textbox visible, or not, if specific field (bussiness object) is false or true?
by romulocpd
Wed Mar 30, 2016 6:49 pm
Forum: Stimulsoft Reports.WEB
Topic: NullReference
Replies: 3
Views: 1436

Re: NullReference

So... I've removed all Stimulsoft dll's references and make reference again... the reports are working....
by romulocpd
Wed Mar 30, 2016 4:35 pm
Forum: Stimulsoft Reports.WEB
Topic: NullReference
Replies: 3
Views: 1436

NullReference

Hello. My reports stopped to work. On code: public ActionResult DadosExibicaoRelatorio() { StiReport S = new Stimulsoft.Report.StiReport(); string Arquivo = Server.MapPath("~/Content/Reports/" + Session["AreaMRT"].ToString() + "/" + Session["ArquivoMRT"].ToStr...
by romulocpd
Thu Nov 12, 2015 12:02 pm
Forum: Stimulsoft Reports.WEB
Topic: BarCode problem
Replies: 5
Views: 1624

Re: BarCode problem

Thank you!

You were right. The code numeric is diferent from code used to generate barcode.... I saw it in documentation... Now is correct.

I was sending the incorrect value to barcode component.

Thank you.