Use Dynamic Chart In Dynamics Ax

hi all,

i want to use This Object In My Form , how can i Do This?

i need a component or activex To Do This.

8420.as.gif

Is this an existing control you want to reuse or do you want to implement a new one? What is your version of AX?

hi martin

in Dynamics Ax 2009 → Administration → places -->> Locations View

seem this is an existing control that i want to reuse.

That’s really an ActiveX control. When you add a new ActiveX control to a form, you’ll see ActiveX Browser form - choose Microsoft.Dynamics.Framework.DirectoryView.DirPartyDirectoryTreeWrapper there.

You’ll also need some code to fill data to the control, set filters and so on. Check out DirViewLocations form to see how it is used.