Custom Project Guide error - Project cannot access Project Server.
Tue, 19 Aug 2008 05:04:08 -0700
I am transfering a working custom guide from 2003 to 2007...
The custom project guide files are stored on the PWA site as Shared Documents.
The sidepane loads OK and but having loaded there is a pause followed by this
in the sidepane>>
Project cannot access Project Server http://.......
Verify the URL in t ...
|
Cost rate change.....
Mon, 18 Aug 2008 06:55:43 -0700 (PDT)
Hi All,
I have to write some VBA code to automatically increase (or decrease)
the coste rate....
when I read the value with the following, I have to store it as a
string, so if I'd like to increase it of 10%, i'm not able:
ActiveProject.Resource.CostRateTables("A").PayRates(1).StandardRate
How can I in ...
|
Excel and WorkSpace: is possible to generate a file and save it in
the workspace?
Sun, 17 Aug 2008 18:39:20 -0700 (PDT)
Hi All,
I'm working on a macro that should link some field in excel, and
automatically save the file in the right workspace...
is it possible???
how can I do it??
thank you so much
Cheers
Vit ...
|
Pushing actual hours via PSI
Fri, 15 Aug 2008 10:52:05 -0700
Having some difficulty doing this - I get an ever-so-helpful
"GeneralUnhandledException".
tried two methods so far, a)using the statusing.updateStatus(xml) method,
and b) creating timesheets via the resource WS ... Making sure I'm doing
that right - however, when I create the timesheets, I need to create lin ...
|
Project Owner and Custom Fields from VBA
Fri, 15 Aug 2008 07:20:02 -0700
How do I access the valve of the Project Owner and custom enterprise fields
of a project in Project Server 2007 from MS Project Pro VBA?
Gary ...
|
Applying a macro to linked projects
Fri, 15 Aug 2008 05:35:35 -0700 (PDT)
I have the following peice of code that changes text color based on
the task status (thanks Jan). The code works fine except when I
expand a linked project. The tasks in the linked project do not
appear in the correct colors. Is there a way to remedy that? The
code runs when the project is opened.
Private ...
|
querry row and column header in Project 2007 VBA
Fri, 15 Aug 2008 03:52:03 -0700
Hi,
I hope someone can help me with my question. I'm afraid that I am no VBA
expert but I do have some programming knowledge.
I would like a VBA macro in Project 2007 that when it runs it can find out
the column and row headers and either store them to a pair of variables or
pop a message box with this ...
|
|
|
Project not saving notes in DB
Thu, 14 Aug 2008 20:08:01 -0700
am using MS Project Central 2000 and MS Pproject 2000. I created a .ASP view
that retrieves tasks information form a MS Project DB.
It is displaying all information, including notes I previously entered in
the DB using MS Project.
However, MS Project has stoped writing updates to the Notes field in the DB
...
|
how to close an inactive form
Thu, 14 Aug 2008 17:02:30 -0400
Hi all,
I use the showdialog to activate a new form. However, I would like
to close (deactivate) its parent/original form. What is the best
way to do it?
Thanks in advance,
Carlos.
...
|
Project Start and Finish date
Thu, 14 Aug 2008 13:37:05 -0700
Is there a better way to get project start and finish date of the projects in
one call without having to make multiple calls to the service?
private ProjectDataSet.ProjectDataTable GetProjectInformation()
{
DataTable dtp = SvcUtil.ReadProjectList().Tables[0];
ProjectDataSet ...
|