Jimmy:
I use SET CHARSET TO OEM, (with ANSI not correct show diacritics characters )
I tryed SET CHARSET TO ANSI during indexation, but no difference.
Also I use DC_LangSet(DCLANG_SLOVAK) but this is only for Slovak dialogs (Cancel -> Storno, and other...)
In Index function Eval stay here from old DOS CA Clipper application, I must delete it ... also here I do not need progress bar for every TAG key, because I have progress in other place.
Now I must look to create collation table so as Janko , and you wrote, where is problem.
FOXCDX seek problem
Re: FOXCDX seek problem
do you talk about your Cl*pper or VFP DBF ?Victorio wrote:I use SET CHARSET TO OEM, (with ANSI not correct show diacritics characters )
if you want to work with VFP DBF / CDX look at these PDRs
PDR 4646
PDR 4669If you need 100% concurrency between VFP and Xbase++ you have to use SET CHARSET TO ANSI in your Xbase++ application.
Writing code in ANSI, SET CHARSET TO ANSI, SET COLLATION TO GERMAN and FOXCDX as DBE does not SEEK correctly on strings with umlauts.
Solution : SET COLLATION TO SYSTEM
greetings by OHR
Jimmy
Jimmy
Re: FOXCDX seek problem
Jimmy: I use only my Alaska Xbase application concurently with VFP (9) application.
Clipper was old program, and now is rewrited to alaska, because stay in source some old functions.
I tryed combinations SET CHARSET TO ANSI and also COLLATION SYSTEM, but any difference.
Clipper was old program, and now is rewrited to alaska, because stay in source some old functions.
I tryed combinations SET CHARSET TO ANSI and also COLLATION SYSTEM, but any difference.