Pages

Search

Timesheet view Project Server Microsoft Project

Timesheet view Project Server Microsoft Project


Timesheet view Project Server

Posted: 23 Sep 2005 11:58 AM PDT

Robert --

You need to republish the assignments in each project to "push" the new
method of tracking to each user's timesheet in PWA. Open each project and
click Collaborate - Publish - Republish Assignments, and then click OK.

In the future, please post your Project Server questions to the
microsoft.public.project.server newsgroup. Hope this helps.

--
Dale A. Howard [MVP]
Enterprise Project Trainer/Consultant
http://www.msprojectexperts.com
http://www.projectserverexperts.com
"We wrote the book on Project Server"


"Robert Laman" <Robert microsoft.com> wrote in message
news:com... 


Combining a "base" project with other projects

Posted: 23 Sep 2005 11:34 AM PDT

hi Dave,

Your unique_ID will be same across different project files if the same base
file is used to create those projects. You can then using VBA code manipulate
the tasks using uniqueIDs.

Use the fileOpen method to access the tasks in another project and match
compare them with unique IDs using the Task.UniqueID property.

Kind regards,
----------
Haris
http://www.manage-systems.com
---------------------------------------

"Dave" wrote:
 

Hide some columns

Posted: 23 Sep 2005 09:33 AM PDT

Hi Dale,

Thanks very much. I didn't think so but as my skills in server are *very*
light, I didn't want to volunteer what could have been incorrect info.

Julie

"Dale Howard [MVP]" <dale(dot)howard(at)msprojectexperts(dot)com> wrote in
message news:%phx.gbl... 


Filter for 1 specific branch in Project logic

Posted: 23 Sep 2005 07:50 AM PDT

You are most welcome Dave and thanks for the feedback. Let us know if we
can help further.

Julie

"Dave" <microsoft.com> wrote in message
news:com... 


MS Proj-Remove summary task view when using the Using Resource fil

Posted: 23 Sep 2005 07:37 AM PDT


Hi Sunny,

Welcome to this Microsoft Project newsgroup :)

I would record a new macro to de-select the summaries and another to put
them back. hen I's create 2 new buttons to put on a toolbar from whence you
can achieve what you want by the click of the appropriate button. For
details on how to do this, please have a look at my series on Microsoft
Project in the TechTrax ezine, particularly #16 - Macros, at this site:
http://tinyurl.com/2xbhc or this:
http://pubs.logicalexpressions.com/Pub0009/LPMFrame.asp?CMD=ArticleSearch&AUTH=23
(Perhaps you'd care to rate the article before leaving the site, :)
Thanks.)

FAQs, companion products and other useful Project information can be seen at
this web address: <http://www.mvps.org/project/>

Hope this helps - please let us know how you get on :)

Mike Glen
MS Project MVP

The Weather Is Nice wrote: 



Problem with digital signature

Posted: 23 Sep 2005 03:07 AM PDT

I cross-posted there too.

I think it has something to do with the global macros. When I checked, the
ProojectGlobal macros had a digital certificate that was expired (other
people have this too). When I removed this global certificate, I was able to
digitally sign my macros. However, I found that if I had signed macros in
Project then the digital signature for Excel 2003 didn't work.

I may have give up on this.

Steve


"Mike Glen" <glenATmvps.org> wrote in message
news:phx.gbl... 


Pert

Posted: 22 Sep 2005 10:15 PM PDT


Gérard Ducouret wrote: 

You're close, Gerard. It's Program Evaluation and Review Technique.
Developed by the Rand Corp in the 1950's to plan the Polaris missile
project which had a high degree of uncertainty due to the fact that it
had never been done before (launch a missle from a submarine
underwater).

Resource Pool offline

Posted: 22 Sep 2005 10:08 PM PDT

Hi,

Something bothers me.
I they replace their file on the exact salme spot why do you have to relink
it?
And can't the pool (in your scenario) reside on a server that is read only
for them but read write for you?

Greetings,

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"Hadi" <microsoft.com> schreef in bericht
news:com... 
work 
there 
them 
the 
write 


MsProject 2003 Planning and Tracking

Posted: 22 Sep 2005 01:05 PM PDT


Hi René,

Welcome to this Microsoft Project newsgroup :)

You might like to have a look at my series on Microsoft Project in the
TechTrax ezine at this site: http://tinyurl.com/2xbhc or this:
http://pubs.logicalexpressions.com/Pub0009/LPMFrame.asp?CMD=ArticleSearch&AUTH=23
(Perhaps you'd care to rate the article before leaving the site, :)
Thanks.)

FAQs, companion products and other useful Project information can be seen at
this web address: <http://www.mvps.org/project/>

Hope this helps - please let us know how you get on :)

Mike Glen
MS Project MVP

R wrote: 



Bulk Upload of task work

Posted: 22 Sep 2005 02:18 AM PDT

Hi,

to get you started, to call Project from another application

Dim PjApp as MSproject.application
set Pjapp=createobject ("MSProject.application")

To open the .mpp file
pjapp.fileopen ... (see the help in the object browser)

To locate the task (I suppose you have the name)
Dim AJob as task
set ajob = activeproject.tasks("The task name")

If you have to locate the task based on an other field you can use the Find
method or loop through the tasks

For each ajob in activeproject.tasks
if not ajob is nothing then

......compare data to check whether it is this task
exit for

end if
nxt ajob

Finally, now comes the tricky part.
You will have to look up, and understand, the TimeScaleValues object and the
TimeScaledata method; you will see that it allows you to defien the monthly
values and you can then import them.

Hope this helps,


--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"Steve Scott" <microsoft.com> schreef in bericht
news:com... 
to 
in 
to 
task 


Does project has a word strikeout feature?

Posted: 21 Sep 2005 03:01 PM PDT

There is always the possibility of changing the color to Red for
deleted text. Or if it is a task name, you can always put a prefix on
the line like DELETED or OBSOLETE... I'm sure you can come up with a
bunch of options.

If you are trying to delete a task this way, you can always save using
the Baseline and then show both in the gantt chart. In this case the
deleted tasks will not have a "current" line. Deleting, of course will
also delete any history that may have already occurred on that task.

Good luck.

--dwolf

Bulk load of Resources with more than 1 availability

Posted: 21 Sep 2005 03:25 AM PDT

Thanks, I have no idea how to write VBA and need to get this sorted urgently.
I have tried apending the additional availability data directly into the
availability table in an access export but when I reimport into project the
changes have not been affected. Why is this happening and how do I get
ropund it? Appending the data into access seems the best approach but
something is preventing it from working.

Thanks in advance.



"Jan De Messemaeker" wrote:
 

Guidance on weekly update process

Posted: 19 Sep 2005 07:11 PM PDT

Jan, thanks for your prompt and accurate help on this and my other recent
post.

"Jan De Messemaeker" wrote: