Search found 359 matches

by hugo
Fri Mar 08, 2024 6:15 pm
Forum: Stimulsoft Reports.JS
Topic: 2 mysterious red lines
Replies: 3
Views: 155

Re: 2 mysterious red lines

OK, thank you.
by hugo
Thu Mar 07, 2024 10:26 pm
Forum: Stimulsoft Reports.JS
Topic: 2 mysterious red lines
Replies: 3
Views: 155

2 mysterious red lines

I can't find where comes this 2 red lines (printscreen in attachment).
I already checked everything and seems to do a break page.

How can I remove it ? Thanks in advance.
by hugo
Fri Feb 16, 2024 1:12 pm
Forum: Stimulsoft Reports.JS
Topic: Change text font size with textformat tag
Replies: 3
Views: 202

Change text font size with textformat tag

Hi,

I use this expression for a space between two lines: <textformat leading="4"> {DynamicTable.Name1}<br>{DynamicTable.Name2}</textformat>
How to change to text font size on this case ?
by hugo
Mon Jul 17, 2023 9:20 am
Forum: Stimulsoft Reports.JS
Topic: Databand with filter Date field null does not work
Replies: 3
Views: 629

Re: Databand with filter Date field null does not work

Hello,

Thanks for the tip but it still didn't work.
Could be a issue in my version?

Thank you.
by hugo
Fri Jul 14, 2023 5:48 pm
Forum: Stimulsoft Reports.JS
Topic: Databand with filter Date field null does not work
Replies: 3
Views: 629

Databand with filter Date field null does not work

Hi,

A databand with a date field null filter does not work (version: 2023.1.4)
See the file in attachment.
by hugo
Mon Mar 13, 2023 8:58 pm
Forum: Stimulsoft Reports.JS
Topic: Fullscreen forced in Mobile
Replies: 2
Views: 655

Re: Fullscreen forced in Mobile

I faced other issues like the print does not work, so I change my strategy and in mobile now instead of showing the viewer, I just export and open the PDF.
by hugo
Mon Mar 13, 2023 2:52 pm
Forum: Stimulsoft Reports.JS
Topic: Fullscreen forced in Mobile
Replies: 2
Views: 655

Fullscreen forced in Mobile

Hi,

In mobile the viewer shows in fullscreen.
I don't have control over it.
I tried to force with this (without result): options.appearance.fullScreenMode = false;

Another option would be to open automatically in a separated tab.
by hugo
Mon Jan 16, 2023 11:09 am
Forum: Stimulsoft Reports.JS
Topic: Formatted expression print an empty value while 0,00 was expected
Replies: 3
Views: 625

Re: Formatted expression print an empty value while 0,00 was expected

Problem solved.
The hide zeros property was active and affected the formula (I found when I tried to isolate for your test case).
Thank you.
by hugo
Sun Jan 15, 2023 10:48 pm
Forum: Stimulsoft Reports.JS
Topic: Formatted expression print an empty value while 0,00 was expected
Replies: 3
Views: 625

Formatted expression print an empty value while 0,00 was expected

Hello,

The following expression: {Budget.Budgeted).ToString("#,##0.00")} when the Budget.Budgeted is 0 print an empty value instead of 0,00 like the old brother Flex.
This was tested with the latest version of Stimulsoft.JS.