AnniHilatE
Programmer
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 paradox7 database with fields for codes, descriptions and quantities.
as part of the program, there was a need to create a function to cound the amount of items that were stocked upstairs. so to do this, i figured the easiest way would be to cound the number of entries in the database itself and assign it to a textbox.
simply, click a button, count the entries and display it in a textbox.
i have tried looking through the delphi help for commands that might do it simply, but i couldnt find any...
any help would be greatly appreciated.
cheers
AnniHilatE
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 paradox7 database with fields for codes, descriptions and quantities.
as part of the program, there was a need to create a function to cound the amount of items that were stocked upstairs. so to do this, i figured the easiest way would be to cound the number of entries in the database itself and assign it to a textbox.
simply, click a button, count the entries and display it in a textbox.
i have tried looking through the delphi help for commands that might do it simply, but i couldnt find any...
any help would be greatly appreciated.
cheers
AnniHilatE