/ Forums / Advansys Formativ / Formativ Runtime / Formativ Applet runtime error / Reply To: Formativ Applet runtime error

#5665
nsjoberg
Participant

    I’m still getting the error on lines 56 and/or 273:
    Formativ applet compilation error. Expected statement at line 56, col. 5 (or line 273, col. 2). The applet could not be parsed. It contains errors.

    Which of these is correct syntax in lines 56-57?

    ‘ Full path to the location of the signature files
    SIGNATURE_LOCATION = Utilities.GetDataDirectory
    FILENAME = SIGNATURE_LOCATION + “ADV_MultipleSignature.ol”

    ‘ Full path to the location of the signature files
    c:program filesadvansysformativdata = Utilities.GetDataDirectory
    FILENAME = c:program filesadvansysformativdata + “ADV_MultipleSignature.ol”

    Are there any other entries that I should change?

    Nancy