1.
You are customizing a Great Plains window by adding VBA code. You set a breakpoint to debug the code. Once stopped at a breakpoint, what command executes the code one line at a time?
2.
What variables can be used only by procedures in the same module?
3.
You open a Great Plains window and want to customize it with VBA. The window that you opened is a Modal window. When a modal window is displayed, how can it be added to the VBA project?
4.
You have added a Great Plains window and several fields to the VBA project. You realize that a few fields are not needed. How do you remove an individual field from the VBA project?
5.
You are asked to customize the Payables Transaction Entry window by making the Shipping Method a required field. Using VBA code, which statement would accomplish this?
6.
In VBA what method can be used to move the cursor to a specific field?
7.
In VBA which property can be used to set the value of a field?
8.
You have a need to hide the Great Plains Customer Maintenance window. The Customer Maintenance window has been added to the VBA project. Using VBA code, which VBA statements would accomplish this?
9.
What happens if you don have any Great Plains windows open and you choose Tools-Customize-Add What happens if you don? have any Great Plains windows open and you choose Tools-Customize-Add Current Window to Visual Basic?
10.
You have added a Great Plains window to the VBA project. You realize that the wrong window has been added.
How do you remove a Great Plains window from the VBA Project?