Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

image-20240305-125501.png
  • 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
  • Edit the Event in the Code View window by adding your own VBScript as per your requirement.

image-20240305-125514.png
  • 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)

image-20240305-125518.png

Let us review a few simple VBScript examples - Simple VBScript examples

  • No labels