Trigger Setup
From, the DATASCOPE WMS PC screen, browse to the module where you need to update a control (for either a Text Box, Button, or Data Grid)
If you don’t like reading, you can watch the video.
<link to PDF doc on my OneDrive>
Try it!
Right-click on a control and select VB Scripting
The VB Script Editor will open.
Select the Event and add the base method for the Cove View.
From the Event drop-down, various events can be selected. Select the Event the script will be linked to and then click the Add Code button.
Edit the Event in the Code View window by adding your own VBScript as per your requirement.
Select Save & Close.
Note: Close the PC screen and reopen the module for the script to load.
Test the VBScript added by invoking the event. (For example, tabbing off the selected control)