Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello My name is Ade, Towards the end of last year (2012), i started out programming in vb.net, presently i took up a project just for the purpose of tasking myself. The project is an application for a Drycleaning . In the Booking form are groupboxes containing item buttons and a tree view where all the order are dropped in, and it takes the sort of format.

1x Trouser (node) 20 (Price)
Blue (Sub node)
Cotton (Subnode)
1x Shirt (node) 30 (Price)
Black (Sub node)
Linen (Sub node)
2x Shorts (node) 30 (Price)
Black (Sub node)
Linen (Sub node)
Press only(Sub node) 5 (half of 30)

The above items are buttons grouped in group boxes ( There is the group box for clothes (Shirts, suits dresses etc), colors(Blue , black,etc), materials(Cotton, linen etc) and extra which are percentage on amount based like press only , reclean etc.) when i click on a button in a particular group(Say clothes or garment) the item is thrown into the treeview and its group disappears and the next group(color) is displayed and this goes on till i get to the last stage which is Extra and i then click on a next item button to start entering another clothe. This i can do , but here is my problem.

1. i don't know how to add the quantity figures beside the node items in the treeview
2.i don't know how to add the price figures opposite the node items in the treeview
3.I don't know how to bind each of these items to columns in a database table.

please can someone help
Posted
Comments
Sergey Alexandrovich Kryukov 16-May-13 14:22pm    
Not a question. This post does not belong here.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900