Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JanRog

  1. JanRog

    Container

    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...
  2. JanRog

    Validating for a unique value

    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()...
  3. JanRog

    Virus on HDD preventing Boot up; How to use A-V software?

    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...

Part and Inventory Search

Back
Top