VBScripts

Throughout the DATASCOPE WMS PC Client software, we have added the ability to add VB Scripting into the screen to tailor the user experience. This scripting allows for several customizations directly within the DATASCOPE WMS PC based applications with support for bi-direction data transfer as well as interaction with the underlying application controls.

Some common tasks that can be implemented include, but are not limited to:

  • Popup messages based on custom logic.

  • Questions to the operator with custom logic based on responses.

  • Warnings to highlight application controls.

  • Blocking some buttons and processes

  • Calling 3rd party applications

  • Email/SMS notifications

Additionally, within the HTML 5 applications, standard JavaScript can be used to perform these similar customizations. This is built into the new HTML 5 Customization Toolkit module.

For more details on this, check out the HTML5 Customization user guide.

It is important to note that these customizations are only applicable to the screen/module in which the changes are made and cannot be applied on other screens/modules within the system.

Let us review editing VBScripts on a PC screen.