Get Started editing VBScripts
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.
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.
Test the VBScript added by invoking the event. (For example, tabbing off the selected control)
Let us review a few simple VBScript examples - Simple VBScript examples