Skip to main content

Problem:

When opening a different project, Revolve 7.0 now opens project manager by default.  User would like to suppress that option.

Resolution:

Go to Global.def from Revolve\\bin directory path.

Open in Notepad

Go to the end of the file and if [ProjectOpen] is there add this line:

OpenProjectManager=0

If it's not there, then create new line and add:

[ProjectOpen]

OpenProjectManager=0

where option 0 = suppress Project Manager from opening

                      1 = open Project Manager when opening a project.

Old KB# 4476

#EnterpriseAnalyzer
#SupportTip