Forum Replies Created
-
AuthorReplies
-
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 SupportFebruary 18, 2007 at 2:25 pm in reply to: Enterprise Proxy – Unusable if identical GW names exist #8943Thanks for your feedback.
Regards,
Advansys SupportFormativ 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.htmTo 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 SupportFebruary 15, 2007 at 6:21 pm in reply to: Want to use Formativ to update my signature – anything special required? #78153rd 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 SupportFebruary 15, 2007 at 6:04 pm in reply to: Enterprise Proxy – Unusable if identical GW names exist #8945We 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 SupportWe have resend the email.
Regards,
Advansys SupportFebruary 15, 2007 at 2:25 pm in reply to: Setting proxy access rights if proxied to another account #7813Hope the trusted application solve your problem. If you have any further questions, please do not hesitate to contact us.
Regards,
Advansys SupportFebruary 14, 2007 at 2:55 pm in reply to: Want to use Formativ to update my signature – anything special required? #7820The 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 2Since 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 SupportFebruary 13, 2007 at 7:32 pm in reply to: problem with all day events – Enterprise Calendar Dates #8941We 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 SupportFebruary 13, 2007 at 3:06 pm in reply to: Want to use Formativ to update my signature – anything special required? #7819Use 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.]
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 SupportFebruary 12, 2007 at 2:53 pm in reply to: Setting proxy access rights if proxied to another account #7809Not 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=enHave 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 SupportFebruary 11, 2007 at 3:10 pm in reply to: Enterprise Proxy – Unusable if identical GW names exist #8944I 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.]
February 11, 2007 at 3:04 pm in reply to: Setting proxy access rights if proxied to another account #7810Use 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 SupportJust 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 -
AuthorReplies