M
MGB
--
-MGB
-MGB
MGB said:Thanks Julie,
Not sure why it is not auto-matically bumping to the current date,
until
after I click the horizontal scroll bar once. It comes up shows
ready, just
gotta click it once, which is much better than before thanks again.
You're welcome. Glad to have helped.
Julie
- Show quoted text -
Julie,
I am an administrator for PS 2003 and have been trying to get this open to current day by default working also.
1st, I tried to add it to my Global.MPT; I have those 3 basic lines + a msg line stating 'this is from global mpt'.
So then I exited Project and went back in - I did not receive any msg and it does not jump to the appropriatecurrentdate(I tried opening many plans). ...i.e., I could not get it working.
2nd I added to a specific Project that I had opened; I have those 3 basic lines + a msg line stating 'this is from xxx Project'. So then I exited Project and went back in to the project I added this code to - I did successfully receive the msg and it does jump to the appropriate current date.
3rd, I added it to Enterprise Global; again, I have those 3 basic lines + a msg line stating 'this is from GET.'
So then I exited Project and went back in - I did receive both messages - the one from the individual project and the one from GET and it does jump to the appropriate current date. This (i.e., msg from GET and NOT the msg from the specific plan) occurs for every plan i open.
I go into my Tool / Macros / Visual Basic Editor and look at
ThisProject (Global.MPT)
This Project (Global(+cached Enterprise)).
I see both sets of code + the accurate msg in both.
I just cannot figure out why I cannot get it working in the Global.MPT. any insights???
thx....jlg
Hi jlg,I am an administrator for PS 2003 and have been trying to get this
open to current day by default working also.
1st, I tried to add it to my Global.MPT; I have those 3 basic lines +
a msg line stating 'this is from global mpt'.
So then I exited Project and went back in - I did not receive any msg
and it does not jump to the appropriate current date (I tried opening
many plans).
...i.e., I could not get it working.
2nd I added to a specific Project that I had opened; I have those 3
basic lines + a msg line stating 'this is from xxx Project'.
So then I exited Project and went back in to the project I added this
code to - I did successfully receive the msg and it does jump to the
appropriate current date.
3rd, I added it to Enterprise Global; again, I have those 3 basic
lines + a msg line stating 'this is from GET.'
So then I exited Project and went back in - I did receive both
messages - the one from the individual project and the one from GET
and it does jump to the appropriate current date. This occurs for
every plan i open.
I go into my Tool / Macros / Visual Basic Editor and look at
ThisProject (Global.MPT)
This Project (Global(+cached Enterprise)).
I see both sets of code + the accurate msg in both.
I just cannot figure out why I cannot get it working in the
Global.MPT. any insights???
thx....jlg
<snip> Julie,
Hi jlg,
I do not use Project server (although I use Project Professional) so I
am on "guessing" ground here. I believe when you use Project Pro
connected to a server, when you launch Project Pro, you download the
Enterprise Global. So, my *guess* is that just placing the code in your
Global.mpt file the code was not triggered when you downloaded
Enterprise Global upon connection with the Server.
I can't test Enterprise Global here, but as an experiment I added the
code to my Global.mpt file with a message box to display "this is from
global." I exited project (to save Global). I opened a project file
from the operating system (double clicked on the file). The code
executed upon opening the file -- scrolled the Gantt chart to today --
and displayed the message -- twice -- once when Global was opened and
once when the file was opened.
I then added the code to a specific file in the open event and changed
the message to read "this is local". I saved the file and exited
Project. When I opened the file from the operating system, both pieces
of code ran -- first global displaying the "this is from global" message
and then displaying the "this is from local" message.
However, when I stayed in Project, closed the project with the code
locally and re-opened, I only got the "local" message.
I don't know if this answers your question but I'm afraid I can give the
definitive answer. My recommendation is that you appear to have it
working when the code is in Enterprise Global. I would delete it from
Global and just stay with Enterprise.
Possibly one of the folks who works with Project Server will weigh in
here as I can't give you the complete answer.
I hope this helps. Let us know how you get along.
Julie- Hide quoted text -
- Show quoted text -
jlg said:Thanks, Julie, i do appreciate your comments (daily in fact!). I
reposted to server group also.... the reason this is important is
that only some of our PMs want the code to jump to current date ;
others do not. so if in global.mpt, of course, that can be
individualized.
take care...jlg
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.