_ character in sort order
Posted: Tue Jan 11, 2005 11:55 am
Good evening.____I^ve a probleme with RR xBase : __I use my DBF files with .CDX Indexes. When i open my files with this indexes, "Z" is before "_".____When i sort my file in an R&R report, "_" is before "A" (and then, before "Z", of course)____This generate an important probleme when y use scopes on a field, and a query on an other one :__If RI_LOWSCOPE = "A" and RI_HIGHSCOPE = "_", my data are whell selected,__but if i make query like MyField >= "A" and MyField <= "_" , no records are found____Do i have a possibility to change the sort order in R&R, to have a similar order than whith my CDX index ?____I tried to make changes in RRW.SRT file, but i did not find a solution.____Thank you for helping me.