Declaring variables before using them in your code is recommended. Doing this alleviates incorrect names of a variables when writing code and the scope of the variable can also be defined. In the VBA options window you
can mark an option called "Require Variable Declaration". If this option is marked what displays in the code window before any procedure?
You are in the VBA code window writing code. After typing a valid object name, what can be used after typing the object name to display a drop-down list of methods and properties available for that object?
You are customizing a Great Plains window by adding VBA code. When debugging the code, which window would you open to display information for all objects on the current window?
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?
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?
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?
You are asked to customize the Payables Transaction Entry window and hide the Payment Terms field when the user selects "Return" in the Document Type field. Using VBA code, how many ways are there to hide the
field?
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?