Exporting to postscript or pdf format Microsoft Project |
- Exporting to postscript or pdf format
- Inserting Ref Column
- Project running on server
- resource sharing
- Bar Style Problems
- How to make a particular filter
- Project 98 quits when creating new task
- how update assigned units work automatically for a task?
- System Requirements
- lead and lag
- moving tasks
- Difference in resource numbers reported
Exporting to postscript or pdf format Posted: 11 May 2004 08:48 AM PDT Beth: I can speak to .pdf. As long as you have the full version of Acrobat or Acrobat Pro, simply "Print to PDF" or use the PDF Toolbar from Project Pro. Good Luck! ---------------------- Sean Pales EPM Solutions Group Bennett Adelson www.bennettadelson.com Microsoft Project into either a .ps or .pdf format? |
Posted: 11 May 2004 03:16 AM PDT Hi Cathie, Welcome to this Microsoft Project newsgroup :) You might like to have a look at my series of Microsoft Project lessons in the TechTrax ezine, particularly Lesson 4 on manipulation data at this site: http://tinyurl.com/2xbhc (Perhaps you'd care to rate it 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 Cathie wrote: |
Posted: 10 May 2004 02:27 PM PDT You might be able to do this with Windows Terminal Services but it won't be possible as far as I know to run MSP from the network in the same way as apps that give you the option at install to "run from network" or "run from workstation". MS is pretty adamant about enforcing the "one retail copy, one cpu box" EULA. -- Steve House [MVP] MS Project Trainer/Consultant Visit http://www.mvps.org/project/faqs.htm for the FAQs <microsoft.com> wrote in message news:b0e401c436da$d6b4a570$gbl... |
Posted: 10 May 2004 01:07 PM PDT jlb -- No matter how you state the question, the answer is still no. When you use a shared resource pool, every resource is shared with every project connected to the pool. This is the default behavior of the tool, and cannot be changed. If this behavior is not acceptable, then perhaps your organization needs to consider using Project Server 2002 or 2003. Using either of these tools with Microsoft Project Professional, you can build a project team for each project using resources from an enterprise resource pool. The resources in each project are limited to only those you select to be on the project team. Hope this helps. -- Dale A. Howard [MVP] Enterprise Project Trainer/Consultant http://www.msprojectexperts.com "We wrote the book on Project Server" "jlb" <microsoft.com> wrote in message news:b56201c43761$60d39190$gbl... |
Posted: 10 May 2004 11:21 AM PDT Hello Andy and Jan, For the symbol shrinking, have you tried the Format / Layout... / Bar height feature ? Hope this helps, Gérard Ducouret "Jan De Messemaeker" <jandemes at prom hyphen ade dot be> a écrit dans le message de news:phx.gbl... and symbol, |
How to make a particular filter Posted: 10 May 2004 10:11 AM PDT Hello, This filter is a little bit complicate and you have a lot of dates to enter. So I prefer to implement it via a VBA procedure such as the following : Gérard Ducouret [Project MVP] PragmaSoft ® - Paris Sub Venkata_Krishna() '(Because I wrote it with the help of Venkata Krishna who haunted this forum some years ago ...) Dim StartPeriod As Date, DebT As Date, FinishT As Date, Récap As String, oTaskFilter As Variant Dim EndPeriod As Date, Found As Boolean Dim oTâche As Task 'DéFinishition de la période de suivi d'activité : EndPeriod = DateValue(InputBox("Finish date of the periode", "Suivi hebdomadaire", Date + 1)) StartPeriod = EndPeriod - 13 'Activation du filtre, créé en plusieurs étapes : une par critère: FilterEdit Name:="ActivitésEnCours", Create:=True, OverwriteExisting:=True, TaskFilter:=True, FieldName:="Start", _ Test:="is greater than or equal to", Value:=StartPeriod, ShowSummaryTasks:=False 'Deuxième critère lié au précédent par un "And". Surtout pas de Create ! 'Et admirez le : FieldName:="", NewFieldName:="Start", FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="", NewFieldName:="Start", _ Test:="is less than or equal to", Value:=EndPeriod, Operation:="AND", ShowSummaryTasks:=False ' FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="", NewFieldName:="Summary", _ Test:="equals", Value:="No", Operation:="And", ShowSummaryTasks:=False 'Troisième critère, sur la date de Finish, lié au précédent par un "Ou". Surtout pas de Create ! FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="", NewFieldName:="Finish", _ Test:="is less than or equal to", Value:=EndPeriod, Operation:="Or", ShowSummaryTasks:=False ' 'Quatrième critère, sur la date de Finish, lié au précédent par un "And". FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="", NewFieldName:="Finish", _ Test:="is greater than or equal to", Value:=StartPeriod, Operation:="And", ShowSummaryTasks:=False ' FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="", NewFieldName:="Summary", _ Test:="equals", Value:="No", Operation:="And", ShowSummaryTasks:=False 'Cinquième critère, sur la date de Start, lié au précédent par un "Ou". FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="", NewFieldName:="Start", _ Test:="is less than", Value:=StartPeriod, Operation:="Or", ShowSummaryTasks:=False ' 'Sixième critère, sur la date de Finish, lié au précédent par un "And". FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="", NewFieldName:="Finish", _ Test:="is greater than", Value:=EndPeriod, Operation:="And", ShowSummaryTasks:=False ' 'Septième critère, élimine les récapitulatives, lié au précédent par un "And". FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="", NewFieldName:="Summary", _ Test:="equals", Value:="No", Operation:="And", ShowSummaryTasks:=False ' FilterApply Name:="ActivitésEnCours" End Sub "polittdj" <com> a écrit dans le message de news:com... and backwards) report/forecast. I am having trouble getting the filter to work correctly and for some reason it is not picking out the task which started before the time period but finished with in the date range. If anynoe can help me I would greatly appreciate it. Thanks and have a great day. |
Project 98 quits when creating new task Posted: 10 May 2004 06:24 AM PDT On Tue, 11 May 2004 09:43:00 +0100, Rob Schneider wrote: Hello both I will give the SR1 a shot and let you know if this resolves the problem. Until now thanks for your input. -- Regards Henrik Walther Exchange MVP Exchange-faq.dk |
how update assigned units work automatically for a task? Posted: 10 May 2004 12:11 AM PDT You're welcome, Mark - thanks for the compliment :-) Mike Glen MS Project MVP Mark wrote: |
Posted: 08 May 2004 11:56 AM PDT MS Project will run as comfortably on Windows ME as any other software does so there's no reason to upgrade on that account. But WinME has got to be the kludgiest and least stable operating system MS has released, a classic study in what happens when the marketing department determines when software should be released instead of the engineering department. WinXP on the other hand is a good solid product and if it's convenient for you to do so I suggest upgrading for that reason. -- Steve House [MVP] MS Project Trainer/Consultant Visit http://www.mvps.org/project/faqs.htm for the FAQs "Kevin Sprinkel" <microsoft.com> wrote in message news:a19901c4352e$2e1df720$gbl... |
Posted: 08 May 2004 03:06 AM PDT You could do a SS link with a *lag* (not lead) of 2 days or you could do it with a FS link with a *lead* of the predecessor's duration minus 2 days (ex: if the predecessor is 8 days long, the FS lead time is -6 days, NOT -2 days). Either way is correct, to choose which you use, ask yourself in the process itself, which end of the predecessor is the determining factor for the timing of the sucessor, its start or its finish. Lead time means that successor starts earlier than the link otherwise would place it, lag time means it starts later than the link would place it. -- Steve House [MVP] MS Project Trainer/Consultant Visit http://www.mvps.org/project/faqs.htm for the FAQs "toyosi" <microsoft.com> wrote in message news:com... into the preceding one, should i give it a dependency type of finish - start with 2 days lead(i.e -2days)?or is it start- start of -2days?confused |
Posted: 07 May 2004 06:31 PM PDT Hi again, Regarding your second question can you be more precise as to what you want to enter when? The rare two "times", Duration and Work (tied by teh percenbtage of their tiome (a) reesource(s) are planned to work on it). This being said, what exactly do you want? Greetsings, -- Jan De Messemaeker Microsoft Project Most Valuable Professional http://users.online.be/prom-ade/index.htm 32-495-300 620 "DaveB" <microsoft.com> schreef in bericht news:com... a facility to do this? amount of time available and have the individual task times calculated? |
Difference in resource numbers reported Posted: 07 May 2004 01:32 PM PDT Hi jlb, About 98% of my customers fall into that trap... :-) I really don't know why the defaults are different. Greetings, -- Jan De Messemaeker Microsoft Project Most Valuable Professional http://users.online.be/prom-ade/index.htm 32-495-300 620 "jlb" <microsoft.com> schreef in bericht news:abe101c4368c$7eb6b140$gbl... |
You are subscribed to email updates from TextNData Forums - Microsoft Project To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |