Problem With indexes and Xbowse Search

Post Reply
User avatar
Silvio.Falconi
Posts: 7168
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 2 times

Problem With indexes and Xbowse Search

Post by Silvio.Falconi »

On oldest application made with ca-Clipper I had used Mdx index on a dbf , I not remeber why
on this dbf "Tabgen.dbf" I save all record I need on every procedure of application

this archive stores the reference records for rates, payments, warehouse reasons, warehouse types, units of measurement, etc.
and it use the standard archive
the archive was index on Chiave+Codice because on archive I can save different record as tables

Sample :
Field Chiave -> "ALIVA" for rates
Field Chiave -> "PAGAM" for payments

The oldex index was

Image


If I insert these old indexes the combobox

@ 2, 450 COMBOBOX ::oLbx:oSortCbx VAR ::oLbx:cSortOrder

not run it's empty

IF I change the index with

Image

the combox on xbrowse run ok as you can see here but perhaps I must change many sources because the index was changed

Image

How I can make to use the old index and have the xbrowser search combobox ok ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Post Reply