Forum Replies Created

Viewing 15 replies - 691 through 705 (of 929 total)
  • Author
    Replies
  • in reply to: Syntax for webbrowser events #7823
    Support 3
    Participant

      I am using Formativ Studio 2.0.1, GroupWise 7.0.1 (Build date: 14/12/2006) & IE 6. I will test with Creator and let you know the results. What is the build date of the GroupWise client (see Help – About GroupWise)?

      Regards,
      Advansys Support

      in reply to: Enterprise Proxy – Unusable if identical GW names exist #8943
      Support 3
      Participant

        Thanks for your feedback.

        Regards,
        Advansys Support

        in reply to: Syntax for webbrowser events #7821
        Support 3
        Participant

          Formativ use the TWebBrowser. If you have Delphi available then see the EmbeddedWB in Internet palette. The URL below shows some common methods:
          http://www.cryer.co.uk/brian/delphi/twebbrowser/twebbrowser_methods.htm

          To write webbrowser event handler in Formativ, we will suggest you to see the Events tab in the Object Inspector. You can drop a EmbeddedWB from Additional tab into your Form then select the EmbeddedWB, click Events tab in the Object Inspector. Double click any of the event (i.e OnDownloadBegin, OnDownloadComplete, etc) to generate the code.

          Hope this helps.

          Regards,
          Advansys Support

          Support 3
          Participant

            3rd party developer unable to edit the default GroupWise signature using the Object/Token API. Documentaion in the SOAP API says, you can edit signature.

            GroupWise Web Service (SOAP): http://developer.novell.com/wiki/index.php/GroupWise_Web_Service_(SOAP)

            Regards,
            Advansys Support

            in reply to: Enterprise Proxy – Unusable if identical GW names exist #8945
            Support 3
            Participant

              We have added a “Settings” option which allow you to append the post office and domain with the user-id. We have emailed you the updated applet.

              Looking forward to hear your feedback.

              Regards,
              Advansys Support

              in reply to: “An incomplete installation has been detected” #6011
              Support 3
              Participant

                We have resend the email.

                Regards,
                Advansys Support

                in reply to: Setting proxy access rights if proxied to another account #7813
                Support 3
                Participant

                  Hope the trusted application solve your problem. If you have any further questions, please do not hesitate to contact us.

                  Regards,
                  Advansys Support

                  Support 3
                  Participant

                    The following Visual Basic constants copied from the Visual Basic Scripting Guide. See the guide for more information.

                    quote:


                    Microsoft® Visual Basic® Scripting Edition
                    String Constants Language Reference
                    Version 2

                    Since these constants are built into VBScript, you don’t have to define them before using them. Use them anywhere in your code to represent the values shown for each.

                    Constant – Value – Description
                    vbCr – Chr(13) – Carriage return.
                    vbCrLf – Chr(13) & Chr(10) – Carriage return–linefeed combination.
                    vbFormFeed – Chr(12) – Form feed; not useful in Microsoft Windows.
                    vbLf – Chr(10) – Line feed.
                    vbNewLine – Chr(13) & Chr(10) or Chr(10) – Platform-specific newline character; whatever is appropriate for the platform.
                    vbNullChar – Chr(0) – Character having the value 0.
                    vbNullString – String having value 0 – Not the same as a zero-length string (“”); used for calling external procedures.
                    vbTab – Chr(9) – Horizontal tab.
                    vbVerticalTab – Chr(11) – Vertical tab; not useful in Microsoft Windows.


                    Regards,
                    Advansys Support

                    in reply to: problem with all day events – Enterprise Calendar Dates #8941
                    Support 3
                    Participant

                      We have updated the solution to support the All Day event (GroupWise 7 and later) and Private message property. We have emailed you the updated applet. We look forward to hear from you.

                      Regards,
                      Advansys Support

                      Support 3
                      Participant

                        Use ThrowToken to execute a token. See the Formativ Language guide for more information. ThrowToken uses the native GroupWise Token Commander to execute the given token. See the URL for the Token API: http://developer.novell.com/documentation/gwtoken/index.html?gwtokens/data/hj8ej8g5.html

                        I have noticed the default GroupWise signature (Tools – Options – Environment – Signature) need to be enabled for this token to work. See below the sample code.

                          
                         dim iReturnValue
                         dim iSyntax
                        
                         QtySpamBlocked = 3
                         Sig1 = "David Gerisch, Systems Technician"
                         Sig2 = "A.C.S. / Tulare County Information Technology"
                         Sig3 = "Yesterday, we blocked " & QtySpamBlocked & " spam messages."
                        
                         SignatureTextString = Sig1 & HRT & Sig2 & HRT & Sig3
                        
                         iSyntax = "PrefSignature(1;0;0;""" & SignatureTextString & """;"""";"""";"""")"
                         msgbox groupwise.throwtoken(iSyntax, iReturnValue)
                        

                        Hope this help. Look forward to hear from you.

                        Regards,
                        Advansys Support

                        [This message was edited by Support 3 on February 13, 2007 at 03:27 PM.]

                        in reply to: GroupWise 7 Trash Crash! #5565
                        Support 3
                        Participant

                          We haven’t heard any report about this trash folder issue. Can you re-produce this behaviour without running Formativ, may be you can try to disable Formativ using the Control Panel Applet (Start – Control Panel – Advansys Formativ – General – Disable All). After the test, you need to go through the same steps to enable Formativ.

                          Which version of GroupWise client you are running (See Help – About GroupWise)? We have received few report about the earlier version of GroupWise 7 client (http://www.advansyscorp.com/forums/topic/8771001341/) and we highly recommend to use the latest point release.

                          Regards,
                          Advansys Support

                          in reply to: Setting proxy access rights if proxied to another account #7809
                          Support 3
                          Participant

                            Not sure about any Object API limitation when proxied to another account. You can post GroupWise Object API related questions into the following forum:
                            http://groups.google.com.au/group/novell.devsup.gwobjapi?hl=en

                            Have you looked at our Enterprise Proxy (http://www.advansyscorp.com/formativ_sol_enterprise_proxy.htm) which allows you to manage proxy access rights?

                            Hope this helps.

                            Regards,
                            Advansys Support

                            in reply to: Enterprise Proxy – Unusable if identical GW names exist #8944
                            Support 3
                            Participant

                              I have added your suggestions into our enhancement database (#575), we will investigate this issue and let you know once we update the solution.

                              Regards,
                              Advansys Support

                              [This message was edited by Support 3 on February 11, 2007 at 03:34 PM.]

                              in reply to: Setting proxy access rights if proxied to another account #7810
                              Support 3
                              Participant

                                Use the Client.clientstate.currentaccount to access the active GroupWise account. You can manually proxied to another account or use the proxy() method prior to access the currentaccount. GroupWise.account will gives you access to the root account.

                                See the example below:

                                  
                                  dim oGWAccount
                                
                                  set oGWAccount = Client.clientstate.currentaccount
                                  msgbox "AccountRightsCollection: " & oGWAccount.AccountRights.Count
                                
                                  set oGWAccount = nothing
                                

                                Hope this helps.

                                Regards,
                                Advansys Support

                                in reply to: Applet to Put sent items in other Mailbox folder? #8368
                                Support 3
                                Participant

                                  Just a thought, may be you can use a GroupWise rule to move the message to a folder. May be an Applet can manage the creation of the rule.

                                  Unfortunately 3rd party developer can not access the proper sent message ID using Object API. Finally, Novell is planning to provide access to the send Message ID in next GroupWise 7 release (Probably SP2 or Bonsai) which will make easier to develop a solution for these type of request.

                                  Regards,
                                  Advansys Support

                                Viewing 15 replies - 691 through 705 (of 929 total)