NPSArcheologist
Technical User
Our network administrator has asked me to compile a total count of data records in a set of .dbfs that function as part of a proprietary, but poorly guarded, VFP 6.0 app we have running. Is there a quick way to code a small VFP app to examine X number of similarly-named (e.g. objects.dbf) files in subfolders (i.e. //6arch/objects.dbf, //6seac/objects.dbf, etc.) on a mapped network drive, count the records in the .dbfs, and add the counts to arrive at a total count of records on the drive.
By the way, the .dbf normally returns an error when opened in VFP 6.0 due to a coded .prg call added to the table index by the original programmers (don't ask, I didn't have anything to do with the design of it--and I have been told I may not change it)...
By the way, the .dbf normally returns an error when opened in VFP 6.0 due to a coded .prg call added to the table index by the original programmers (don't ask, I didn't have anything to do with the design of it--and I have been told I may not change it)...