MajP
You've got your good things, and you've got mine.
- Local time
- Today, 11:11
- Joined
- May 21, 2018
- Messages
- 9,383
This demo was asked by @Mike Krailo if using an Acess Treeview could you do some of the functions of the Utility
itemgenie.com
He and I have been working together to make this a useable utility and demonstrate a lot of functionality using a Treeview.
Some background here
This is a work in progress but demos a lot of capability.
You can add, edit, sort, drag and drop locations and items in those locations. You can choose different icons for the different types of locations (box, room, generic location, bag, etc.) You can add images for each item. There are features for bulk move of items and bulk edit. There is a Summary data showing roll up information.
When you click on a location you see details of the location
When you click on an item you see details on the item
Buttons on the left will reflect the same functions on the right click menu.
You click on a location from the tree you can then edit the Location properties and you see the items in the location.
With you select an "Item" in the tree you can see the details on that item, edit, or delete the item.
The menu on left is duplicated on the right click making some features easier to access.
There are still a lot of features to add and code to fix, but it is a 95% working solution.
If interested please provide additional features you may want demonstrated. I will continue to flush this out and post the most current version here.
So that people can use the database, but still get code updates I split the front end from the backend. This way you can simply link to your backend database and only need to grab the updated front end. When you first start or get a new front end you will be prompted to link to the backend tables. Do not edit the sub folder names, for your images, icons bitmaps, and backend folder. They need to exist in the same folder as the Front end.
ItemGenie - Inventory Made Easy
Cataloging, Finding, and Listing of Things, Made Easy. Perfect for home inventory and small businesses. Try ItemGenie for free today.

Some background here
Hierarchical Data, Recursion, Tree-Views, and a Custom Class to Assist
Can someone point to the latest database with the latest features mentioned in this thread? There seems to be a lot of conversation and additional code, but I haven't found the authoritative file with latest info. MajP, you've done a lot of great work on this !!
www.access-programmers.co.uk
This is a work in progress but demos a lot of capability.
You can add, edit, sort, drag and drop locations and items in those locations. You can choose different icons for the different types of locations (box, room, generic location, bag, etc.) You can add images for each item. There are features for bulk move of items and bulk edit. There is a Summary data showing roll up information.
When you click on a location you see details of the location
When you click on an item you see details on the item
Buttons on the left will reflect the same functions on the right click menu.
You click on a location from the tree you can then edit the Location properties and you see the items in the location.
With you select an "Item" in the tree you can see the details on that item, edit, or delete the item.
The menu on left is duplicated on the right click making some features easier to access.
There are still a lot of features to add and code to fix, but it is a 95% working solution.
If interested please provide additional features you may want demonstrated. I will continue to flush this out and post the most current version here.
So that people can use the database, but still get code updates I split the front end from the backend. This way you can simply link to your backend database and only need to grab the updated front end. When you first start or get a new front end you will be prompted to link to the backend tables. Do not edit the sub folder names, for your images, icons bitmaps, and backend folder. They need to exist in the same folder as the Front end.
Attachments
Last edited: