FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problem With indexes and Xbowse Search
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM

Problem With indexes and Xbowse Search

Posted: Wed Feb 16, 2022 11:35 AM
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




If I insert these old indexes the combobox

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

not run it's empty

IF I change the index with



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



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

Continue the discussion