Skip to main content

Posts

Showing posts with the label axapta menu items 1

Description of the menu bar button in MSD axapta

Description of the menu bar button is as follows: ā€¢ New: Creates a new method within the selected element. ā€¢ Save: Saves all the methods open in the method-list. ā€¢ Run: Executes the method or class if it is executable. ā€¢ Break point: Sets a break point at the line where the cursor has been placed. ā€¢ Enable/Disable break point: Enables or disables a break point. ā€¢ Remove all breakpoints: Removes all breakpoints for the current user. ā€¢ Compile: Compiles and checks for errors in the code. ā€¢ Lookup properties/methods: Displays help for the selected text if the cursor is placed over a core-function or method, list methods for a class, available values for enums, and so on. ā€¢ Lookup label/text: Opens the label editor and searches for the selected text. ā€¢ Scripts: Opens a context-menu that consists of small code snippets such as do-while loop, header comments, and so on. You can also create your own scripts by creating new methods in the Editor Scripts class. ā€¢ Help: Di...