1.
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?
2.
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?
3.
You need to customize the original Item Maintenance Great Plains window using VBA. The VBA code you write will need to reference the Item Number field from that window. What steps will allow access to the Item Number?
4.
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?
5.
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?
6.
You open the Purchase Order Entry window. After selecting a Vendor ID you would like to open the Purchasing Vendor Detail Entry window for the user. Which VBA statement would open this window using the indirect
method?
7.
When adding fields to a VBA project from a Great Plains scrolling window, which statements are true?
8.
In the VBA Properties window what options are listed for the EventMode property?
9.
The Purchase Order Entry window has been added to the VBA project. Code exists on the afteruserchanged event for the Vendor ID field. Which actions performed by a user will cause the afteruserchanged event to run?
10.
In VBA which event can be used to stop Great Plains code from executing and saving line information to the table?