Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Author
    Replies
  • nsjoberg
    Participant

      I get the same errors as user gmolloy, the Runtime error, and it generates the same text in Word as user bgateux (above).

      I am running NT40SP6 and Word 97SR-2 and Formativ 1.0.

      Is there a version of this applet that will work for our system?

      Thank you,

      Nancy

      in reply to: Error messages when running business applets #8523
      nsjoberg
      Participant

        Thank you for staying with me to solve this. I have emailed the info you requested.

        in reply to: Error messages when running business applets #8519
        nsjoberg
        Participant

          I am running Formativ Admin but we are not using NDS integration. I have used the default file locations.

          I had installed version 1.5 a few days ago, but I also removed that before I reinstalled version 1. I am not using any applets created under 1.5, just the ones that get installed with version 1.

          I really hope you can help me pin this down. Thanks again.
          Nancy

          in reply to: Error messages when running business applets #8518
          nsjoberg
          Participant

            The HGAGWX files were removed. It was developed to test one of our projects.

            I also uninstalled version 1.0 and removed every trace of Advansys/Formativ except for my IE shortcuts to your web pages. I rebooted and re-installed ver. 1.0.2.3.

            I still get this error running multiple signatures applet:
            Formativ Applet compilation error
            Expected statement at line 67, column 1

            However I am able to run Proxy and Find/Replace just fine.

            I looked at the config.log in the advansys/formativ directory and found this message:
            NDS Administered: YES
            User: ISNANCYS.HGA_MPLS
            Security Level: User
            No USER config object found
            No GROUP config objects found
            No OU config object found
            No O config objects found
            No config object found in NDS – checking the registry
            Config data found in the registry

            I haven’t tried any of the others such as publish address book or folder list because we have Word97 and I don’t think the applets work with 97, do they?

            Maybe you could send me a fresh copy of version 1 install to make sure I’ve got the latest.

            Any other ideas? Thank you very much.

            Nancy

            in reply to: Error messages when running business applets #8521
            nsjoberg
            Participant

              I have followed your instructions about removing and reinstalling. However, in the control panel Support tab, there is no ’95/98/NT fix’ checkbox. Instead it says ‘Debug Mode – use only if requested by Advansys’.

              Should I check this box or not? Thanks!

              in reply to: Error messages when running business applets #8520
              nsjoberg
              Participant

                I really appreciate your quick response. I will give it a try.

                And to answer your question, the applets stopped working before I installed the upgrade. The only change I can think of is that we started using Norton virus protection, but I disabled it at the suggestion of Advansys support.

                When I saw that 1.5 was just released I uninstalled 1.0 then installed 1.5. At first we were not aware that we needed to purchase an upgrade. Regardless, I went back to 1.0 hoping I could make it work like it used to.

                My coworker has no problem running 1.0. Are you aware of any possible software conflicts I could look for? Thanks again –
                NSjoberg

                in 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

                  in reply to: Formativ Applet runtime error #5668
                  nsjoberg
                  Participant

                    Thank you for the rewritten code, but I’m afraid I get another error at line 274 (the second line below):

                    set IntroDlg = Utilities.NewControlBoxDialog
                    with IntroDlg
                    .Caption = CAPTION
                    .Title = “Add or edit a message note”
                    .Button1Caption = “&Ok”
                    .Button2Caption = “&Cancel”
                    .Button3Visible = TRUE
                    .Button3Caption = “&Time Stamp”
                    .Button4Visible = TRUE
                    .Button4Caption = “&Delete Note”
                    .Description = HRT&”This applet allows you to add or edit note attached to this “&_
                    MsgType & “.” & MsgSubj & HRT & HRT &_
                    “Click ‘Time Stamp’ to add date and time inside the edit box. ” &_
                    “Click ‘Delete Note’ to delete the note attached with this message.”
                    end with

                    Does this applet require any editing on my part or will it run as is?

                    Thanks again –
                    Nancy

                    in reply to: Formativ Applet runtime error #5669
                    nsjoberg
                    Participant

                      When I right-click on a folder in the main window, this is the error I get. Using Word 97 SR 2. Any ideas?

                      Formativ Applet compilation error
                      Expected statement at line 204, column 2

                      applet could not be parsed….

                      Line 204 is “with selection”

                      function TypeHeader

                      dim Folder

                      Set Selection = Word.Selection

                      with Selection

                      ‘ Setup page margin
                      .PageSetup.RightMargin = 54
                      .PageSetup.LeftMargin=54

                      Thanks –
                      Nancy

                      in reply to: Formativ Applet runtime error #5671
                      nsjoberg
                      Participant

                        I think I have tried both versions of the multiple signature file – one downloaded from Advansys and one from install. But I don’t recall any difference.

                        It also chokes on this code around line 274:
                        ‘——————————————————————————-
                        ‘ Display the available signatures in the list box
                        ‘——————————————————————————-
                        Function SetupDlg(LBCtl, FileList)

                        Set Dlg = Utilities.NewControlBoxDialog
                        With Dlg
                        .Height = 250
                        .Caption = CAPTION
                        .Title = “Select a signature”
                        .WizardImage = IMAGE
                        End With

                        It seems the Set Dlg = Utilities.NewControlBoxDialog is the objectionable line.
                        I appreciate your help –
                        Nancy

                        in reply to: Formativ Applet runtime error #5674
                        nsjoberg
                        Participant

                          When I try to publish to Word, I get this error:
                          Formativ Applet compilation error
                          Expected statement at line 204, column 2

                          Then a dialog box that says:
                          Sorry, the applet could not be executed.
                          Applet could not be parsed.
                          It contains errors.

                          Line 204 says:
                          with Selection
                          in the Write Page Header function

                          Is this because the applet won’t work with Word 97? Can it be altered to work?

                          nancy

                        Viewing 11 replies - 1 through 11 (of 11 total)