Forum Replies Created

Viewing 15 replies - 436 through 450 (of 929 total)
  • Author
    Replies
  • in reply to: Object API and ActiveX – Create a message #7989
    Support 3
    Participant

      Are you using the Object API or ActiveX API to create the message? Could you please provide some sample code or steps to reproduce.

      It could be an issue in the GroupWise API which we is beyond our control. Once we confirm the isse, we can report it to Novell.

      Regards,
      Advansys Support

      in reply to: FontSet do not work #7986
      Support 3
      Participant

        This issue has been reported by another user: http://www.advansyscorp.com/forums/topic/9521053561/

        We think there could be a bug in the “FontSet()” token. There is a link to an article in the forum thread which indicate that you can also change the default GroupWise font size in registry.

        Hope it helps.

        Regards,
        Advansys Support

        in reply to: Windows Script Host error #6123
        Support 3
        Participant

          We have emailed you the link to download a console application which restores the VBS association and turns off the Formativ ‘disable associations’ settings.

          Regards,
          Advansys Support

          in reply to: Attachment not found when forwarding mail from archive #9536
          Support 3
          Participant

            The forward attachments issue has been fixed in Archive To Go 1.5.0.3, please download the latest update.

            Let us know if you have any questions.

            Regards,
            Advansys Support

            in reply to: Windows Script Host error #6132
            Support 3
            Participant

              We have replied by direct email.

              Regards,
              Advansys Support

              in reply to: Portal Javascript error #7984
              Support 3
              Participant

                Unfortunately, this is a known issue (see below the previous posts) with the Internet Explorer ActiveX control (used by the portals) when used in a particular context. The work around as suggested in the thread below to change the authentication scheme of the web site.

                Portal Manager dont like popups:
                http://www.advansyscorp.com/forums/topic/226100027/

                Cookies lost when opening new windows from portals:
                http://www.advansyscorp.com/forums/topic/1271074441/

                FYI, I can access the Gmail in portal (http://mail.google.com/mail).

                Hope this helps.

                Regards,
                Advansys Support

                in reply to: Attachment not found when forwarding mail from archive #9537
                Support 3
                Participant

                  Thanks for reporting the issue which I have added to the database.

                  Our engineers will review the issue and hopefully we will have an update available next week. We will post something in this thread when the update is available.

                  Regards,
                  Advansys Support

                  in reply to: Toolbar Implementation for Rich Text Box #5609
                  Support 3
                  Participant

                    THTMLEditorEx is our custom extension to the IHTMLDocument2 interface which lets you to edit the HTML document. It has the methods listed below:

                    – Fontdialog
                    – InsertImage
                    – InsertLink
                    – InsertHorizontalLine
                    – Save()
                    – CancelEdits()

                    You can access the IHTMLDocument2 (http://msdn.microsoft.com/en-us/library/aa752641.aspx) from the THTMLEditorEx which lets you to access the IHTMLDocument2 Members (See the sample code below).

                      
                    Sub btnHTMLDocumentClick(Sender)
                        dim oHTMLDocument
                    
                        set oHTMLDocument = nothing
                    
                        if Utilities.IHTMLDocumentFromViewHandle(Maindlg.Handle, oHTMLDocument) = 0 then
                            msgbox oHTMLDocument.body.innertext
                            msgbox oHTMLDocument.body.innerHtml
                        end if
                    
                        set oHTMLDocument = nothing
                    End Sub
                    

                    Hope this helps.

                    Regards,
                    Advansys Support

                    in reply to: Toolbar Implementation for Rich Text Box #5616
                    Support 3
                    Participant

                      Stationery solution is one of our commercial solution. Unfortunately we are unable to provide the source of the commercial solutions.

                      quote:


                      I would like to know how to get the text of out the control and either into a variable or back into the text file in the temp dir.


                      You can use the Save method to save the changes to the file. See beloe for more information.

                      Maindlg.htmlEditor.Save : Changes will be saved to the existing HTML file. If you want to load the updated string to a variable then you can call the following method.
                      myHtml = utilities.LoadStringFromFile(“c:temptext.htm”)

                      Maindlg.htmlEditor.CancelEdits: Cancel the changes.

                      Regards,
                      Advansys Support

                      in reply to: Toolbar Implementation for Rich Text Box #5611
                      Support 3
                      Participant

                        You can use the HTMLEditorEx control to update the font, insert image, etc. HTMLEditorEx located in the Formativ “Form Designer” – Additional tab. See our Stationery solution which uses the HTMLEditorEx control, select a Stationery and press the Edit option which will let you to update the stationery.

                        See below the sample code to display the Font dialog and update the Html font:

                        – Create a From and name it to Maindlg
                        – Drop the HTMLEditorEx to the Form and name it to “htmlEditor”
                        – Add a button and name it to btnFont.
                        – You need to have a html file to edit (“c:temptext.htm”).
                        – Add the following source to the applet.

                          
                        Sub Main(Client, GWEvent)
                        
                          Maindlg.htmlEditor.EditFile("c:temptext.htm")
                          Maindlg.ShowModal
                        
                        End Sub
                        
                        
                        Sub btnFontClick(Sender)
                          Maindlg.heSignature.Fontdialog
                        End Sub
                        
                        

                        See below the list of some HTMLEditorEx methods:
                        – InsertImage
                        – InsertLink
                        – InsertHorizontalLine

                        Hope this helps.

                        Regards,
                        Advansys Support

                        in reply to: Source code for Print Message #8425
                        Support 3
                        Participant

                          We have sent you email about the enquiry.

                          Regards,
                          Advansys Support

                          in reply to: Cannot install on Vista 32/64bit #6238
                          Support 3
                          Participant

                            Unfortunately the Vista security changes do cause some trouble with our existing Formativ 2.0.1 code, primarily our registration system, which of course is confidential information. Our engineers currently working to solve the above issue in Vista.

                            In the meantime, if you require this confidential information, please send message to Support (support@advansyscorp.com). You can also follow the steps below to install Formativ in Vista:

                            • Log to the Administrator account in Vista.
                            • Install Formativ (Right click the installer (i.e. formativruntime.exe) and choose “Run as Administrator” option).
                            • Install Formativ Applets. Right click the installer (i.e. advansys-message-saver-pack-2.0.exe) and choose “Run as Administrator” option.
                            • Start GroupWise.
                            • Make sure the installed Applets (i.e. Message Saver, Stationery, etc) are working.
                            • Now you can switch to Standard user, all Applets and Formativ should be working.
                            • If you need to register Applets or Formativ, you need to register from the Administrator account.

                            Hope this helps.

                            Regards,
                            Advansys Support

                            in reply to: Printing anomaly after creating simple applet #7979
                            Support 3
                            Participant

                              On a separate note, found the following article which discussed about the Font Sizes and Printing Plain Text in GroupWise:
                              http://www.novell.com/communities/node/4538/font-sizes-and-printing-plain-text

                              It appear you can also change the default GroupWise font size in Registry. Not sure whether the end result will be the same, you can try to modify your code to change the registry font size value. The Registry String value usually present if you already setup the font size in GroupWise (Tools – Options – Environment). One side effect to this approach is your GroupWise default font name and size will be the value in the registry.

                              You do not need to run your code each time on composing message, you can run it when GroupWise startup. Please take extra care when changing the registry value. See the Formativ Language Guide – utilities.Registry() method which provide access to the Windows registry. Let us know if you need some registry sample code.

                              Regards,
                              Advansys Support

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

                                Thanks for your enquiry.

                                Unfortunately the Vista security changes do cause some trouble with our existing Formativ 2.0.1 code, primarily our registration system, which of course is confidential information. Our engineers working on this issue.

                                At this stage, we only provide this confidential information to our registered Formativ user. Unfortunately, we are unable to confirm your Formativ registration in our database. If we missed your registration, please write a message to support (support@advansyscorp.com).

                                Regards,
                                Advansys Support

                                in reply to: Printing anomaly after creating simple applet #7980
                                Support 3
                                Participant

                                  It seems starange issue as we can not re-produce in house. FontSet() Token API should not interfere with print behaviour.

                                  May be you can try to re-produce the bahaviour manually without the Applet by creating a message, change the font and size then type the “Hello World” and finally print. May be you can try to re-produce it in another machine with different printer.

                                  Let us know if you have any positive suggestions from the GroupWise community.

                                  Regards,
                                  Advansys Support

                                Viewing 15 replies - 436 through 450 (of 929 total)