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 Wanet Telecoms Ltd 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 Katarina2016

  1. Katarina2016

    Sum Column At Each Value Change of another field in foxpro

    Thank you very much for code, mjcmkrsr! This is a good idea, I don't know how it didn't cross my mind. Here... ============================ lcName = cName ..... IF cName = lcName ELSE lcName = cName ..... ============================ p.s.Too, thanxs for another.
  2. Katarina2016

    Sum Column At Each Value Change of another field in foxpro

    Hello, I am working on FoxPro 2.6 for DOS system. How can I get to add column (summ)? How can I get it to start at each item change? E.g. ID...quantity...summ ============================= 650.....50........50 650....100.......150 650.....80.......230 650....500.......730 115.....70........70...

Part and Inventory Search

Back
Top