FPD is good at tables so ... get the data into a table ie
structures as follows:
carinfo c-50,;
bodypart c-25,;
status N-1
then when all the text file is read assign each to a record. At this point, it doesn't matter if there are duplicate carinfo,bodypart records with a different status...
What about using Locate...
* --- assume current record is the one to be checked
Local nRecNo
m.nRecNo = recno()
* --- open table again so you don't have to get back to original record after locate
use <table> again alias DupCheck in 0
Select DupCheck
m.nRecNo = recno()...
if you can install the drive as a second drive in your computer then you can scan it with NAV. OR if you can add it to another computer as a second drive. If this second computer is on the network, you can map it to a drive letter on the first computer ( which would have NAV plus the latest...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.