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 TouchToneTommy 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 AnniHilatE

  1. AnniHilatE

    Finding a database total

    the main part of the program is all running within the program itself. so i would much rather a loop that having to refer to an sql query. its simply so that it can just count it up and display the result in a textbox on the same form. (unless you can run a query on the same form which the...
  2. AnniHilatE

    Finding a database total

    all the fields in me liststocktable have already been added. this is why im slightly confused why it doesnt pick it up
  3. AnniHilatE

    Finding a database total

    well, label1.caption:=mytable.recordcount; works like a charm. and sorry to svanels, i ment that yours was working well i went to try the loop code, but i keep getting an error saying "liststocktable: Field 'StockQuantity' not found" although i have double checked that the quantity field is...
  4. AnniHilatE

    Finding a database total

    ok they work great :) is there a way to just count how many items are in the database. ie: one item is counted once. say... DA123 - Table x24 AA333 - Necklace x56 DB634 - Gift Box x15 it will count how many different items listed, not the quantity. so with that example, there would be 3 items...
  5. AnniHilatE

    Finding a database total

    hi, im not all that advanced at using delphi. but i have still completed my senior school level for IT Systems (programming using delphi) i am currently creating a program for my workplace which will be keeping track of all the stock that gets put upstairs in our storeroom. im using a standard...

Part and Inventory Search

Back
Top