Computer Science Canada record ideas |
Author: | hey_joe42 [ Tue Mar 18, 2003 10:14 pm ] | ||
Post subject: | record ideas | ||
k im doing a binary record file program, mine happens to be the inventory of a warehouse, here are the features/ commands/ what ever you call them so far : store info search for record change record delete record display information by manufacturers, catergory, and items on sale and quit (ovious one) anyone have any suggestions on something more i can do with this progra, some extra or something don't know if this will help ![]()
also if you'd like to view my mostly completed working file just let me know and i'll post it on here, could be used as a reference for others |
Author: | hey_joe42 [ Wed Mar 19, 2003 10:34 pm ] |
Post subject: | |
well either no one knows what the heck im talking about, or no one cares to help me |
Author: | Tony [ Wed Mar 19, 2003 10:43 pm ] |
Post subject: | |
no, its that that it looks compleat already... the only thing I can think of that you can add is sorting results. Such as when you search for items and it returns multiple results, they are displayed in order (price, name, whatever) question is - why not just use already created database ![]() |