xsharp.eu • Umlaute aus DBF von VO nach X# nicht korrekt - Page 2
Page 2 of 3

Re: Umlaute aus DBF von VO nach X# nicht korrekt

Posted: Fri May 31, 2024 7:58 am
by Chris
Hi Franz,

You need to open the dbf and load the data (in an array for example) from the OEM dbf with SetAnsi(FALSE), then create and open the new dbf with SetAnsi(TRUE) and save back the data normally, no need to use Oem2Ansi() which will further complicate things, because strings in .Net are unicode anyway. Then use SetAnsi(TRUE) in your actual app to read the new dbfs.

But it's probably not worth the effort anymore, the new X# build should be released early next week and it should be able to properly handle OEM dbfs, so you shouldn't need to do any adjustments anymore.

Re: Umlaute aus DBF von VO nach X# nicht korrekt

Posted: Fri May 31, 2024 9:47 am
by lagraf
Hi Chris,
these are good news, so I stop converting my OEM DBFs now and wait for the new X# version.
Can you please inform me, when it's ready for download?
Franz

Re: Umlaute aus DBF von VO nach X# nicht korrekt

Posted: Fri May 31, 2024 10:27 am
by Chris
Hi Franz,

If not any critical problems are found, it should be out early next week.

Re: Umlaute aus DBF von VO nach X# nicht korrekt

Posted: Mon Jun 10, 2024 7:04 am
by lagraf
Hi Chris,
is the new version ready for download?
I only see version 2.18.0.4 from 2023-11-01 but this is the version i have already installed.
Franz

Re: Umlaute aus DBF von VO nach X# nicht korrekt

Posted: Mon Jun 10, 2024 8:27 am
by robert
Franz,
It should be out this week. We're polishing a last issue.

Robert

Re: Umlaute aus DBF von VO nach X# nicht korrekt

Posted: Wed Jun 12, 2024 4:35 pm
by Chris
Hi Franz,

The new build is out now, when you get a chance to test it, please let us know if the problem is fixed now!

Re: Umlaute aus DBF von VO nach X# nicht korrekt

Posted: Wed Jun 12, 2024 5:02 pm
by lagraf
Hi Chris,
in Download Area the download still says version 2.18.0.4 from 2023-11-01. Didn't you increase version and date?
Franz

Re: Umlaute aus DBF von VO nach X# nicht korrekt

Posted: Wed Jun 12, 2024 5:46 pm
by Chris
Hi Franz,

Ah, sorry, I had the impression you were subscribed to the FOX program. The new build is only released for subscribers at the moment, but a public version will follow shortly.

Re: Umlaute aus DBF von VO nach X# nicht korrekt

Posted: Thu Jun 13, 2024 3:52 am
by lagraf
Hi Chris,
I'm already retired for some years and so I only look after my remaining customers and their VO apps. So it doesn't pay off to be fox member. I only transported these apps to X# to give them better possibility for support after me.
Franz

Re: Umlaute aus DBF von VO nach X# nicht korrekt

Posted: Thu Jun 13, 2024 7:51 am
by Chris
Hi Franz,

Totally understood! And thanks for providing the clipper/harbour app of yours, it has been extremely helpful and may open new opportunities for X#. I will send you a first preliminary version of it running in X# and windows (almost with no code changes), I think you will like it.