hb_cdpCollation in cdx file

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
fugazi
Posts: 23
Joined: Thu Jun 16, 2011 10:58 am

hb_cdpCollation in cdx file

Post by fugazi »

Hi all

When I created cdx index file of dbf file including polish ansii codes in the first place like ŚĆ,
they are not at the right place (Ś after S and Ć after C) but they are at bottom of indexed dbf table (after Z).

What I have to do to create right index?
I tried

SET LANGUAGE TO POLISH
then
HB_LANGSELECT( "PL" )
HB_SETCODEPAGE('PLWIN')
HB_LANGSELECT('PL')
hb_CdpSelect( 'PLWIN')
Set( _SET_CODEPAGE, 'PLWIN')

and nothing happens.
Help

Regards
Fugazi
User avatar
danielmaximiliano
Posts: 2763
Joined: Fri Apr 09, 2010 4:53 pm
DBs Used: DBF
Location: Argentina
Contact:

Re: hb_cdpCollation in cdx file

Post by danielmaximiliano »

Hi:
Look here this is going to help
http://hmgforum.com/viewtopic.php?f=24& ... C3%ADndice
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
fugazi
Posts: 23
Joined: Thu Jun 16, 2011 10:58 am

Re: hb_cdpCollation in cdx file

Post by fugazi »

Thanks a lot DanielMaximiliano.

Fugazi
Post Reply