/
Get Started editing VBScripts

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)

Try it!

  • Right-click on a control and select VB Scripting

image-20240305-125501.png
Right-click 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.

image-20240305-125506.png
Select the Event the script will be linked to.
  • 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

Related content

Control Interaction
Control Interaction
More like this
Overview and Interface
Overview and Interface
More like this
VBScripts
More like this
Data Storage
Data Storage
More like this
Create a Custom Plugin and link it to a Module or System Setting (configuring plugins)
Create a Custom Plugin and link it to a Module or System Setting (configuring plugins)
More like this
Copy VBScripts from Sample to Trigger folder
Copy VBScripts from Sample to Trigger folder
More like this