Sorry, but there are no more tags available to filter with.
  • Unexpected error is thrown in while compiling scripts

    Hi,

    I am getting unexpected error "Statement cannot be called within method body" in scripts. These scripts used to work before and suddenly stopped working and throws this error. Please suggest how to resolve it. 

  • RE: Q1IM: Fullsync Flag not Recognized in Process Head Generating Condition

    Hi,

    try to change your code to:

    ' Set a connection variable

    Variables.Put("CSVImport", True)

    and change the test for the connection variable in the gen-condition to

    Not VID_IsTrue(Variables("FULLSYNC"))

    That should help.