Search found 359 matches

by hugo
Mon Oct 05, 2020 12:58 am
Forum: Stimulsoft Reports.JS
Topic: Can not set the default language
Replies: 2
Views: 988

Can not set the default language

Hi, This: Stimulsoft.Base.Localization.StiLocalization.addLocalizationFile("Localization/pt.xml", true, "pt"); Does load the language definition (with console warning) but loads however does not set pt as default language (tested on the designer). And this: Stimulsoft.Base.Locali...
by hugo
Wed Jun 24, 2020 8:48 am
Forum: Talks
Topic: MAUI (evolution of Xamarin)
Replies: 10
Views: 12961

MAUI (evolution of Xamarin)

Hello, I know that Stimulsoft does not support Xamarin. It's not a major issue because it's mobile anyway. I render the report on server side and show as PDF. It works. But we have now a new kid in the town, called MAUI, that is the next generation of Xamarin with official support for Windows and ma...
by hugo
Sat May 02, 2020 1:19 pm
Forum: Stimulsoft Reports.Flex
Topic: requestedDisplayResolution blurred
Replies: 3
Views: 12211

Re: requestedDisplayResolution blurred

Done.

Thank you.
by hugo
Tue Apr 28, 2020 9:52 pm
Forum: Stimulsoft Reports.Flex
Topic: requestedDisplayResolution blurred
Replies: 3
Views: 12211

requestedDisplayResolution blurred

Hello, I was using my AIR Desktop App without requestedDisplayResolution. Now I activated this app xml requestedDisplayResolution flag with the value high: <requestedDisplayResolution>high</requestedDisplayResolution> Now my desktop app have a beautiful sharp look, however the Stimulsoft Designer Ca...
by hugo
Mon Dec 16, 2019 2:02 pm
Forum: Stimulsoft Reports.Flex
Topic: One DataTable and Three DataBands
Replies: 3
Views: 11764

Re: One DataTable and Three DataBands

Hello,

I solved my problem with related databands + line type column + filters on the databands.

Thank you,
Hugo.
by hugo
Thu Dec 12, 2019 9:48 am
Forum: Stimulsoft Reports.Flex
Topic: One DataTable and Three DataBands
Replies: 3
Views: 11764

One DataTable and Three DataBands

Hello, I want to build a report with one DataTable and Three DataBands. The result of this DataTable it's a join between 3 Tables. I'm able to manage this for a single page using a DataGroud with field and 2 DataTables using filters, however the report completly mess up if I have multiple pages. Is ...
by hugo
Sat Apr 13, 2019 9:22 pm
Forum: Stimulsoft Reports.NET
Topic: Conditional function works different on .NET
Replies: 5
Views: 1809

Re: Conditional function works different on .NET

Hi found myself the solution: This version works with Flex solution but not with .NET: Sum(Accounting.Credit01-Accounting.Debit01) == 0 On the other hand, this version works with both solutions: Sum(DataBand1, Accounting.Credit01-Accounting.Debit01) == 0 The only difference is that I tell the report...
by hugo
Fri Apr 12, 2019 10:47 am
Forum: Stimulsoft Reports.NET
Topic: Conditional function works different on .NET
Replies: 5
Views: 1809

Re: Conditional function works different on .NET

Hello,

I already tried that before the initial post :(
by hugo
Thu Apr 11, 2019 7:52 am
Forum: Stimulsoft Reports.NET
Topic: Conditional function works different on .NET
Replies: 5
Views: 1809

Conditional function works different on .NET

Hello,

Please see the attachments.
It's a condition on a field on a group footer.

It works perfectly on Flex but works opposite on .NET
by hugo
Tue May 01, 2018 10:52 pm
Forum: Stimulsoft Reports.Flex
Topic: TextInCells does not work
Replies: 1
Views: 10870

TextInCells does not work

Hello,

TextInCells does not work.
See the attachments.
It render as a normal textbox.

Regards,
Hugo.