Forum Replies Created

Viewing 15 replies - 31 through 45 (of 51 total)
  • Author
    Replies
  • in reply to: Ressources #7493
    lp_irovetz
    Participant

      Thanks

      But, the problem is that i don’t know the value of the different ressource name.
      For some customer car name is by registration number, sometime by a name, etc…

      Iterate is to long, System Adress books contains more than 2000 entries.
      For work around, i’d created a ressource group in NDS with a special name, i’d used MA’method for find the group in AD and i iterate the group members.

      I’d prefered a pure GW solution rather than NDS/GW but it works ….

      Thanks

      L.P. Irovetz
      ARCANE GroupWare

      in reply to: DisplayProfile #7303
      lp_irovetz
      Participant

        Many thanks for your help

        Do you know when this bug came ? Is it “by first design Wink” or after a realease.

        For my project, it doesn’t matter that the client is 5.5.1 because it’s for a special workstation
        On it, i’d like scan documents and put them in DMS by a VB applets, the user has no need to used message.


        I need to used this token because the Author property of document is RO, disagree of the documentation.
        The only way i found is to used ‘displayprofile” token

        LP Irovetz
        ARCANE GroupWare

        in reply to: DisplayProfile #7306
        lp_irovetz
        Participant

          Hi advansys team

          sorry to call to mind this old subject Cool

          but do you have some news about it from Novell. I’d repport it on Novell Dev forum with no result

          Do you know a work arround, even with ‘stange/exotic’ solution Razz

          L.P. Irovetz
          ARCANE GroupWare

          in reply to: Wait … to see ! #7455
          lp_irovetz
          Participant

            Sorry but the problem is not in Query process but with utilities.Timer()

            Thanks MA. “utilities.doevent” seems to help query to search asynchronously but problem persist.
            Thanks Support. But how used “find” with documents ?

            The problem is more present with low connection between clien and PO.
            In local mode, nearly no problems
            With low connection (even 1Mo SDSL mode), the only way is to increase time
            – Using utilities.Timer(2) rather utilities.Timer(1) – but we don’t stop crashs

            Is there a way to work around “utilities.Timer” ?

            Thanks

            L.P.

            in reply to: Additional Files #7463
            lp_irovetz
            Participant

              Hi,

              There is another way. It unit GroupWise and eDirectory

              Put your additional files in DMS Cool
              At the first launch of your applet retreive the files and save them on the disk where you want

              DMS is a great tool Wink

              L.P. Irovetz
              Arcane GroupWare

              in reply to: How can i fill a Listbox with multiple columns? #7437
              lp_irovetz
              Participant

                Hi,

                Perhaps a clue

                ‘Listviewobj is the object

                Set oItem = ‘Listviewobj.Items.Add
                oItem.Caption = “Subject”
                oItem.SubItems.Add(Startdate)
                oItem.SubItems.Add(Enddate)

                ListBox or Listview is not excel Frown

                L.P. Irovetz
                Arcane GroupWare

                in reply to: How to insert a carriage return into the message area… #7447
                lp_irovetz
                Participant

                  Hi,

                  Try this :

                  CRT = Chr(13)
                  ‘or HRT = Chr(13) & Chr(10)

                  ‘If Obj is your message
                  Obj.BodyText.PlainText = Obj.BodyText.PlainText + CRT + CRT + CRT +” Your text here ” ‘3 carriage return in this case

                  L.P. Irovetz
                  Arcane Groupware

                  in reply to: Formativ Creator/runtime on Groupwise 6.5.4 #7400
                  lp_irovetz
                  Participant

                    HI ycp

                    Do you connect with you W2003/Grpw654 on the same Post Office than W2K/Grpw602 ?

                    I’d meet this error, because i’d created another PO directly with Console One but “Views folder” of the new P.O. was empty.
                    A copy of a good “View folder” and voila !

                    L.P Irovetz
                    ARCANE GroupWare

                    in reply to: Configure Formativ Portal #7398
                    lp_irovetz
                    Participant

                      Great MA, thanks

                      Features request for support : Could it be possible to specify an shared applet rather than a local one ? In this case, it could be possible to deploy a ‘standard’ portal

                      L.P. Irovetz
                      Arcane Groupware

                      in reply to: Find user P.O. & D.O. #7378
                      lp_irovetz
                      Participant

                        It runs Smile

                        arcPrompt = 201 for my work

                        Thanks

                        L.P. Irovetz
                        ARCANE GroupWare

                        in reply to: Writing to a text file #7372
                        lp_irovetz
                        Participant

                          Another way Razz

                          Direct with VBS

                          Set fso = CreateObject(“Scripting.FileSystemObject”)
                          Fic_Path = “C:somewhere in file system”

                          Set tempfile = fso.CreateTextFile(Path)

                          tempfile.WriteLine (“Arcane GroupWare”)
                          tempfile.WriteLine( “[Fic_Vis_Cat]”)
                          tempfile.WriteLine( “Téléphone” )
                          tempfile.Close

                          L.P. Irovetz

                          in reply to: Formativ 2.0.1 FTF Beta available for GroupWise 7 #7367
                          lp_irovetz
                          Participant

                            Fine, but is there backward compatibility ?

                            Could we used GW Clt 6.5 or 6.0 ?

                            Thanks
                            L.P. Irovetz

                            in reply to: GWNcc #7321
                            lp_irovetz
                            Participant

                              Frown Ok …

                              I’d re-designed it with combo but … same question with AB Control. Could it be possible ??? and how if yes.

                              in reply to: Reading from GroupWise database? #7336
                              lp_irovetz
                              Participant

                                In this case you need to read directly in NDS.
                                There is a advansys exemple witch show you how to read user informations from GW with Formativ
                                PO is an object like the other, in NDS point of view Wink

                                Warning. If you could read, i think you couldn’t set something.
                                The only way i found to create GW external User directly from Formativ was to call a VB applet.

                                you say many, how much ?? 10,100, + ? Just professional curiosity Big Grin

                                in reply to: Reading from GroupWise database? #7335
                                lp_irovetz
                                Participant

                                  Hi,

                                  What kind of information would you like to read ?
                                  Many of them could be access by Object API throught Formativ.

                                  Regards

                                  L.P. Irovetz
                                  ARCANE GroupWare

                                Viewing 15 replies - 31 through 45 (of 51 total)