Forum Replies Created
-
AuthorReplies
-
Sorry to hear about the problem. Most of our engineers are attending GWAVACon seminar (June 8th – June 10th). We will try our best to look into this issue and get back to you soon.
Regards,
Advansys SupportThanks for your feedbacks. Please do not hesitate to contact us if you have any further questions or comments.
Regards,
Advansys SupportSorry, Formativ Language does not provide any method to read byte by byte of a file. However, you can write an application in Delhi, VB, .Net, etc to perform this task and call the application in Formativ.
Hope this helps.
Regards,
Advansys SupportSorry, Formativ language do not have any unzip method, however this request has been added into our enhancement database. In the mean time, you need to shell out to use some unzip utilities.
Regards,
Advansys SupportCould you please post the build date of your GroupWise client (see Help -> About GroupWise).
We are using GW 7.0.1 (31-05-2006) and noticed “White Pages” solution takes 2.5 minutes to process 3000 contacts and 4.5 minutes to process 4000 contacts. Do you see the similar behaviour?
Regards,
Advansys SupportThis free solution was designed to import data from Outlook into GroupWise client (GW backend). We think it is possible to change the email-type from “Internet” to “SMTP”. This “Personal Outlook Migration” solution is open source, you can download the source from “forge.novell.com” and modifiy the code to your needs.
Hope this helps.
Regards,
Advansys Support“lp_irovetz” – thanks for your prompt response.
Regards,
Advansys SupportUsually searching messages slows down GroupWise but in your case this should not impact performance significantly. Your search syntax should be straight forward, which is to search GroupWise for messages older then 6 months and you only need to search once when GW starts.
Due to our busy product development schedule, we don’t have custom programming resources available. However, an alternative is to contact one of our development partners: http://www.advansyscorp.com/formativ_partners_developers.htm.
Regards,
Advansys Support
[This message was edited by Support 2 on May 22, 2006 at 04:15 PM.]
We can reproduce the same behaviour. Its a bug in GroupWise Token API. We’ll report this as a bug to Novell. We couldn’t say when they’ll fix it. We will post more here when we hear anything from Novell.
Regards,
Advansys SupportMay 17, 2006 at 4:10 pm in reply to: Right-click integration in calendar view / Groupwise-Shutdown event #7601Great news.
Regards,
Advansys SupportIn Object API, search result folder consider as query folder. We think, query folder should do your job as listed above.
Regards,
Advansys SupportMay 16, 2006 at 4:46 pm in reply to: Right-click integration in calendar view / Groupwise-Shutdown event #7598Unfortunately there is no other event for on close GroupWise main window. However, you can use “OnCloseWindow” event and check the message ID from view. ItemMessageIDFromView token return a message ID for all GroupWise message, this token will fail if no message view found. If this token failed then you can be sure GroupWise main window is closed. See the sample code below:
if (GWEvent = "GW#C#TKN#292") then if (instr(1, groupwise.ItemMessageIDFromView, "token failed execution", vbTextCompare) > 0) then msgbox "Closing GroupWise window" else msgbox "Closing message window" end if end if
Hope this helps.
Regards,
Advansys SupportGreat news. Thanks for your feedback.
Regards,
Advansys SupportFormativ do not support to distribute a search folder. However, you can use Formativ to create a Query folder and run the applet to all your client mailboxes. See the Query object in GroupWise Object API documentation for more information.
Regards,
Advansys SupportWe have added your request into our enhancements database.
Regards,
Advansys Support -
AuthorReplies