Enterprise Template Dialog Box

M

Marla Singer

Howdy,

MS Project 2002 Professional.

I'm hoping someone out there in cyberland has done this.

I would like to modify my project guide to pop up
the "Templates" dialog box on an event trigger.

You can get to the dialog box that I'm referring to via ->
File -> New -> General Templates -> click the Enterprise
Templates Tab.

I tried writing a macro to see how MS Project does it, but
the method was not revealed.

I know it is an object that can be instantiated, but how
can I identify the object?

I noticed in the Project guide samples a reference
to "datepicker" in the define_Task.htm file. I'm betting
that I'll need to use a similar method to get at the
templates dialog box.. Or maybe not.

Any help is greatly appreciated.

Thanks in advance

Marla
 
M

marla singer

I have my answer.

Thanks any how.

JScript version =

try
{
var tf=
window.external.application.FileNew( SummaryInfo=true,
Template= null, FileNewDialog=true, FileNewWorkpane=true);
}
catch (EE)
{
alert('Loading General Templates '
+ EE);
}

Have a great weekend

Marla
 

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