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 ::oLbx:oSortCbx VAR ::oLbx: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 ?