Copying option settings between projects?

G

G Lykos

Greetings! Would like to copy Options settings from one project to another,
and would appreciate guidance on the general structure and syntax.

For example, in Options View you can set values via
[OptionsView DefaultView:="Detail Gantt", DateFormat:=8,
DisplayStatusBar:=False, DisplayEntryBar:=False, DisplayScrollBars:=False,
DisplayOLEIndicator:=False]. What is the mechanism to most simply and
directly read these from a first project that is open and then turn right
around and write them to a second.

There are some ten tabs of Options, and I'd like to copy over all settings
as part of re-hosting a corrupted project's data in a fresh empty project
shell.

Thanks,
George
 
R

Rod Gill

Hi,

A lot of the settings can't be read so they can't be copied. However, you
can copy all Views, Tables etc into the Global.Mpt file and they then become
automatically available to all your projects.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top