Forum Replies Created
-
AuthorReplies
-
The Stationery applet you have downloaded is part of the Applets Focus (http://www.advansyscorp.com/formativ_appletfocus_002.htm). Most applets in the Applets Focus pack are example applets (open source) so that developer can extend its functionality even further.
The above Formativ Configurations shows that you have Formativ Runtime installed. Formativ Runtime can not execute the open source applet, you need Flexalock version of the applet. Formativ Studio and Creator can be used to modify a Flexalock Applet’s client integrations and convert an open source Applet to a Flexalock Applet.
quote:
We have just purchased the formativ package that include the admin and runtime 2.0
I am guessing from your message above that your organization has the Formativ creator or studio. You can use the studio or creator to Flexalock the Stationery applet. See the Flexalocking Applets section in ‘Formativ Studio Users Guide’ for more information. Once flexalocked, copy the flexalock version and save in the desired workstation default Formativ applets folder, usually c:my documentsadvansysformativapplets.
Hope this helps.
Regards,
Advansys SupportThe log entry “3:29:17 PM 0 Items to migrate: 3” shows the solution “think” there are only 3 contacts items to migrate. Is there any difference between the contacts migrated to GroupWise and the one not migrated (i.e contact type, external, etc)?
It is difficult to guess what may have caused the problem you describe and we haven’t receive any report about this issue. May be you can create a contact items folder in Outlook and move few contacts to the folder and try to run the solution.
Once the migration completed, you need to restart GroupWise to refresh the address books.
Hope this helps.
Regards,
Advansys SupportThanks for your feedbacks.
Regards,
Advansys SupportWe don’t seems to have any stationery applet in cool solutions (http://www.novell.com/coolsolutions/feature/9485.html). Could you please tell us the applet name you have downloaded. Which version of the GroupWise client you are running?
Could you also email your Formativ Configuration Information to support (support@advansyscorp.com). You can access this via the main GroupWise menus: Help | About Formativ. When the ‘About Box’ appears, select the ‘Configuration’ tab. Press the ‘Copy to clipboard button’, then paste the contents of the clipboard into your reply.
Regards,
Advansys SupportThe text below copied from the Personal Outlook Migration help. See the help for more information.
quote:
There are well known MAPI configuration issues when running both the GroupWise client and Outlook on the same workstation. Prior to migration, prevent Outlook using the Novell MAPI default settings by configuring the Outlook client to prompt on startup for
the MAPI profile to be used.You can configure this behavior in the Outlook client under Options | Mail Services | Prompt for a profile to be used. On Windows 2000 or above, you can also set this option by using the Windows Control Panel | Mail | Show Profiles, “When starting Microsoft Outlook, use this profile:” Prompt for a profile to be used. When Outlook starts and prompts you for the profile, select the
appropriate one to connect to your Outlook data.
Hope this helps.
Regards,
Advansys SupportThe current version of Print Message cannot be configured to do what you describe, we think it is technically possible. However, it will require custom development work. If you are interested in this option, please contact one of our development partners; their details are listed at:
http://advansyscorp.com/formativ_partners_developers.htm
Please do not hesitate to contact us if you have any further questions or comments.
Regards,
Advansys SupportWe highly recommend not to update the applet source when its running. Saving the config related data (i.e user name, password, etc) into applet source also not a good idea for the security reason.
May be you can consider to save the config data into an INI file and encrypt sensitive data using a 64 bit DES encryption algorithm. See the utilities.DESEncryption method in Formativ language Guide to encrypt and decrypt data. Here is an example to use the ini file:
set oIniFile = TIniFile.Create(Utilities.UserConfigDirectory + "Myconfig.ini") iUserName = oIniFile.ReadString("Settings", "Name", "") iID = oIniFile.ReadInteger("Settings", "ID", 1) iType = oIniFile.ReadBool("Settings", "ExternalUser", false) call oIniFile.WriteString("Settings", "Name", iUserName) call oIniFile.WriteInteger("Settings", "ID", iID) call oIniFile.WriteBool("Settings", "ExternalUser", iType)
In order to open MS Excel in background, please refer to Microsoft Excel Object Model Guide. The url below shows some example to use the Excel in VBS.
http://www.microsoft.com/technet/scriptcenter/resources/qanda/dec05/hey1215.mspxHope this helps.
Regards,
Advansys SupportWe haven’t had any report about the delay of sending messages using the Send method. Could you please answer the following questions:
- Do you know when the delay occur (i.e first execution of the applet after restart the GroupWise)?
- Can you reproduce the behaviour in another GroupWise account?
- How you execute the applet (i.e applet integrations)?
- Which version of GroupWise client are you running?
May be you can use the utilities.DoEvents() before and after the Send method to force windows to process any pending messages in the windows application message queue.
Hope this helps.
Regards,
Advansys SupportWe are not sure why the solution unable to find the marker BEGIN:VEVENT where the marker is present. Could you please send the ics file to support (support@advansyscorp.com) for review.
Regards,
Advansys SupportCSng function return single data type and you need to convert Single to String. Use the CStr function to returns an expression that has been converted to a variant of subtype string.
field3.text = cstr(x)
Hope this helps.
Regards,
Advansys SupportApril 2, 2006 at 3:57 pm in reply to: Is current ComposingItem available after SEND is canceled? #7560Thanks for your feedback.
Regards,
Advansys SupportWhich version of the Outlook Migration are you running (run the applet and check the About option)? Our test shows, the Outlook Migration version 2.0.2 import businees, personal and other addresses from Outlook.
Regards,
Advansys SupportHi Donna,
We have recently discover this forum was not working correctly. This forum posting problem now resolved.
We will look into this issue and keep you update.
Regards,
Advansys SupportAre you referring the extra steps is printing from the portal or the print dialog it display prior to print?
Regards,
Advansys SupportThe note below refer to the Outlook security limitation which taken from the solution help. Please see the help for more information.
Outlook Security Update
The Microsoft Outlook Security features help guard against viruses attachments to e-mail messages. The security features are installed Microsoft Outlook 2002, which means that a standard installation locked-down settings established by Outlook. The security features limit certain functionality with Outlook. access to the Outlook automation code. One such side affect will appear periodically as the personal migration applet accesses during the migration.
There are several approaches you can take to stop this warning the migration process. You can disable the warning message expected duration of the migration, disable the warning completely, utility to dismiss the dialog for you. Please see the following links for more information. These links information only. Advansys offers no warrantees over the information referenced below.
http://www.microsoft.com/office/ork/xp/four/outg03.htm
http://www.express-soft.com/mailmate/clickyes.htmlHope this helps.
Regards,
Advansys Support -
AuthorReplies