Formatting Critical Tasks (Text in Table) not applying across all columns

All,
I am working on creating a schedule from multiple smaller schedules.  A few of these schedules had manual text formatting which I overwrote manually (selecting cells and changing text color).  Now when attempting to apply text styles to the critical
path the text styles will not apply to all Critical tasks or all columns visible.  I'm guessing I caused problems by manually changing the text color but I don't know how to fix it.  Please help!

All of the manual text formatting and re-formatting in cells has changed the default formatting in the Gantt Chart View.
Rather than fiddling with it, the best way is to recover the original formatting of the Gantt Chart View, and then if you want to modify it make a copy of that view, name the copy something like "AA Gantt Chart 01", and then format the text and bar
styles (not individual bits and pieces of cells and bars) of your new view. Include the "AA" or an underscore or something similar as part of the name so that your new views always go to the top of the list and you can always distinguish them
from the original ones that came out of the box.
Use the organiser to recover the original Gantt Chart View by pulling the Gantt Chart View from the global template. Now, MSP will not allow you to over-write the Gantt Chart View in your file while that view is the active view, so you will have to switch
to another view while you do it. Switch to the Tracking Gantt View, then File, Organiser. You see all of the clean stuff on the left hand side and all of the stuff in your file on the right.
In the future, leave the original views as they are. Also, leave the original tables, filters, groups, reports etc alone and if you need modified/customised versions of them make copies and change the copies. This is just good housekeeping. Also, do not
copy modified/customised views from your file into the global template ((or you will poison the well).
Hope this helps. Please mark as answer.

Similar Messages

  • Number format mask of text item is not applied

    Hello all,
    I want to format a number like 999G999G999G999G990D00
    Is specify the format mask under source of the item. But it is not applied and I don't understand why.
    See http://apex.oracle.com/pls/otn/f?p=53873:2 for example
    Btw. is it possible to set the format for all numbers in the application at once? I want to have a thousand separator in most cases.
    Message was edited by:
    Jacob_B

    Hello Jacob,
    Btw. is it possible to set the format for all numbers
    in the application at once? I want to have a thousand
    separator in most cases.I am using substitution strings for things like that. You can define some "global" substitution strings on page application definition.
    So you just have to put in the format (999G999G999G999G990D00 ) in there once and give it a name. Let's say NUMBER_THOUSAND.
    Afterwards you can reference it wherever you need the format e.g. this way:
    to_char(10000,'&NUMBER_THOUSAND.').
    This way you just have one place where to change the format model.
    Regards,
    Tine

  • How do i set the background of the table( not of cell / row / column).

    How do i set the background of the table( not of cell / row / column).
    What happens when i load the applet the table is blank and displays the background color is gray which we want to be white.
    We tried using the setBackGround but it is not working maybe we are not using it properly. Any help would be gr8.
    Thanks in advance.

    I don't understand very well, but i guess that the background is gray when the table content's empty, isn't it?
    When the table model is empty, the JTable doesn't paint, so its container displays its background (often gray).
    In this case, what you must do is force the table to paint, even if the model is empty. So, you have to create your own table and override three methods :
    public class MyTable extends JTable
    //specify the preferred and minum size when empty
    myPreferredWidth = 200;
    myPreferredHeigth =200;
    myMinimunWidth = ...;
    myMinimunHeigth = ...;
    public Dimension getPreferredSize()
    if(getModel().getRowCount() < 1)
    return new Dimension(myPreferredWidth, myPreferredHeigth);
    else
    return super.getPreferredSize();
    public Dimension getMinimumSize()
    if( getModel().getRowCount() > 0)
    return new Dimension(myMinimunWidth, myMinimunHeigth);
    else
    return super.getMinimumSize();
    protected void paintComponent(Graphics g)
    if (getModel().getRowCount<1 && isOpaque()) { //paint background
    g.setColor(Color.white);
    g.fillRect(0, 0, getWidth(), getHeight());
    else super.paintComponent(g);
    }

  • GPO not applied at all with build 9926

    Hello,
    I have a Samba 4 Active Directory Domain controler. My LAN is composed of XP and 7 computers ; everything works well.
    I also have tested previous builds of Windows 10, and had no particular problem with Group Policies.
    With build 9926, my GPOs are not applied at all. It seems there is a big change making Group Policies not applied / not reloaded when users log in. Here are step by steps what I have noticed :
    0) At the very first log in, when I do a gpresult /V, i have a message saying something like "no rsop data for this user"
    1) I performed a gpupdate /force
    2) I performed another gpresult /V and then I got information about my GPO
    3) I logged out and logged in with same user --> my GPO is applied
    4) I modified my GPO to set new policy
    5) I loggged out and in again --> old policies are applied but new policy is not applied
    6) I performed gpresult /V --> new policy is not displayed
    7) I performed a gpupdate /force and then a gpresult /V --> new policy appears
    8) I loggged out and in again --> All policies, including the new one are applied
    So it seems the GPOs are not automatically updated and applied when logging in, and I have to force them manually.
    The good question is : WHY ? :)
    Thanks
    Will

    Hi Will799114,
    I tested this in my environment, it seems a restart would apply group policy successfully, but a sign out and sign in would not trigger this procedure.
    Here I would suggest you post your feedback directly to our Feedback channel:
    http://windows.microsoft.com/en-in/windows/preview-how-to#how-to=tab7
    Alex Zhao
    TechNet Community Support

  • Cluster installation failed:OCR files are not shared across all nodes

    Hi gurus,
    I'm trying to install RAC 10g using vmware following hunter document to install oracle 10g Rac.
    I'm using centos 4.6 ,I'm now stuck on installing cluster which shows error OCR file are not shared across all nodes.
    Please advice

    Review the Release notes, there is a bug and a fix since CRS fails on the last node.
    This bug is for EL 5, but pretty match what I've found on the log files
    I'm also in EL 4.6, x64 in my case.. haven't tried the fix due lack of time.
    Provide log files from CRS_HOME/logs

  • Problem in formatting of long text -- line break not recognized.

    Hi ,
    We have a PO smartform in our SRM system and we are facing problem with formatting of long text on the smartform for long texts maintained for the PO.
    for ex, we maintain the long text as --
    "this is long text for item 1.
    1. this is line 1.
    2. this is line 2."
    On the smartform it is displayed as --
    this is long text for item 1. 1. this is line 1. 2. this is line 2.
    So basically, the line breaks in the text are not considered in the smartform .
    Any suggestions on how to fix this issue ??
    Thanks.

    Hello Harmeet,
    Which Std. FM are you using to fetch the PO texts? If the PO doesn't exist in your system, i'm afraid you cannot use Include Texts as mentioned by Harsh.
    As an alternative you'll have to create a table & pass the text lines to it! I don't think SmartForms are not smart enough to identify new-line character.
    BR,
    Suhas

  • 2 fact Tables not joining to all the same dimensions

    Hi there,
    I have 2 Fact tables
    1) Errors (count)
    2) Tasks (count)
    both share the following dimension - customer
    and both have a dimension that joins only to itself
    1) Errors type (joining to errors Fact)
    2) Tasks type (joining to Tasks Fact)
    In Answers I can see customer and errors count and task count together
    When I add Errors Type, the Tasks count returns 0 (it doesn't disappear)
    When I add Tasks Type, the Errors count returns 0 (it doesn't disappears)
    customer - errors count - tasks count
    xyz 2 8
    customer - errors count - tasks count - task type
    xyz 0 8 abc
    customer - errors count - tasks count - errors type
    xyz 2 0 123
    I have seen some documentation on fact tables not joining all dimensions but any help would be appreciated
    Thanks

    The end game would be to be able to see the following:
    customer - errors type - errors count - task count - tasks type
    xyz 123 2 8 abc
    Initially I would take the either or:
    customer - errors type - errors count - task count -
    xyz 123 2 8
    customer - errors count - task count - tasks type
    xyz 2 8 abc
    I think there is something I ned to do in the Repositry?

  • Tables not expanding across a sidehead+column

    DITA 1.2 XML
    FrameMaker 10.0.2.419
    I have some tables that I want to go across my column and sidehead for my printed manuals. I have been able to change my EDD/template to place the table anchor in the sidehead and that is working just fine. That's not the problem. The problem is that the tables do not proportionally (or even absolutely) expand to the width of the column+sidehead. The table remains the width of the column, but is in the sidehead leaving a gap in the column. In my ditabase.template.fm file when I insert a table, it spans the sidehead+column. When I save a map as a composite FrameMaker file, the tables are just the width of the column, albeit starting in the sidehead.
    At first I thought the issue might be related to colspec or colwidth as in http://forums.adobe.com/message/3906515, but that's not the case.
    I am not using DITA-FMx (not yet, Scott), but in my searching I found a mention of a potential FrameMaker bug and I am wondering if I am running into it. It was mentioned here http://docs.leximation.com/dita-fmx/1.1/ditafmx_tables.html. But I believe the issue is specifically an issue about column widths and not column+sidehead widths. Editing out the writer use proportional widths; had no effect on my composite file.
    I have pgwide = 1 for my tables. The tables I am looking at are of the type 'table,' not 'choicetable' or 'simpletable,' but those may also be affected. I don't know.
    So, other than going through a book/composite FrameMaker file right before I print and manually resizing table widths, what I can I do?
    -Lief

    Thanks Paul
    Did as you said and for each subform binding tab made sure I have "Repeat subform for each data item" checkbox and still no change when I add the data.
    I even tried to combine the xml data and that file just has the main page and not the data pages. just another problem that is happening.
    Any other suggestions on this expanding tables and receive single forms one at a time.
    Bill

  • New Secondary and Higher education Cess  does not apply to all business!?

    Hi,
    I know that for New Secondary and Higher education Cess we need to apply OSS Note (1032554 - Secondary and Higher Education Cess on Income Tax) as per the new legal change in India, an additional surcharge has been introduced for purposes of the Union, to be called the #Secondary and Higher Education Cess on income-tax#, calculated at the rate of one per cent.
    I think this new cess is applicable across all industries.But, got feed back from client (project) that it does not apply to their business (Import and Trading) and this new cess can be rejected during passing the budget as bill.
    Could you let me know reasonable justification  to implement this oss notes?
    Thanks in advance
    S.

    Hi,
    Please go thru the following link specially the clause 129. May be helpful. It speaks of imports.
    http://indiabudget.nic.in/ub2007-08/fb/bill6.pdf
    Regards
    A

  • Screensaver Not Applying to All Workstations

    Hi,
    I setup our user policies to enforce a password protected screensaver
    (logon.scr)under Windows Desktop Preferences setting. It seems to work
    ok, but it isn't being applied to all workstations. The settings are
    consistantly applied to most workstations, but there are some
    workstations that just will not accept the settings. Has anyone run into
    this particular problem before?
    We're running Netware 6.5 sp4 and ZENworks 6.5 SP2. Workstations are XP
    SP2 running the latest Agent and the "Always update destop settings on
    eDirectory authentication" checkbox is selected.
    Thanks,
    John

    john.simmens,
    > It seems to work ok,
    > but it isn't being applied to all workstations. The settings are
    > consistantly applied to most workstations, but there are some workstations
    > that just will not accept the settings. Has anyone run into this
    > particular problem before?
    Yes, I have seen this a lot when using Desktop Preferences. I prefer to
    use group policies to distribute screensaver settings.
    Do check under desktop prefs, the option, always update on edirectory
    authentication. Make sure this is checked, it could help.
    Jared Jennings
    Data Technique, Inc.
    Novell Support Forums Sysop
    http://wiki.novell.com

  • I am having tremendous difficulty sending simple voice text messages, or typed text messages to non I-phone users. Picture text messages will not send at all and can only be sent to other i-phone users. Is anyone else haing this problem ??  Big concern

    Well this is stupid - I wrote the question above and now it is telling me the message is blank - how dumb is this.
    I am having tremendous difficulty sending sipmle typed texts, voice texts and picture text messages to non I- phone users.
    Simple text messages are sporadic and seem to be impacted by whether I incluse a subject or not - picture texts will not go at all.
    Anyone else having this problem ???

    It's a corporate phone so will need to check. Will not send text messages to non I-phones if they contain a "subject" or a picture.  Wierd - regular voice or typed text messages are fine.

  • Images not loading across all browsers on certain websites, help!

    == Issue
    ==
    Firefox is having problems with certain web sites
    == Description
    ==
    When browsing college humor and Gawker network sites, and also occasionally google and forbidden planet, images don't load correctly. This happens across all browsers but I feel firefox may be the root of the problem. This happens on both computers which share my firefox profile, and doesn't affect others in my house such as my iPod Touch.
    Any ideas? I really want to sort this out.
    == URL of affected sites
    ==
    http://www.kotaku.com, http://www.collegehumor.com, http://www.io9.com
    == Troubleshooting information
    ==
    Application Basics
    Name Firefox
    Version 3.6.6
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Adblock Plus 1.2.1 true
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar 0
    browser.history_expire_days.mirror 180
    browser.places.importBookmarksHTML false
    browser.places.importDefaults false
    browser.places.leftPaneFolderId -1
    browser.places.migratePostDataAnnotations false
    browser.places.smartBookmarksVersion 2
    browser.places.updateRecentTagsUri false
    browser.startup.homepage www.brickshelf.com
    browser.startup.homepage_override.mstone rv:1.9.2.6
    browser.tabs.insertRelatedAfterCurrent false
    browser.tabs.warnOnClose false
    dom.max_script_run_time 1800
    extensions.lastAppVersion 3.6.6
    general.useragent.extra.microsoftdotnet (.NET CLR 3.5.30729)
    network.cookie.prefsMigrated true
    network.http.accept.default text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5,application/x-tsmxml
    network.protocol-handler.external.mailto false
    network.protocol-handler.warn-external.mms false
    network.protocol-handler.warn-external.steam false
    places.last_vacuum 1274690449
    print.print_printer EPSON Stylus DX6000 Series
    print.printer_EPSON_Stylus_DX6000_Series.print_bgcolor false
    print.printer_EPSON_Stylus_DX6000_Series.print_bgimages false
    print.printer_EPSON_Stylus_DX6000_Series.print_command
    print.printer_EPSON_Stylus_DX6000_Series.print_downloadfonts true
    print.printer_EPSON_Stylus_DX6000_Series.print_edge_bottom 0
    print.printer_EPSON_Stylus_DX6000_Series.print_edge_left 0
    print.printer_EPSON_Stylus_DX6000_Series.print_edge_right 0
    print.printer_EPSON_Stylus_DX6000_Series.print_edge_top 0
    print.printer_EPSON_Stylus_DX6000_Series.print_evenpages true
    print.printer_EPSON_Stylus_DX6000_Series.print_footercenter
    print.printer_EPSON_Stylus_DX6000_Series.print_footerleft &PT
    print.printer_EPSON_Stylus_DX6000_Series.print_footerright &D
    print.printer_EPSON_Stylus_DX6000_Series.print_headercenter
    print.printer_EPSON_Stylus_DX6000_Series.print_headerleft &T
    print.printer_EPSON_Stylus_DX6000_Series.print_headerright &U
    print.printer_EPSON_Stylus_DX6000_Series.print_in_color true
    print.printer_EPSON_Stylus_DX6000_Series.print_margin_bottom 0.5
    print.printer_EPSON_Stylus_DX6000_Series.print_margin_left 0.5
    print.printer_EPSON_Stylus_DX6000_Series.print_margin_right 0.5
    print.printer_EPSON_Stylus_DX6000_Series.print_margin_top 0.5
    print.printer_EPSON_Stylus_DX6000_Series.print_oddpages true
    print.printer_EPSON_Stylus_DX6000_Series.print_orientation 0
    print.printer_EPSON_Stylus_DX6000_Series.print_pagedelay 500
    print.printer_EPSON_Stylus_DX6000_Series.print_paper_data 9
    print.printer_EPSON_Stylus_DX6000_Series.print_paper_height 11.00
    print.printer_EPSON_Stylus_DX6000_Series.print_paper_size 3276850
    print.printer_EPSON_Stylus_DX6000_Series.print_paper_size_type 0
    print.printer_EPSON_Stylus_DX6000_Series.print_paper_size_unit 1
    print.printer_EPSON_Stylus_DX6000_Series.print_paper_width 8.50
    print.printer_EPSON_Stylus_DX6000_Series.print_reversed false
    print.printer_EPSON_Stylus_DX6000_Series.print_scaling 1.00
    print.printer_EPSON_Stylus_DX6000_Series.print_shrink_to_fit true
    print.printer_EPSON_Stylus_DX6000_Series.print_to_file false
    print.printer_EPSON_Stylus_DX6000_Series.print_unwriteable_margin_bottom 0
    print.printer_EPSON_Stylus_DX6000_Series.print_unwriteable_margin_left 0
    print.printer_EPSON_Stylus_DX6000_Series.print_unwriteable_margin_right 0
    print.printer_EPSON_Stylus_DX6000_Series.print_unwriteable_margin_top 0
    privacy.clearOnShutdown.cookies false
    privacy.clearOnShutdown.downloads false
    privacy.clearOnShutdown.formdata false
    privacy.clearOnShutdown.history false
    privacy.clearOnShutdown.sessions false
    privacy.cpd.cookies false
    privacy.cpd.downloads false
    privacy.cpd.formdata false
    privacy.cpd.history false
    privacy.cpd.sessions false
    privacy.item.downloads false
    privacy.item.formdata false
    privacy.item.history false
    privacy.item.sessions false
    privacy.sanitize.migrateFx3Prefs true
    security.warn_viewing_mixed false
    == Firefox version
    ==
    3.6.6
    == Operating system
    ==
    Windows 7
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 (.NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-Default Plug-in
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *Shockwave Flash 10.1 r53
    *iTunes Detector Plug-in
    *3.0.40624.0
    *Office Authorization plug-in for NPAPI browsers
    *The plug-in allows you to open and edit files using Microsoft Office applications
    *NPWLPG
    *Adobe PDF Plug-In For Firefox and Netscape

    Cambrey,
    that HTML content shows that there’s no content at that Web site — it will only show the heading “301 Moved Permanently” and the single line “nginx/1.2.6”. I suspect that they might have wanted to include a redirection directive in that document, but for some reason, they didn’t. Your browsers are behaving as they ought to do with this Web site.
    Have you considered trying www.sundancechannel.fr in your browsers instead of sundancechannel.fr?

  • Contacts and Calendar not sync across all devices

    Installed mavericks a few weeks ago.  Just looked at a contact on my iPad and iPhone and noted that changes made on my MacBook Pro are not showing up on either of these 2 devices.  What is going on?  I used to sync manually using iTunes.  Tried this just now and does not update info in either calendar or contacts.  I used to see :syncing Calendar, syncing contacts in the window describing progress - this does not appear.
    Very very confused. Syncing across all devices very important.  spend a lot of time in rural areas with no access to wi-fi.  Am I trapped in iCloud only? if so How does that work??   Help!

    Still confused - now I have multiple copies of the same event on my MacBook Pro, and iPad, and not at all on my i iPhone, 
    Just created a dummy contact on my iPad, and it appeared on MacBook Pro but not on iPhone. turned off iPhone and turned back on and new contact appeared.
    My calendar on iPhone has no data from the time I started using Mavericks until a dummy event I added this afternoon.  Do I need to turn my iPhone off and then back on to get it to sync? even with turning off and on the missing calendar items have not appeared.
    I am a bit reluctant (afraid) to go to the web and look at my iCloud.com account for fear of sending yet another copy of the same calendar appointments  and duplicate contacts / contacts info to myself on my devices.  I have multiple copies of the same contact on my MacBook Pro. some of the contacts have 3 or 4 duplicates of the same information - example "home phone" or "e-mail address."  Sometimes I have 3 or 4 copies of the same contact card. 
    Hope you are having a better day, I am completely confused and more than a bit frustrated.  Has anyone written an app to replace sync services in Mavericks?  I would gladly pay for it!

  • Photos not syncing across all devices

    This is more of a frustrated rant than it is a question.  I have 3 devices, iPhone, iPad and Macbook pro.. all synced to iCloud.  I am constantly having trouble with my photos not being in sync across all the devices.. i.e.  my recent photos from my iPad were synced to my iPhone but they aren't showing up in iPhoto on my Macbook pro.  Photos taken on those same days but using my iPhone did sync to my MacBook Pro.  The iPad and iPhone are in sync together..
    This is a maddening problem and I hope.. REALLY HOPE that upgrading to 10.3.3 and the new PHOTOS app FINALLY gets this right because up to know, I consider iCloud a fail due to inconsistencies like above. 

    This is more of a frustrated rant than it is a question.  I have 3 devices, iPhone, iPad and Macbook pro.. all synced to iCloud.  I am constantly having trouble with my photos not being in sync across all the devices.. i.e.  my recent photos from my iPad were synced to my iPhone but they aren't showing up in iPhoto on my Macbook pro.  Photos taken on those same days but using my iPhone did sync to my MacBook Pro.  The iPad and iPhone are in sync together..
    This is a maddening problem and I hope.. REALLY HOPE that upgrading to 10.3.3 and the new PHOTOS app FINALLY gets this right because up to know, I consider iCloud a fail due to inconsistencies like above. 

  • Text Caption options not applied

    Hi,
    I'm trying to add a text caption with a transparent style.
    however when I try to modify font, font size, or color no change is
    being applied. If I switch to the Adobe Blue caption style I can
    modify color, but not font size. Any idea why this is
    happening?

    Hi there
    I happened across a weird issue just last night that was resolved by choosing a different ActionScript version. I'm wondering if you can try this to see if there is a change in behavior.
    Click Edit > Preferences > Project > Publish Settings and whatever it's set to AS2 or AS3, try the other option and see if it changes your outcome.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

Maybe you are looking for

  • Just downloaded upgrade and now can't get firefox to open at all. Please advise

    The computer keeps telling me to reaboot and I keep doing that. I can't even take the program off my computer so I can redownload it. Keeps telling to to reboot. Please tell me what went wrong and if I will ever be able to use Firefox again.

  • HDMI out from msi n560 ti o/c

    I was watching a blu ray disc form my PC to my LCD TV. (BBC's Blue PLnet There was a bit when a nautilus goes into the deep sea and I got some horrific colour banding in the blue black range. A mate tried the disc in his normal BLuRay player and its

  • Fix Assets and EC-PCA ledger

    Hello team, I am aslo kind of new with Fix Assets. I was reconciling PCA ledger ( We just went Live) in trying to reconcile by using T-code 0KE1, I acciedntally deleted some documenst related to a fix asset settlement account in PCA ledger. I tried r

  • SCCM 2012 Distribution Point Issue

    Dear Team, Hi, we deploy another Distribution point on other server on same subnet/LAN. but it show errors and progress run daily but not successful. durranifaisal

  • Help for nokia 7373

    I know this may sound like a strange request, but if there is anyone here with a Nokia 7373 phone, i was hoping you might be able to help me. I have one of these, but i have managed to crush my display so i can't see anything on it. So if there is so