Tree Control not working with field based on business view

Andrew2009

Well Known Member
I have a power form edit with a business view. I put a business view field on the form and in the Control Exited/Changed Inline ER, I put in the code to populate a combo box field and a tree control. The code to populate the tree does not work.

I put the same code in the Selection Changed ER of the combo box and it worked with the combo box.

The code is the same in both places but it worked with the combo box ER but not the field ER. Here are the two methods I used

Delete Tree Node(FC Cars,<All Nodes>, <N/A>)
Insert Tree Node(FC Cars,<Under Root Node>,VA frm_szCarName, VA frm_szCarID,<Yes>,<N/A>)

Do you have any idea?

Thanks
 
Back
Top