Searching in Axapta can be done faster by using Google Desktop application. You will need all the axapta sources code as text file (I could not managed to indexed xpo files) and ofcourse Google Desktop. Here is the steps;
1- Download this project and import it to Axapta.
http://www.axaptapedia.com/Export_All_Sources
2- Modify fallowing method as shown below.
\Classes\VCS_WorkingCopy\export()
// --> Necmi, Export sources as TXT
_path = strReplace(_path, ".xpo", ".txt");
// <--
_node.treeNodeExport(_path);
3- Download Google Desktop let it to index your harddrive(s). All done!!! Happy searching...
http://desktop.google.com/
Microsoft Axapta Dynamics DAX Development X++ Blog Necmi GÖCEK Necmi GOCEK
2008-09-05
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment