When you use Modifier with Visual Basic for Applications (VBA) to customize forms in Microsoft Dynamics GP and in Microsoft Business Solutions – Great Plains 8.0, you may want to add a hidden field to VBA. Hidden fields can contain code or values that a VBA customization can access.
The following list describes examples of hidden fields:
The following list describes examples of hidden fields:
- The Display Existing Record field exists in many transaction windows and in many maintenance windows. The Display Existing Record field is set to True when you edit a previously saved record.
- The hidden shrink buttons and expand buttons (known as grids in VBA) exist in some scrolling windows. The hidden shrink buttons and expand buttons are frequently implemented by using a non-editable Visual Switch control to display the icon and by using a hidden Push Button control that contains code to change the state of the window.