Jul 5, 2011

Global Axapta shortcut keys

Use global Axapta shortcut keys

Printing and saving Press
To save an application object CTRL+S
To print an application object CTRL+P

Cut, copy and paste Press
To cut an application object CTRL+X (SHIFT+DEL)
To copy an application object CTRL+C (CRTL+INS)
To paste an application object CTRL+V (SHIFT+INS)

Opening... Press
Open the drop-down list for a combo-box ALT+DOWN ARROW
Open the local menu for the current field SHIFT+F10
To open the Application Object Tree CTRL+D

Closing... Press
Close the active window F4
Exit Microsoft Axapta ALT+F4
Close form ESC
Close the drop-down list for a combo-box ALT+UP ARROW

Getting Help Press
To get Help on an application object F1
To display What's this? Help on an application object SHIFT+F1

Stop method execution Press
To stop method execution (break) CTRL+BREAK

Toggle.... Press
Toggle between CTRL+SPACE
Toggle between the insert and the overwrite settings INSERT

Docking windows.... Press
Toggle the docking feature for the window ALT+F5
Move focus to the next docking window ALT+F6
Move focus to the previous docking window SHIFT+ALT+F6

Clipboard... Press
Cut the selection and put it on the clipboard CTRL+X SHIFT+DELETE
Copy the selection, and put it on the clipboard CTRL+C CTRL+INSERT
Insert clipboard contents CTRL+V SHIFT+INSERT

Find Press
Repeat the last find F3

Navigation... Press
Move the cursor one line up UP ARROW
Move the cursor one line down DOWN ARROW
Go to the top of this page CTRL+PAGE UP
Go to the bottom of this page CTRL+PAGE DOWN
Go to the start of the line/page/file HOME
Go to the end of the line/page/file END
Move the cursor one line up, and block SHIFT+UP ARROW
Move the cursor one line down, and block SHIFT+DOWN ARROW
Move the cursor one character to the left, and block SHIFT+LEFT ARROW
Move the cursor one character to the right, and block SHIFT+RIGHT ARROW
Go to the top of this page, and block SHIFT+PAGE UP
Go to the bottom of this page, and block SHIFT+PAGE DOWN

Actions Press
Cancel changes CTRL+Q
Activate the local menu from the menu bar F10
Free all data and indexes saved in the computers storage system CTRL+O

Use shortcut keys in forms to locate records

Filter functions Press
Apply the value in the current field as a filter for the current data CTRL+K
To set up a filter CTRL+F3
To clear a filter CTRL+SHIFT+F3

Locating records Press
To create a new record CTRL+N
To find the first record CTRL+HOME
To find the last record CTRL+END

Deleting records
Delete the current line CTRL+L
To delete a record ALT+F9

Use shortcut keys to navigate in forms

Field navigation Press
Open a form where the related record is selected CTRL+ALT+F4
Show the previous page of records (only effective in grids) PAGE UP
Show the next page of records (Only effective in grids) PAGE DOWN
Display the previous page of records ALT+F7
Display the next page of records ALT+F8
Restore the active record F5
Open the node in edit/view mode CTRL+SHIFT+F2
Go to the last record CTRL+END
Go to the first record CTRL+HOME
To go to first field CTRL-SHIFT-HOME
To go to last field CTRL+SHIFT+END
To go to previous field SHIFT+TAB
To go to previous tab CTRL+SHIFT+TAB
To go to next tab TAB
To go to previous group CTRL+PAGE UP
To go to next group CTRL+PAGE DOWN

Use shortcut keys in the Application Object Tree

When you want to... Press
Extend , or reduce the selection CTRL+SPACEBAR
Open AOT CTRL+D
Rename an application object F2
Save as CTRL+ALT+S
Save all CTRL+SHIFT+S
Select all CTRL+A
Filter Records CTRL+F3
Edit node CTRL+SHIFT+F2
Jump to the next error message F4
Open an application object CTRL+O
Compile an application object F7
Go to the previous node UP
Go to the next node DOWN
Move the node up ALT+UP
Move the node down ALT+DOWN
Expand the current node RIGHT
Collapse the current node LEFT
Expand the current node as much as possible Keypad *
Expand or reduce the selection CTRL+SPACE
Collapse the current node as much as possible -

