Forum Replies Created
-
AuthorReplies
-
You can also download Borland Delphi VCL help file from the link below:
http://ftp.sun.ac.za/ftp/pub/mirrors/ftp.borland.com/pub/delphi/techpubs/delphi6/
http://ftp.sun.ac.za/ftp/pub/mirrors/ftp.borland.com/pub/delphi/techpubs/delphi6/d62pro.zipRegards,
Advansys SupportPlease see below the feature topic where you can download the Raize Components 3 Help files from our site.
http://www.advansyscorp.com/forums/topic/3971028821/
It appear the Borland Delphi VCL help file link (ftp://ftpc.borland.com/pub/delphi/techpubs/delphi6/d62pro.zip) is broken, we will write to Delphi about the broken link.
Regards,
Advansys SupportWe don’t think the GroupWise client text-mode will affect the result. The issue could be environmental, you may need to try to re-produce in another machine.
We also think there could be a bug in the “FontSet()” token where it does not change the font size in GroupWise 7. Please let us know if the token works in your GroupWise 7 environment.
Regards,
Advansys SupportWe are unable to re-produce the behaviour in GroupWise client 7.0.3 (8/03/2008). It print one page from the draft message and received message where the Font modified by the code above. The font and size appear to be fine in print out.
However, the code above change the Font to “Arial” but the font size change to “8”, default font size is “10” and font “Tahoma”. Does your font size change when you run the code? May be a bug in the GroupWise “Fontset()” token.
Which version of the GroupWise client you are running (see Help and About GroupWise)? You may need to upgrade the client to latest release.
Regards,
Advansys supportWe have sent you a direct email about the beta download link.
Regards,
Advansys SupportThanks for your post, we have replied by direct email.
Regards,
Advansys supportAdvansys recently released the first beta of the Advansys PST Converter solution, which will convert Advansys Archive to Go archives or Advansys portable messages (FML files) folder into Microsoft® Outlook® PST format. You can also convert Archive to Go archives to existing PST.
This solution makes it easy to provide an alternative format for your Archive To Go portable archives, whether it be for people leaving an organization, for applications/professional services which require the Outlook PST file format or searching across multiple archives.
We have sent you a direct email about the beta download link.
Regards,
Advansys SupportIts a native GroupWise Token, you can see a full list at: http://developer.novell.com/documentation/gwtoken/index.html?gwtokens/data/hj8ej8g5.html
To make easier for the developer, Formativ wrap most of the token. For example, you can call
GroupWise.ItemSaveMessage()Formativ also provide option to call directly the token using the ThrowToken() method.
msgbox groupwise.throwtoken("ItemSaveMessage(""" & iMessageID & """;""c:temptest.eml"";900)", iRetunVal)Hope this helps.
Regards,
Advansys SupportIf you have any further questions, please do not hesitate to contact us.
Regards,
Advansys SupportThanks for sharing the sample code.
Regards,
Advansys supportIt may be a bug in Novell API on encoding and decoding the unicode characters. You may need to report to Novell API forum. Here are some links:
http://forums.novell.com/novell-product-support-forums/groupwise/groupwise-7x/
Regards,
Advansys SupportThanks for the confirmation.
Regards,
Advansys supportIf you save to “Mime” format then it should save the attachments. We test the sample code and it works fine (i.e. attachments saved). We are running the GroupWise client 7.0.3 (08/03/2008). If you are running the earlier version then you may need to upgrade the client.
Regards,
Advansys SupportThanks for your feedback.
Regards,
Advansys SupportUnfortunately, you can not change the default file name. ItemSaveMessageDlg() does not expose any parameters (it should).
FYI, see the post below to save the message:
http://www.advansyscorp.com/forums/topic/4811046061/Regards,
Advansys Support -
AuthorReplies