RE: Dynamics GP2015 "Field on window is inactive or disabled. (Line#29)" in Fixed Assets Macro Import
You could also 'Step' through your macro (shift F8) at a pause. Put the following in your Dex.ini file to reveal the Advanced Macro Menu.
ShowAdvancedMacroMenu=TRUE
Select the Status item on the menu and you will have access to many more macro tools.
Here's what the window looks like and a short explanation of the features:
1. Shows you the name of the macro currently being recorded and what line it’s on.
2. Shows you the name of the macro currently being played, and what line it’s on.
3. Turns off the complete redraw and hides the interface flash thereby making the macro run twice (at least) as fast.
4. The line in the macro you want to jump to. The display below will start at the jump line. You can restart a macro to begin playing at the jump to line
5. The number of lines to display in the scrolling window.
6. Indicate where you want the macro to pause while it’s playing. This is a good way to debug the macro or stop it from executing after a certain point is reached
7. The actual lines of the macro according to the lines displayed
Kind regards,
Leslie