Issue with Upgrading to 2017 - Column validation event not functioning

SOLVED

We are currently testing out an upgrade to Sage 100 2017.  We are currently running into an issue with scripts not working with the column validation event.

We have tried the following to identify this issue:

1. Created a test account with a default Sales Order Screen

2. Removed all custom scripts from Sales Order Header

3. Created a test script that creates a message box.


We attached this script to a button click and the column validation event for field comment.

The script works for the button click, and appropriately displays a message box.

On the column validation however, the Sales Order Screen freezes.

Any Ideas?

Parents Reply
  • 0 in reply to PatrickWhitely
    With a server side script you have no hook to the client for regular VBScript commands. The script runs from the perspective of the server (so your workstation screen hangs). The MessageBox method is programmed into Sage 100 to be compatible with the Client / Server architecture of the Advanced / Premium versions.
Children