|
|
|
FilterEdit and Project 2003 not liking test criteria
Fri, 4 Jul 2008 01:57:01 -0700
Hi
I am having a problem with some code (see below) in Project VBA. This code
compiles fine and on some machines Win 2000 and Win XP works fine. On others
we get the following error messages:-
The entry is not valid.
The test value cannot be used with the field for the data you want to find
or filter for. ...
|
VBA Procedure to customize Material Cost Filed in MS Project 2003
Thu, 3 Jul 2008 00:16:10 -0700
Hello,
I want to customize one field in Gantt Chart that shows only Material Cost
of Tasks.
I got a reply form Microsoft that we need VBA procedure for that.
Anybody having some idea about VBA Procedure to customize Material Cost
Field in MSP 2003.
Help me!
Thanks & Regards,
Jaya
...
|
Code for Using Lag
Wed, 2 Jul 2008 22:08:00 -0700
Hi,
the lag property doesn't seem to work when you use percentages in the
predecessor or successor fields. Can someone tell me what the code is to
read the lead or lag of a task?
I would like to take the finish date for a task, and then add the lag of the
successor task to the successor(s) so that I can ...
|
Resource Timesheet Query
Wed, 2 Jul 2008 15:41:04 -0700
Hi
Any one knows the query to retreive following data;
Resource name, Resource Team Name, Project Name, Timesheet Period, Billable
Hours, Non Billable Hours, Work Order Number (Custom field)
Thanks In Advance
ss028955 ...
|
Custome field contraints
Wed, 2 Jul 2008 14:17:01 -0700
Hi guys,
I am entirely new to project server development. However i need to enforce
some sort of constraint on an enterprise field that i have created.
The constraint should be that once a value has been stored in the field that
same should not be acceptable anymore.
Thank you ...
|
VBA frustration - StatusDate & FilterEdit
Wed, 2 Jul 2008 10:58:05 -0700 (PDT)
Project 2003, SP3, Windows XP Professional.
I have been trying to edit filters and statusdate in VBA, but the
following does not work, can any one please give me the correct
syntax, words, code
FilterEdit Name:="filtername", _
TaskFilter:=True, _
FieldNam ...
|
Enterprise Features Not Enabled
Wed, 2 Jul 2008 10:57:07 -0700
I want to save my project as a Enterprise Project but the features to so this
are not enabled, such as Tools, Enterprise Options, Import Project to
Enterprise.
I have the Professional version.
Please help.
--
Sincerely,
...
|
|
|
Project Server 2003 changing Actual Work
Wed, 2 Jul 2008 10:51:02 -0700
So - if I have an apllication that manually enters task, assignment, and
timephased data into the database - what would cause Project profesional to
change the actual work, and add values onto the timephased data?
Data in the db looks good before it is opened in Professional - once I open
it in Project Pro, a ...
|
Publishing after accepting updates
Wed, 2 Jul 2008 09:46:00 -0700
In Project 2003 when we accepted task updates it automatically opened the
respective schedules and then you could publish afterwards (usually
automatically on save).
Now in project 2007 it just adds it all into a queue. However the updates,
new tasks etc. don't get published on the acceptance because the u ...
|
ProjectBeforeTaskChange making Project crash
Wed, 2 Jul 2008 00:55:24 -0700 (PDT)
Hi,
Using Project 2000 Standard, I'm trying to set task fields (one text
and one flag) whenever a task is changed or inserted, so am using the
ProjectBeforeTaskChange event.
I've set this up following the help text, so I have:
Created a new class module called EventClassModule, containing:
Public Wi ...
|
|
|