[RP 2.43] Excel export

This forum is meant for questions and discussions about the X# language and tools
Post Reply
FFF
Posts: 1745
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

[RP 2.43] Excel export

Post by FFF »

There seems to be a glitch with the change in excel export: trying to export a label report from designer (which goes fine to pdf) i get an Comparer error like this:
Excel_Export_Error.PNG
There a filter set:
Person.Abo .and. .not. Person.Nachname ="Presse" // logic + string compare

Note, no Office on this machine...
Regards
Karl
(on Win8.1/64, Xide32 2.20, X#2.20.0.3)
User avatar
robert
Posts: 5080
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: [RP 2.43] Excel export

Post by robert »

Karl,
This is related to the ASort() issue that happens since we have added a TargetFramework attribute to the DLLs and EXEs produced by recent versions of X#.
I will upload a fixed XSharp.RT.dll later this week.


Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Post Reply