Use editor shortcut keys

To make it easier and faster to use the editor, use these shortcut keys:

When you want to... Press
Save as CRTL+ALT+S
Display Field Help ALT+DOWN ARROW
Delete Delete
Select all CRTL+A
Select area ALT+A
Select columns ALT+O
Select lines ALT+L
Delete line CTRL+L
Delete to end of line CTRL+SHIFT+L
Save text as ALT+S
Insert file CTRL+ALT+H
Run a script ALT+M
Delete word to the left CTRL+BACKSPACE
Abort Tab and discard all changes since the last save F6
Abort Tab and save changes F8
Remove all breakpoints CTRL+SHIFT+F9
Insert or remove a breakpoint F9
Enable or disable a breakpoint CTRL+F9
Remove all breakpoints CTRL+SHIFT+F9
Indent selection TAB
Extend selection/remove indent SHIFT+TAB
Open Help on a class F1
Delete the previous word CTRL+BACKSPACE
Open the Find/Replace dialog CTRL+F
Find the next occurrence F3
Compile F7
Compile and close a method F8
Set and delete a breakpoint F9
Replace CTRL+R
Jump to a method CTRL+SHIFT+SPACEBAR
Mark a column ALT+O

To undo and redo Press
Undo selection ALT+U
Undo CTRL+Z (latest ten actions)
Redo CTRL+Y (latest ten actions)

To go to... Press
Specified page or line CTRL+G
Next page PgUp
Previous page PgDn
Top CTRL+HOME
Bottom CTRL+END
Start of line/page/file HOME
End of line/page/file END
One word to the left CTRL+LEFT ARROW
One word to the right CTRL+RIGHT ARROW
Previous page, and block SHIFT+PgUp
Next page, and block SHIFT+PgDn
Top, and block CTRL+SHIFT+HOME
End, and block CTRL+SHIFT+END
Start of the line/page/file, and block SHIFT+HOME
End of the line/page/file, and block SHIFT+END
One word to the left, and block CTRL+SHIFT+LEFT ARROW
One word to the right, and block CTRL+SHIFT+RIGHT ARROW
The next method CRTL+TAB
The previous method CTRL+SHIFT+TAB

To look up... Press
Breakpoints SHIFT+F9
A label CTRL+ALT+SPACEBAR
A Definition CTRL+SHIFT+SPACEBAR
Properties and methods CTRL+SPACEBAR

To list... Press
Application Objects SHIFT+F11
Extended Data Types CTRL+T
Tables F2
Classes F12
Types F4
Enums F11
Reserved words SHIFT+F2
Built-in functions SHIFT+F4

Use shortcut keys in the reportviewer

Action Press
Go there the specified page or line CTRL+G
Go to the start of the line/page/file HOME
Go to the end of the line/page/file END
Go to the start of the line/page/file, and block SHIFT+HOME
Go to the end of the line/page/file, and block SHIFT+END
Go to the previous page SHIFT+PAGE UP
Go to the next page SHIFT+PAGE DOWN
Go to the first page CTRL+ PAGE UP
Go to the last page CTRL+ PAGE DOWN
Display the previous page of records ALT+F7
Display the next page of records ALT+F8

Use debugger shortcut keys

To make it easier and faster to use the system’s debugger, use these shortcut keys:

When you want to... Press
Go to a specified page or line CTRL+G
Enable or disable a breakpoint CTRL+F9
Remove all breakpoints CTRL+SHIFT+F9
Toggle exploded or unexploded source F3
Run the debugger F5
Set or delete a breakpoint F9
Show breakpoint table SHIFT+F9
Step into F8
Step over SHIFT+F8
Step return CTRL+F8
Open or close the variables window ALT+2
Open or close call stack window ALT+3
Open or close system variable window ALT+4
Switch line numbers on/off F4

Table Inheritance in ax 2012

http://axdaily.blogspot.com/2011/04/table-inheritance.html