• Not Answered

Script editor

Hi All

Could you please support me , i try to write script on the graphic for open the Excel sheet when I press on push button on graphic i tried to write the code but it ha ve error ,please see attached snapshot, Looking for your support

17 Replies

  • In reply to LaurentB:

    Be careful putting files in User directories as someone logging into the machine as a different user may not have access to those folders. Best to put files in a "common" location that all users would have access to as well as being easier to find the file(s) for someone who follows behind for configuration/troubleshooting help.

    And I agree with LaurentB that you should get some training from Emerson training centers which some of the classes offered are virtual training that doesn't require travel.
  • Check your error handle. Looks like you have a label "ErrHandler" but nothing (no executable code) following it.
    The call for "frsHandleError" should be after the label "ErrHandler", not before it as shown in your screenshot. (Look at the sub after your problem one for the correct positioning).