/ Forums / Advansys Formativ / Creating Solutions with Formativ / Double Quote Problem with ItemSetText / Reply To: Double Quote Problem with ItemSetText

#7522
Support 3
Participant

    Hi rdryan,

    The defect actually lies in the Formativ GroupWise.ItemSetText() command. We will fix this issue in the next maintenance release. In the meantime, you can work around the bug by using ThrowToken method as shown here:

    iText = “Double quote(“”””).”
    iSyntax = “ItemSetText(“”X00″”;10;””” & iText & “””;1;1)”
    msgbox groupwise.throwtoken(iSyntax, iReturnVal)

    The ThowToken method calls the native GroupWise token directly, and returns a boolean indicating if the token actually worked. See the Formativ Language Guide for more information.

    Hope this helps.

    Regards,
    Advansys Support