/ Forums / Advansys Formativ / Creating Solutions with Formativ / GroupWise.ItemMarkPrivate

  • Creator
    Topic
  • #4204
    Support 1a
    Participant

      Tests have revealed calling GroupWise.ItemMarkPrivate() with the two arguments shown in the Formativ Language Guide will fail. It is suspected this token’s behavior within GroupWise may have been changed at some point. (The current Novell online documentation for the underlying token appears to contain remnants of the second argument documented in the Language Guide).

      You can achieve the same result using Groupwise.ThrowToken as shown below. The single argument is an integer representing true or false:

      call Groupwise.ThrowToken("ItemMarkPrivate(0)", retVal)

      Advansys Support

    • You must be logged in to reply to this topic.