Forum Discussion
brian_kratsch
13 years agoContributor
Further update:
I've made some progress using the following line of code:
Aliases.Ax32.wndAxMainFrame.MDIClient.wndContentFrame.AxContainerControl.SalesAndMarketing.Common.Nodes.get_Item(3).set_Expanded(true)
This expands the Contacts node but I don't see the change until the window is redrawn, there has to be a better way than this:
Aliases.Ax32.wndAxMainFrame.Restore
Aliases.Ax32.wndAxMainFrame.Maximize
Now that I have the node open how do I go about clicking the child node All Contacts?
I wrote this:
Aliases.Ax32.wndAxMainFrame.MDIClient.wndContentFrame.AxContainerControl.SalesAndMarketing.Common.Nodes.get_Item(3).Nodes.get_Item(0). I can't find a suitable method
I've made some progress using the following line of code:
Aliases.Ax32.wndAxMainFrame.MDIClient.wndContentFrame.AxContainerControl.SalesAndMarketing.Common.Nodes.get_Item(3).set_Expanded(true)
This expands the Contacts node but I don't see the change until the window is redrawn, there has to be a better way than this:
Aliases.Ax32.wndAxMainFrame.Restore
Aliases.Ax32.wndAxMainFrame.Maximize
Now that I have the node open how do I go about clicking the child node All Contacts?
I wrote this:
Aliases.Ax32.wndAxMainFrame.MDIClient.wndContentFrame.AxContainerControl.SalesAndMarketing.Common.Nodes.get_Item(3).Nodes.get_Item(0). I can't find a suitable method