FW_CdxCreate()
Posted: Wed Dec 09, 2020 12:42 pm
this function can have option ?
sample : FOR NOT DELETED()
sample : FOR NOT DELETED()
www.FiveTechSoft.com
https://fivetechsoft.com/forums/
??????nageswaragunupudi wrote:No, please.
Why is it WRONG?for me this expr is wrong
This index is created if and only if the programmer has set FW_SetRecycleDeleted( .t. ) and this index is used for recycling deleted records. In your case, this index is not created because you did not choose recycling by setting this flag.what need index a dbf for the records deleted ?
Then, instead of using FW_CdxCreate() function, please create indexes directly, as you have been doing it now.I need to index dbf for .not. deleted() !!!!