Custom Split views don't work like the use to pre- Project 2010

Hi
Either we've lost some functionality along the way, or there must be another way of doing the following...
Up until and including version 2007, I was able to create multiple custom split views in a file (or global.mpt) where the I could specify a different Task Form (e.g., "Predecessors & Successors" or the "Work") depending on which custom
split view I selected.
In 2010 and 2013, you have to manually select the Task From you want; the custom split view won't can help you get the specific Task Form you want ((e.g., "Predecessors & Successors", "Work").  At least that has been my experience...
does anyone have a solution apart from needing to write a VBA event handler?
Thanks in advance,
\Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

I agree with Dale. Project remembers the last set of details applied in form views such as Task Form. Using VBA event handlers you can change this behavior.
1. Open the project file on which this change should be applied.
2. In the View ribbon, click Macro command and select Visual Basic
3. If you want the details displayed in the Task Form to be applied to the current file, double click "ThisProject" node under the VBAProject(your file name) or else double click "ThisProject" node under ProjectGlobal (Global.MPT)
4. Paste below lines in the Project_Open event handler. Save the code.
Private Sub Project_Open(ByVal pj As Project)
    ViewApplyEx ApplyTo:=1, BuiltInView:=pjViewTaskForm
    WindowActivate TopPane:=False
    ViewShowPredecessorsSuccessors
End Sub
5. You can replace the last statement ViewShowPredecessorsSuccessors with another statement that is compatible with Task Form view
Sai PMP, PMI-SP, MCTS Project, MVP Project

Similar Messages

  • PDF fast web view option don't work like the specification  Acrobat Reader suggest...

    I have an optimized/linear PDF file for support fast web viewing option.
    My issue is about the plugin comportment. In the Adobe specification, when the plugin receive a large optimized PDF file, he suppose to be began to read and show the PDF file after the first page received from the web server.
    In my case it's not worked properly. The plugin show me the PDF file after the download finish.
    When I check the Acrobat Reader 8.1 internet settings, all fast web view options are checked properly.
    If I look the PDF file properties the fast web view value is yes.
    I don't know what is wrong in my setup.
    Some help will be appreciate.
    Thank's.

    If the file is public, I suggest you post the URL for others to try
    out.
    Aandi Inston

  • Hey! How come my clone toolbar don't work like the one in BCALV_GRID_05 ???

    The "export" button on the BCALV_GRID_05 SLIS sample program is active.  it pops a context menu, etc.
    This button is  NOT active when I carefully clone the code of BCALV_GRID_05 into a client Z program.   When I click it, nothing happens except that the grid flickers.
    I know I can work around this with a custom button, etc. but I'm really curious to know why the same code is behaving in two different ways in two different programs.
    But what I want to know is why my toolbar is behaving differently than the one in BCALV_GRID_05.
    Can anyone tell me what I'm doing stupid here ????

    I figured it out but it's kind of subtle and interesting and I'm still leaving this open as a question.
    I had borrowed my PBO output module from an earlier program in which I had to refresh the grid each time (I forget why.)  So my original code looked like this:
    MODULE ALV_DISPLAY OUTPUT.
      IF G_CUSTOM_CONTAINER IS INITIAL.
      create container for ALV grid
        CREATE OBJECT G_CUSTOM_CONTAINER
           EXPORTING
             CONTAINER_NAME = 'CUSTOM_CONTROL'.
      ENDIF.
      IF NOT GRID IS INITIAL.
         CALL METHOD GRID->FREE.
      ENDIF.
        CREATE OBJECT GRID
           EXPORTING
             I_APPL_EVENTS = 'X'      "application event
             I_PARENT = G_CUSTOM_CONTAINER.
        CREATE OBJECT EVENT_RECEIVER.
        CALL METHOD GRID->SET_TABLE_FOR_FIRST_DISPLAY
             EXPORTING IS_LAYOUT        = GS_LAYOUT_ALV
             CHANGING  it_fieldcatalog  = i_fieldcat
                       IT_OUTTAB        = i_detail.
      handler for ALV grid
        SET HANDLER EVENT_RECEIVER->HANDLE_TOOLBAR FOR ALL INSTANCES.
        SET HANDLER EVENT_RECEIVER->HANDLE_USER_COMMAND FOR GRID.
        SET HANDLER EVENT_RECEIVER->HANDLE_DOUBLE_CLICK FOR GRID.
        SET HANDLER EVENT_RECEIVER->HANDLE_CONTEXT_MENU FOR GRID.
    raise event TOOLBAR:
        CALL METHOD grid->set_toolbar_interactive.
        CALL METHOD CL_GUI_CONTROL=>SET_FOCUS EXPORTING CONTROL = GRID.
    ENDMODULE.                             " ALV_DISPLAY  OUTPUT
    As soon as I changed the above code to the following code, the "export button" woke-up:
    MODULE ALV_DISPLAY OUTPUT.
      IF G_CUSTOM_CONTAINER IS INITIAL.
      create container for ALV grid
        CREATE OBJECT G_CUSTOM_CONTAINER
           EXPORTING
             CONTAINER_NAME = 'CUSTOM_CONTROL'.
        CREATE OBJECT GRID
           EXPORTING
             I_APPL_EVENTS = 'X'      "application event
             I_PARENT = G_CUSTOM_CONTAINER.
        CREATE OBJECT EVENT_RECEIVER.
        CALL METHOD GRID->SET_TABLE_FOR_FIRST_DISPLAY
             EXPORTING IS_LAYOUT        = GS_LAYOUT_ALV
             CHANGING  it_fieldcatalog  = i_fieldcat
                       IT_OUTTAB        = i_detail.
      handler for ALV grid
        SET HANDLER EVENT_RECEIVER->HANDLE_TOOLBAR FOR ALL INSTANCES.
        SET HANDLER EVENT_RECEIVER->HANDLE_USER_COMMAND FOR GRID.
        SET HANDLER EVENT_RECEIVER->HANDLE_DOUBLE_CLICK FOR GRID.
        SET HANDLER EVENT_RECEIVER->HANDLE_CONTEXT_MENU FOR GRID.
    raise event TOOLBAR:
        CALL METHOD grid->set_toolbar_interactive.
        CALL METHOD CL_GUI_CONTROL=>SET_FOCUS EXPORTING CONTROL = GRID.
    ENDIF.
    ENDMODULE.                             " ALV_DISPLAY  OUTPUT
    Now I sure would like someone to explain THAT one to me, so I'm leaving the question open for Rich or Thomas or someone else really knowledgeable about the ABAP OO ALV classes and their methods.

  • I have a iPhone 4s which belonged to a friend it was in her iTunes account she has iCloud account to I signed out of her iTunes account on this phone and signed into my iTunes account but now phone apps don't work like the phone not sycronized to min

    If I got a iPhone off a friend it was connected to her iTunes an iCloud accounts I signed out of her iTunes and signed into my own but the phone don't seem to sycronized to my iTunes account an she has iCloud app an account on this phone but I don't help

    Hey there jackofromgriffith,
    I understand that you have an iPhone from your friend that is still associated with their iCloud account. You will need to disassociate the iPhone from your friend’s iCloud account in order to resolve your issues:
    Find My iPhone Activation Lock: Removing a device from a previous owner’s account - Apple Support
    https://support.apple.com/en-us/HT201441
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • Help!(confused face) I'm new with flash and don't know why the timers don't work like i would expect

    I'm new with flash and don't know why the timers don't work like i would expect.  In VB.NET timers are how you move stuff, but it doesn't look like they are ideal for moving stuff in flash at all (really slow).  I'm making a game in which you throw a ball around the screen. i am using a timer to get the ball to move. this doesn't work well for 2 reasons; 1: the ball jumps alot, and 2: the timer should eventually run out of time.  If anyone can help, i'd be thrilled cus this is my first post here, so yeah

    Timing for movement would be more often dealt with using something that operates at the frame rate of the file.  The ENTER_FRAME event is usually selected for this purpose.
    stage.addEventListener(Event.ENTER_FRAME, moveBall);
    function moveBall(evt:Event):void {
         // your positioning code
    You could use a Timer to control when to stop the listener from being active.

  • I've updated to iso5 on my iphone 4 but some of the features are not working like the lock screen camera feature.  Have I done something wrong?

    I've updated my iphone 4 to ISO 5.  I could not connect to icloud yet however does this expalin why some of the features of ISO 5 are not working like the camera lock screen feature?
    Thanks
    C

    to see the camera icon, double-click the home button when you are on the lock screen. this will show the music controls and the camera icon. double click the home bgutton again to close them.

  • I updated to yosemite and now if someone is using imessage and sends a text message to my phone it doesn't show up on my phone but does on my computer.  I don't want messages on my computer!  How do I get this to go away and work like it used to?

    I updated to yosemite and now if someone is using imessage and sends a text message to my phone it doesn't show up on my phone but does on my computer.  I don't want messages on my computer!  How do I get this to go away and work like it used to?

    Follow the instructions under the heading "How to unlink a phone number" on this page.

  • Does anybody know how to make a rollover work like the link below in muse

    Hi, I've used photoshop buttons to create rollovers on my thumbnails, i'd like them to work like the link below but perhaps a little simpler with the scroll effect but not the type coming in as another effect, can this be done in muse?
    Art of the Cap - Speedo USA
    Thanks

    how about something like this widget by qooqee? seems to do the same thing as what you're after:
    http://www.qooqee.com/adobe-muse-widgets/mighty-hover-muse-widget

  • Adobe Tech told me HONESTLY that Adobe Connect will NOT work like the Adobe site demo

    I am seconds away from subscribing to gotomeeting.com (Which is a GREAT and REALLy easy to use product).
    I really want the white board featues, etc. At first I could NOT connect at all...then with an Adobe TEch (FROM INDIA) online with me (very patronizing to me also, by the way). I could connect and when I clicked on "Share My Screen" the adobe connect window minimizes itself and becomes useless to me.
    I was told that the tech COULD see my screen. I asked how I would know that. He ACTUALLY told me that the ONLY way I could see the CONNECT window and see all the participants, let other share screens and see and use the whiteboarding is to GET A SECOND COMPUTER!!!!
    I HAVE TO USE TWO COMPUTERS in order to use the features demo'd in the demo video.
    Isn't that the MOST obsurd thing you could tell someone. AND if it is true, what a piece of carp program.
    Too bad, the product does not remotely work like the demo
    AND even worse, the tech support has NO IDEA how to use this product and told me IN THESE WORDS that the product DOES NOT REALLY DO WHAT THE DEMO SAYS IT DOES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    What a nightmare!

    Wow ... well all I can say is I've been using Connect for 2 years for remote training and for webinars and all sorts of stuff, and in general I'm thrilled with it.  I've used the freebie ConnectNow service (via Acrobat.com), the $39.95/mo. Connect Standard account (hosted, up to 15 participants), and for the past 1.5 years, the Connect Pro account, also hosted.
    When you are sharing your screen, you don't see any of the Connect "room" interface; all you see is your screen. This is how most of the services work in my experience. If you're just showing a Powerpoint demo that you've uploaded to your account previously, then you *can* see the panels etc. in the Connect room.
    Almost all of my demos/webinars/training involved me sharing my screen, so yes, I do connect a second laptop to the room, logging on as a guest, so I can see what my participants see, and I can see what the lag time is. I don't think that's out of the ordinary.
    I started using Connect after nightmares with WebEx and other services. It's really important to me that everything works equally on Macs as well as Windows; and so far Connect is great that way.
    I do agree the Support is a pain and Connect is missing some features. But all in all it's been nice and stable for me and my clients. You should check out http://connectusers.com; there are wonderful forums and expert users and tutorials over there.
    AM

  • [svn] 2756: -make the flex-sdk-description.xml process work like the trunk.

    Revision: 2756
    Author: [email protected]
    Date: 2008-08-06 08:53:11 -0700 (Wed, 06 Aug 2008)
    Log Message:
    -make the flex-sdk-description.xml process work like the trunk. don't copy the file, create one by echoing the values needed to it.
    -update build.properties, make the release value equal the actual release as in this case 3.1
    bug:https://bugs.adobe.com/jira/browse/SDK-16367
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16367
    Modified Paths:
    flex/sdk/branches/3.1.0/build.properties
    flex/sdk/branches/3.1.0/build.xml
    Removed Paths:
    flex/sdk/branches/3.1.0/collateral/en_US/flex-sdk-description.xml

    Revision: 2756
    Author: [email protected]
    Date: 2008-08-06 08:53:11 -0700 (Wed, 06 Aug 2008)
    Log Message:
    -make the flex-sdk-description.xml process work like the trunk. don't copy the file, create one by echoing the values needed to it.
    -update build.properties, make the release value equal the actual release as in this case 3.1
    bug:https://bugs.adobe.com/jira/browse/SDK-16367
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16367
    Modified Paths:
    flex/sdk/branches/3.1.0/build.properties
    flex/sdk/branches/3.1.0/build.xml
    Removed Paths:
    flex/sdk/branches/3.1.0/collateral/en_US/flex-sdk-description.xml

  • Is there a program that works like the old iPhoto?

    Is there a program that works like the old iPhoto?
    The old iPhoto is my ideal program. Unfortunately, it does not work on my new operating system. I like having the ability to look over my images with a slide show. However, the new package folder does not give me complete access to my pictures. Is there a program that will have both slide show with music options, and the general folder for the files? I heard that Picasa was supposed to have a general folder, but it is using the iPhoto package.
    I have looked over the solutions to getting access to images from the iPhoto package mentioned in the discussion forum. I would like a simpler system that works like the old iPhoto. Is this a possibility? I do not feel comfortable putting my original photo files into a system that does not let me look at the file information, and I would like to have the original benefits of iPhoto tools.
    Thank you for your time.

    Welcome to the Apple Discussions.
    The current iPhoto is laid out specifically the way it is because of folks like you
    Since iPhoto 7 (iLife 08) the old iPhoto Library Folder is now a Package File. This is simply a folder that looks like a file in the Finder. The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves.
    Even in the old iPhoto it was never correct to access the iPhoto Library Folder.
    However, the new package folder does not give me complete access to my pictures.
    This is untrue. Go to your Pictures Folder and find the iPhoto Library there. Right (or Control-) Click on the icon and select 'Show Package Contents'. A finder window will open with the Library exposed.
    There they all are.
    Standard Warning which applies to every version of iPhoto: Don't change anything in the iPhoto Library Folder via the Finder or any other application. iPhoto depends on the structure as well as the contents of this folder. Moving things, renaming things or otherwise making changes will prevent iPhoto from working and could even cause you to damage or lose your photos.
    I do not feel comfortable putting my original photo files into a system that does not let me look at the file information
    What information are you missing? If you can tell us we may be able to help you more.
    Regards
    TD

  • Does the iPad Wi-Fi+3G work like the Wi-Fi model if I have no 3G data plan?

    Hi all!
    Does the iPad Wi-Fi+3G work like the Wi-Fi model if I don't have any 3G data plan subscription?

    Yes it does. Added bonus: You get GPS (which the WiFi model doesn't have but which works without a SIM card).

  • Has anyone done any work with the "Form" Email Feature in 2008?

    Has anyone done any work with the "Form" Email Feature in 2008?
    2006.7
    Oracle 9i
    Websphere 5.11
    IE6 & IE7
    I have been testing the version 2008.2 and noticed the "Form" link in the email templates, has anyone used this or know what its for? 
    It seems like a useful feature, but I can not find any documentation on its use.
    Thank you
    Daniel

    Hi Daniel,
    The HTML widget we have incorporated into the application is an open source tool. It's name is FCKeditor. Here is the URL for the documentation site: http://docs.fckeditor.net/
    - Ed

  • The multi level "isolation mode" don't work after the last upgrading to Illustrator CC 18.1.0? by the right mouse button menu

    PROVA

    Yes, I know that, but I ever work with the right mouse button,
    because selecting groups and subgroups with double click make some confusion for me.
    Regards,
    Fabio
    ufficio tecnico
    grafica e prestampa
    Via Verdi, 11 - 43058 Sorbolo (PR)
    Tel. 0521.694111 - Fax 0521.694360
    E-mail: [email protected] <mailto:[email protected]>
    E-mail: [email protected] <mailto:[email protected]>
    Web: www.litoexpress.it <http://www.litoexpress.it/>
    Il giorno 28/ott/2014, alle ore 06:57, Satinder S Bains <[email protected]> ha scritto:
    The multi level "isolation mode" don't work after the last upgrading to Illustrator CC 18.1.0? by the right mouse button menu
    created by Satinder S Bains <https://forums.adobe.com/people/SatinderSBains> in Illustrator - View the full discussion <https://forums.adobe.com/message/6874053#6874053>
    You can double click on the selected object to get into the multilevel isolation mode.
    Regards,
    Satinder
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6874053#6874053
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Illustrator by email <mailto:[email protected]m> or at Adobe Community <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14&container=33 67>
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0 <http://forums.adobe.com/thread/416458?tstart=0>.

  • Apple iAds don't work in the UK?

    Hi,
    I have recently been downloading a few iPhone apps with iAds integrated in them. But none of the iAds actually work on my iPhone. I know this isn't a problem with my iPhone because many of my friends are having the exact same problem. So does anyone know why iAds don't work in the UK?
    Thanks

    I can't imagine why they wouldn't work in the UK but consider yourself lucky. Did you really download an app so you could enjoy the Advertising? I can't stand advertising, here in the USA it is crammed down our throats at every turn and on every square inch of extra space of every surface we have. Heck, our televisions now have ads that play over half the screen WHILE our program is playing! Why in the heck would anyone want MORE advertising? I've never bought anything spammed to me like that.
    And why would anyone care if it's "interactive" advertising? There still trying to sell you something you don't need and probably don't want anyway, all while wasting your time.

Maybe you are looking for