Treeview or something like it. (1 Viewer)

Kryst51

Singin' in the Hou. Rain
Local time
Today, 04:43
Joined
Jun 29, 2009
Messages
1,898
I wish to have a treeview on a form which displays Categories then Subcategories then a list of errors, for instance:

Code:
Sales Errors
   Product Errors
     Entered the wrong product on the sales order
   Pricing Errors
     Entered the wrong price on the sales orde
     Price should have been fixed instead of as per lb.
   Quotation Errors
     Quotation was converted to a sales order without customer revisions.
Warehouse Errors
   Shipping Errors
     Shipped material to the wrong customer
   Receiving Errors
     Received in material at the wrong weight

The idea is that people will drill down, click on the specific error and then a form will pop up and display any notes that are related to that error. I could use datasheet, subdatasheet, but I don't really like those.

I have googled treeview, I have searched for treeview in the help files, and though I get tons of questions concerning this issue, I need a basic tutorial on how to use and set this up for beginners. Everything I have read assumes a basic knowledge of what to do which I don't have. If anyone has some site reccommendations for me, or other kinds of advice I would greatly appreciate it. Or even a different approach then the treeview control.
 

Kryst51

Singin' in the Hou. Rain
Local time
Today, 04:43
Joined
Jun 29, 2009
Messages
1,898
That is fantastic! Thank you!
 

Banana

split with a cherry atop.
Local time
Today, 02:43
Joined
Sep 1, 2005
Messages
6,318
No, thank Brent (datadrenaline) for it. :)

(just in case it's not obvious, he occasionally posts here now and then)

Best of luck.
 

Kryst51

Singin' in the Hou. Rain
Local time
Today, 04:43
Joined
Jun 29, 2009
Messages
1,898
Thank you for pointing me to it then :p

Thank you Brent for making it!!!!
 

Users who are viewing this thread

Top Bottom