Re: [Axapta-Knowledge-Village] Cannot access FormControlType property from TreeNode object

2007-11-14 Thread manoj manoharan
treeNode.AOTsetSource(newsource); treeNode.AOTcompile(1); treeNode.AOTsave(); } - Original Message From: turkkanarda [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com Sent: Monday, 12 November, 2007 4:13:17 PM Subject: [Axapta-Knowledge-Village] Cannot access

[Axapta-Knowledge-Village] Cannot access FormControlType property from TreeNode object

2007-11-12 Thread turkkanarda
Hi all; I have a problem about accessing the FormControlType property of a formcontrol from the TreeNode object.I search \\forms\\Example\\Designs\\Design.I want to search for subnodes which are buttons but i cannot find any property in TreeNode object to compare with FormControlType enum.