Product Inventory Database
Submitted by sourcecode07 on Monday, August 26, 2013 - 19:59.
Language
Product Inventory Database is a system that allows the user to add product details, edit product informations,
delete product records, search data from the database. This system is using a foxpro programming language, it is user friendly nice graphic user interface
The purpose of this system is to determine the availability of the stocks and its quantity, record the stock in, stock out and create purchse order to the suppliers.
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Product Inventory Database
nice program. sir puwede mo ba ako help sa ginagawa ko na employee database program. this is my email address [email protected]
Code
Additional Idea Mr. Rolly, use this code in searching records
You should have grid
GO top
locate FOR upper(alltrim(yourtextboxnamehere)) $ ALLTRIM(yourfieldnamehere)
if found()
set filter to upper(alltrim(yourtextboxnamehere)) $ ALLTRIM(yourfieldnamehere)
thisform.yourgridnamehere.refresh
else
wait window 'Record Not Found' nowait
endif
Everytime you type letter on a textbox(search) it will automatically display all the records containing the letter or word you typed.
I hope this add a little idea.
Happy programming.
Can we integrate VFP product inventory database with .NET
idea is to read the product record using Handheld mobile device connected via using Wifi and installed Windows CE?
please advise and thanks a lot
B. Regards,
Ash
[email protected]
Add new comment
- Add new comment
- 5165 views