Important alert: (current site time 5/22/2013 9:07:06 PM EDT)
 

winzip icon

Shopping

Email
Submitted on: 8/23/2012 5:33:43 PM
By: DocPc  
Level: Advanced
User Rating: Unrated
Compatibility: VB 6.0
Views: 2005
 
     This code will record your shopping, it will show u the totals of selected items, make and print a shopping list from all or specific shops

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code 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.
  3. Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
  1. You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
  2. You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
  3. You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
  4. You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 5 submission(s) by this author

 


Report Bad Submission
Use this form to tell us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:

Your Vote

What do you think of this code (in the Advanced category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor (See voting log ...)
 

Other User Comments

8/24/2012 10:33:22 AMSorcerer

Putting the dat files at the c:\DocSoft\Shopping\ location is not a good way to code. Instead you should use the app.path command so anywhere the code or program is then the dat files will be found.
(If this comment was disrespectful, please report it.)

 
8/25/2012 3:24:41 PMDocPc

Thanks for the feedback Sorcerer, I`ve always done my programming this way (20 yrs), to use app path u must have the program and data files in the same folder/drive, I dont do that, I have the programs and data files on separate drives, habits hard to break, anyway anyone can alter the code to suit themselves, you can even use your own logo pic in place of mine, THIS CODE IS FREE AND IS NOT COPYRIGHTED, do with it as you will

(If this comment was disrespectful, please report it.)

 
9/3/2012 8:32:32 PMDocPc

I found a bug in vb6, if you search the shopping by items and enter the word pizza it wont find it, if you search for pi it will find everything with pi in it but not pizza, search for z and it will find frozen but not pizza, strange, anyone know why and maybe how to fix it
(If this comment was disrespectful, please report it.)

 
9/4/2012 6:24:32 AMDocPc

ignore that last comment from me, I forgot that when searching the current years items are loaded and so the pizza wont be found because none were bought this year, the All Years dat file must be loaded to search everything, I have fixed that in my next version, same with the shopping list totals

(If this comment was disrespectful, please report it.)

 

Add Your Feedback
Your feedback will be posted below and an email sent to the author. Please remember that the author was kind enough to share this with you, so any criticisms must be stated politely, or they will be deleted. (For feedback not related to this particular code, please click here instead.)
 

To post feedback, first please login.