Hi everyone.
I solve the problem: there is a dirn dbf file (without indexes, not connected to the database), this file needs to be edited (add records from other files, change records, delete, save).
I want to do it this way: I create SELECT * FROM dirnn INTO CURSOR Tmpdir NOFILTER. Then I plan to use cursorsetprop (buffering) and TABLEUPDATE. Am I moving in the right direction?
This application should be shared, Thank you!
I solve the problem: there is a dirn dbf file (without indexes, not connected to the database), this file needs to be edited (add records from other files, change records, delete, save).
I want to do it this way: I create SELECT * FROM dirnn INTO CURSOR Tmpdir NOFILTER. Then I plan to use cursorsetprop (buffering) and TABLEUPDATE. Am I moving in the right direction?
This application should be shared, Thank you!