AndrewMozley
Programmer
I have a utility which reindexes a whole bunch of tables. When I used DBFNTX I used to display a progress bar
INDEX ON Accno+DTOS(DATE)+MyRef TO MyFile1.NTX EVAL ShowProg("MyFile") EVERY 20
ShowProg() would then do some sums and display a progress bar.
Now that I am using DBFCDX, I say :
INDEX ON Accno+DTOS(DATE)+MyRef TAG MyIdx1 TO MyFile EVAL ShowProg("MyFile") EVERY 20
This does not work, because I believe that the EVAL clause is not being executed. Has anyone tried this, and is there a work-around?
Thanks
INDEX ON Accno+DTOS(DATE)+MyRef TO MyFile1.NTX EVAL ShowProg("MyFile") EVERY 20
ShowProg() would then do some sums and display a progress bar.
Now that I am using DBFCDX, I say :
INDEX ON Accno+DTOS(DATE)+MyRef TAG MyIdx1 TO MyFile EVAL ShowProg("MyFile") EVERY 20
This does not work, because I believe that the EVAL clause is not being executed. Has anyone tried this, and is there a work-around?
Thanks