/ Forums / Advansys Formativ / Creating Solutions with Formativ / ItemAttachmentGetClass return value

  • Creator
    Topic
  • #4020
    sstewart
    Participant

      I have 2 people (both using GW6.5) who have tried my applet, Export.vbf (posted to Cool Solutions 28 Jul 2003 – Export to Disk), writing in with the same error: ‘Token failed execution!’ is not a valid integer value at line 154, column 10
      That line of code reads:
      ….
      if Groupwise.ItemAttachmentGetClass(iMessage.MessageID, cAtt-1) = fgwMessage then
      ….
      Any ideas/suggestions would be greatly appreciated
      Steve

    • Author
      Replies
    • #6871
      Support 1
      Participant

        It looks like a variable containing the string ‘Token failed execution’ was passed to a subroutine that expects an integer. But I don’t see a place in your quoted code line where such a variable is being used. I think the error is associated with a different line of code. The most likely reason is that an ‘on error’ statement is suppressing normal error-handling. This implies there is an unhandled error, that occurs earlier in the code execution.

        Does this problem appear for all users of your applet or only these two? Perhaps there is something common to the two users’ environments that leads to this issue. It may be due to the version of Formativ or GroupWise, or something else. I suggest you review their Formativ configurations, which can be obtained from the GroupWise client Help menu: select About Formativ, then go to the Configuration tab.

        Advansys Support

      Viewing 1 replies (of 1 total)
      • You must be logged in to reply to this topic.