Search found 52 matches

by ddsmith99301
Thu Dec 21, 2023 9:00 pm
Forum: Stimulsoft Reports.NET
Topic: Report Cache-Files won't delete
Replies: 5
Views: 10802

Re: Report Cache-Files won't delete

Stimulsoft Ultimate 2019.3.1
by ddsmith99301
Thu Nov 02, 2023 9:11 pm
Forum: Stimulsoft Reports.NET
Topic: Report Cache-Files won't delete
Replies: 5
Views: 10802

Re: Report Cache-Files won't delete

I realize this is an old post, but I am having this same problem - the build up of the .mch files. I have tried several things to purge the files, but not successful. I just tried report.Dispose. This probably does free up memory that is used, but doesn't delete the cached .mch files. I need to have...
by ddsmith99301
Wed Jan 11, 2023 9:55 pm
Forum: Stimulsoft Reports.NET
Topic: adding two values from two textboxes
Replies: 26
Views: 4543

Re: adding two values from two textboxes

I cobbled together a sample report and SQL Server database for you to determine why the variable is set in one record and then the value is returned in the next record. I need it to be set and returned in the same record.
by ddsmith99301
Thu Jan 05, 2023 2:57 am
Forum: Stimulsoft Reports.NET
Topic: adding two values from two textboxes
Replies: 26
Views: 4543

Re: adding two values from two textboxes

The data is proprietary. It would take me a while to mock-up a database. I did find a temporary workaround. I set the property, 'Process at' to 'End of page' on the text components that use the Variables that are set from data acquired earlier in text components.
by ddsmith99301
Tue Jan 03, 2023 10:09 pm
Forum: Stimulsoft Reports.NET
Topic: adding two values from two textboxes
Replies: 26
Views: 4543

Re: adding two values from two textboxes

It doesn't work no matter what order the components are in.

2023-01-03_14-22-22.png
2023-01-03_14-22-22.png (48.92 KiB) Viewed 776 times
2023-01-03_14-26-46.png
2023-01-03_14-26-46.png (8.34 KiB) Viewed 776 times
2023-01-03_14-31-33.png
2023-01-03_14-31-33.png (48.31 KiB) Viewed 776 times
2023-01-03_14-38-34.png
2023-01-03_14-38-34.png (18.65 KiB) Viewed 776 times
by ddsmith99301
Mon Jan 02, 2023 9:12 pm
Forum: Stimulsoft Reports.NET
Topic: date to string conversion
Replies: 5
Views: 746

Re: date to string conversion

I have a little correction. This is how I got it to work.

DateSerial(Year(Today).AddMonths(-2), Today.AddMonths(-2).Month, DaysInMonth(Year(Today),Today.AddMonths(-2).Month)).ToString("MM/dd/yyyy")
by ddsmith99301
Mon Jan 02, 2023 6:23 am
Forum: Stimulsoft Reports.NET
Topic: adding two values from two textboxes
Replies: 26
Views: 4543

Re: adding two values from two textboxes

Here you go. Thank you!
by ddsmith99301
Fri Dec 30, 2022 7:27 pm
Forum: Stimulsoft Reports.NET
Topic: adding two values from two textboxes
Replies: 26
Views: 4543

Re: adding two values from two textboxes

I tried to mimic what you showed in your sample report, but now I am getting the following. What could possibly cause this? I am using data from SQL Server. You are using xml. Could this be the problem? 2022-12-28_21-23-27.png On the first page the VB2 variable in the textbox doesn't present the val...
by ddsmith99301
Fri Dec 30, 2022 5:11 pm
Forum: Stimulsoft Reports.NET
Topic: adding two values from two textboxes
Replies: 26
Views: 4543

Re: adding two values from two textboxes

Thanks for your answers. I finally figured that out on my own.