I also wonder if the function :
FW_CdxCreate() // creating all indexes on all fields
will slow down a application because many tags are open? ( lets say until 20/30 tags ?)
For my kind of programming, it would be good, because i always have the bad habbit of creating some extra index's before some program loops
because I'm never shure that the base-index created before will be correct. (it probably is) since CDX if only 1 file.
Habbit from the NTX time (extra .ntx to open)
A Cdx is always update if changes are made by : Xbrowse, changes by Loops, Packs ?
On witch point do you use a Reindex function ?