Search found 23 matches
- Wed Jun 05, 2024 3:32 pm
- Forum: 3rd party products
- Topic: ReportPro 3.60 for XSharp 2.60 memory exception
- Replies: 20
- Views: 1855
Re: ReportPro 3.60 for XSharp 2.60 memory exception
I'll try it out hopefully next week, got a lot of other work lined up at this time.
- Thu Apr 25, 2024 10:03 am
- Forum: 3rd party products
- Topic: ReportPro 3.60 for XSharp 2.60 memory exception
- Replies: 20
- Views: 1855
Re: ReportPro 3.60 for XSharp 2.60 memory exception
Memory corruption issues can be like that, when running through the debugger some memory locations may be different, preventing the underlying problem to expose itself. What OS are you using and what is the .Net Framework version installed? Also since I don't have your email address, can you please ...
- Thu Apr 25, 2024 8:46 am
- Forum: 3rd party products
- Topic: ReportPro 3.60 for XSharp 2.60 memory exception
- Replies: 20
- Views: 1855
Re: ReportPro 3.60 for XSharp 2.60 memory exception
Hi Michal, Thanks for the very good sample, but unfortunately I could not reproduce the problem here, all 65 pages are always printed ok here. Does the problem happen with any printer driver? Even when selecting a pdf driver, like PDF creator or Microsoft's print to pdf driver from Windows? To be ...
- Thu Apr 25, 2024 8:17 am
- Forum: Product
- Topic: X# 2.18 EnableCellDraw FIELDSPEC:VAL error
- Replies: 5
- Views: 686
Re: X# 2.18 EnableCellDraw FIELDSPEC:VAL error
Great, it works, thank you, Chris.
- Thu Apr 25, 2024 7:56 am
- Forum: Product
- Topic: X# 2.18 EnableCellDraw FIELDSPEC:VAL error
- Replies: 5
- Views: 686
- Thu Apr 25, 2024 7:50 am
- Forum: 3rd party products
- Topic: ReportPro 3.60 for XSharp 2.60 memory exception
- Replies: 20
- Views: 1855
Re: ReportPro 3.60 for XSharp 2.60 memory exception
Upgraded to X# 2.18, new findings: - I managed to make ReportPro3 run with DBFs - we simply tried to push a CDX dbf into a report which expected MDX, so that's on us. - The exception happens regardless of what type of data source is used. - The exception happens when printing directly from ...
- Wed Apr 24, 2024 11:37 am
- Forum: Product
- Topic: X# 2.18 EnableCellDraw FIELDSPEC:VAL error
- Replies: 5
- Views: 686
X# 2.18 EnableCellDraw FIELDSPEC:VAL error
After upgrading from X# 2.13 to 2.18, DataColumn:EnableCellDraw stopped working with the following error: Error message: -------------- Description : cString is not of type STRING Subsystem : Database GenCode : EG_ARG Argument error FuncSym : VAL Severity : ES_ERROR Can Default : False Can Retry ...
- Tue Apr 23, 2024 10:46 am
- Forum: 3rd party products
- Topic: ReportPro 3.60 for XSharp 2.60 memory exception
- Replies: 20
- Views: 1855
Re: ReportPro 3.60 for XSharp 2.60 memory exception
It's this one: ReportPro 3.60 for XSharp 2.60 Now I'm thinking, our X# version is 2.13, so we should be using ReportPro 3.54 for XSharp 2.10 ? If that's the case, then there is a different exception it gives at start: Application: ReportPro3.exe Framework Version: v4.0.30319 Description: The process ...
- Tue Apr 23, 2024 9:39 am
- Forum: 3rd party products
- Topic: ReportPro 3.60 for XSharp 2.60 memory exception
- Replies: 20
- Views: 1855
Re: ReportPro 3.60 for XSharp 2.60 memory exception
Back when we started with ReportPro3 X#, we never managed to make it run with DBFs. Trying to add a DBF section ends with following exception: Application: ReportPro3.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: XSharp.Error ...
- Tue Apr 23, 2024 9:08 am
- Forum: 3rd party products
- Topic: ReportPro 3.60 for XSharp 2.60 memory exception
- Replies: 20
- Views: 1855
Re: ReportPro 3.60 for XSharp 2.60 memory exception
I managed to reproduce it inside ReportPro3 itself. I've created an SQL table with a single integer column and populated the table with at least 1000 rows. Then I created a new report (A4 format, metric system, portrait/landscape doesn't matter) and added a single field inside the body with binding ...