PWA 2007 Content Web Editor Web Part Reference Wanted
Mon, 6 Oct 2008 07:38:01 -0700
Hi,
What would you recommend ...I'm looking for a good reference to help me with
creating scripts within the Content Editor Web Part in PWA 2007?
/Spiro Theopoulos ...
|
Can GLOBAL.MPT location be changed?
Mon, 6 Oct 2008 07:00:02 -0700
I have macros that I don't want associated with the .mpp file, so I put them
in GLOBAL.MPT. I work in an environment where I may be on one of a few
different computers, and I would like those macros to be available on each
one. It seems like it would be best to have a single copy pointed to by all
the syst ...
|
Event Handlers in Project Server 2007
Mon, 6 Oct 2008 05:46:01 -0700
How do I define the Events Handlers , other than the Events defined in the
Server Side Event Handlers given in Operational Policies under Server
Settings. ...
|
add a Custom field to the baselined fields: is possible?
Mon, 6 Oct 2008 02:18:51 -0700 (PDT)
Hi all,
I need to baseline a custom field....
is it possible to add a custom field to the field baselined??
if no, how can I do something similar?
thanks
Vit ...
|
add a Custom field to the baselined fields: is possible?
Mon, 6 Oct 2008 02:16:51 -0700 (PDT)
Hi all,
I beed to badeline a custom field....
it is possible to add a custom field to the field baselined??
if no, how can I do something similar?
thanks
Vit ...
|
Sort versus order tasks are looped over
Fri, 3 Oct 2008 13:39:01 -0700
I've got a bit of code that sorts tasks based on Text1, then it loops over
the tasks looking at all the Text1 fields. After I run the macro I can
examine the schedule and the sort looks correct, everything in alphabetical
order. But when I loop over the tasks, the Text1 values I get are not
alphabetical (l ...
|
Access to "Project" field of Task
Fri, 3 Oct 2008 08:13:01 -0700
I'm using Project 2000 and want to loop through the tasks, printing out the
contents of the "Project" field. Here's a code snippet:
Sub LoopTasks()
Dim Tsk As Task
For Each Tsk In ActiveProject.Tasks
If Not Tsk Is Nothing Then ' test for blank rows
Debug.Print Tsk.Project
...
|
|
|
PSI authentification error 401 on PWA site in host header mode
Fri, 3 Oct 2008 04:26:00 -0700
Hi,
I have a problem (401 error) with the PSI authentification on a Project
Server 2007 PWA site in host header mode. The application works fine with PWA
sites without host header mode, i. e. in tests on the EPM2007Demo V2 image
and on systems with a lower patch level.
The production environment, where t ...
|
Macro Location
Fri, 3 Oct 2008 16:55:10 +0930
Hello,
I have a VBA macro and when it runs I would like to find out the file name
that the macro resides in.
I can't use ActiveProject as the file may not be the active one at the time.
I can hardcode a name in there but as my versions increase I may forget to
update the version number in the code.
Thanks ...
|
Tasks Creation
Thu, 2 Oct 2008 09:12:01 -0700
All,
I am a Project Server newbie, so please bear with me. We have Microsoft
Project Server 2007 instance and want to run a scheduler on the server to
create Subtasks for some tasks (identified by a custom column value).
The only way to do this is through the Project Server Interface (PSI) Web
Service, r ...
|