Re: [Axapta-Knowledge-Village] editing class method without opening the class

2006-05-15 Thread manoj chhillar
Hi, Please try this one. //how to add line to a class method at runtime static void Job4(Args _args) {     #AOT     TreeNode  treeNode;     str oldSource;     str newSource;     int startpos;     ;     TreeNode = TreeNode::findNode(#ClassesPath +'\\test');     treenode = treenode.AOTfindChild("

Re: [Axapta-Knowledge-Village] editing class method without opening the class

2006-05-14 Thread Mallikarjun Gudidevuni
Hi   look at "ClassBuild" class u can get the help. [EMAIL PROTECTED] wrote:   Hi all, i got solution for editing method without opening a class. but, i want to add lines in a particular line in the class method. now, it is added in the first line of the method. if anyone know the solution, p

RE: [Axapta-Knowledge-Village] editing class method without opening the class

2006-05-14 Thread Bayliss, Barry
@yahoogroups.com; development-axapta@yahoogroups.com Subject: [Axapta-Knowledge-Village] editing class method without opening the class Hi all, i got solution for editing method without opening a class. but, i want to add lines in a particular line in the class method. now, it is added in the first line of

[Axapta-Knowledge-Village] editing class method without opening the class

2006-05-12 Thread hemamalinis
Hi all, i got solution for editing method without opening a class. but, i want to add lines in a particular line in the class method. now, it is added in the first line of the method. if anyone know the solution, pls. tell me. thank u. regs, Hema. S Sharing the knowledge on Axapta. V