-
Topic
-
I have two problems which might be related:
1. We need to install Formativ Runtime locally on several workstations, along with an applet that disables certain menu items in the GroupWise toolbar. It works flawlessly on only one station, but not on the others. The applet will output test messages, indicating that we are pointing to the correct directory, but it will not execute the line of code (sample shown below) that disables the menu items:
if groupwise.envversionname = “6.5.1” or groupwise.envversionname = “6.5.2” or groupwise.envversionname = “6.5.2” then
Call GroupWise.RemoveMenuItem(“GW.CLIENTFileImport Documents…”)
end if
Restarting the client and rebooting the system have no effect.
Any ideas on why this might be happening?
2. We need to install Formativ locally in a directory other than the default one determined by the installer (C:Program Files etc) to troubleshoot the problem in 1.
Is there a way to specify a different target directory for the installation of the Formativ Runtime, and not just the BACKUP files?
NOTE: We have installed Groupwise locally, in a directory other than C:Program Files. Is it possible that Formativ cannot locate the Groupwise menu items properly, and therefore cannot disable them?
Any help would be appreciated.
- You must be logged in to reply to this topic.