Need to specify which is defuault selected button

I have a DVD with a main feature and a more features links on the first page. Currently, the more features link is initially selected when you play the DVD, but I need the main feature to be selected - any idea how I can do this?

There is a way to do this - use the shareware application MyDVDedit http://www.mydvdedit.com/
You need to burn your iDVD project to disk as a VIDEO_TS folder, then open this folder using myDVDedit.
This program allows you to edit the navigation on the disc, including forcing a specific button to be selected in a menu, redefining the onscreen button sequence followed using the left/right/up/down arrows on your remote and much more, such as writing new navigation code (Pre Cmds and Post Cmds), and changing the video presentation mode on 4:3 screens.
It's also a dangerous program in the sense that if you don't know what you're doing you can make your DVD unplayable by making the navigation buggy.

Similar Messages

  • Need some help getting add/remove field buttons working

    Someone here on the forums had previously assisted me with getting a button set up on a form that would add an additional text field to a form.  I now need a separate button created that will delete a text field in case too many were added.  I am hoping that someone can assist me with this since my XML knowledge is pretty much nil.  It doesn't look like I can upload files to the forum here, so I am going to attempt to paste my code.  I just need to get the "-" button to subtract a row.  Thanks in advance for the assistance.
    -Chris
    <?xml version="1.0" encoding="UTF-8"?>
    <?xfa generator="AdobeLiveCycleDesignerES_V8.2.1.4029.1.523496" APIVersion="2.8.9029.0"?>
    <xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/" timeStamp="2010-06-28T16:04:04Z" uuid="081329f3-4914-4dde-87ae-75a83da8434e">
    <template xmlns="http://www.xfa.org/schema/xfa-template/2.6/">
       <?formServer defaultPDFRenderFormat acrobat8.1static?>
       <subform name="form1" layout="tb" locale="en_US">
          <pageSet>
             <pageArea name="Page1" id="Page1">
                <contentArea x="19.05mm" y="12.7mm" w="190.5mm" h="266.7mm"/>
                <medium stock="default" short="612pt" long="792pt"/>
                <?templateDesigner expand 1?></pageArea>
             <?templateDesigner expand 1?></pageSet>
          <subform w="7.5in" h="10.5in" name="Page1">
             <subform w="174.625mm" y="79.377mm" name="Current_Objectives" layout="tb">
                <subform w="174.625mm" h="9.522mm" name="Objective">
                   <field name="txt_currobj" minH="8.263mm" w="174.625mm">
                      <ui>
                         <textEdit multiLine="1">
                            <border>
                               <?templateDesigner StyleID aped3?>
                               <edge stroke="lowered"/>
                            </border>
                            <margin/>
                         </textEdit>
                      </ui>
                      <font size="11pt" typeface="Verdana"/>
                      <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
                      <para vAlign="middle"/>
                      <caption reserve="7.76mm">
                         <para vAlign="middle"/>
                         <value>
                            <text>1.</text>
                         </value>
                         <font size="11pt" typeface="Verdana"/>
                      </caption>
                      <event activity="initialize" name="event__initialize">
                         <script contentType="application/x-javascript">this.caption.value.text.value = (this.parent.index + 1) + "."
    </script>
                      </event>
                   </field>
                   <occur max="-1"/>
                   <?templateDesigner expand 1?></subform>
                <field h="5.08mm" name="curr_obj_add_line" w="5.08mm">
                   <ui>
                      <button highlight="push"/>
                   </ui>
                   <font typeface="Arial"/>
                   <caption>
                      <value>
                         <text>+</text>
                      </value>
                      <para hAlign="center" vAlign="middle"/>
                      <font typeface="Arial"/>
                   </caption>
                   <border hand="right">
                      <edge stroke="raised"/>
                      <fill>
                         <color value="212, 208, 200"/>
                      </fill>
                      <?templateDesigner StyleID apbx2?></border>
                   <bind match="none"/>
                   <assist>
                      <toolTip>Add an item</toolTip>
                   </assist>
                   <event activity="click" name="event__click">
                      <script contentType="application/x-javascript">
    _Objective.addInstance(1)
    </script>
                   </event>
                </field>
                <field h="5.08mm" name="curr_obj_del_line" w="5.08mm">
                   <ui>
                      <button highlight="push"/>
                   </ui>
                   <font typeface="Arial"/>
                   <caption>
                      <value>
                         <text>-</text>
                      </value>
                      <para hAlign="center" vAlign="middle"/>
                      <font typeface="Arial"/>
                   </caption>
                   <border hand="right">
                      <edge stroke="raised"/>
                      <fill>
                         <color value="212,208,200"/>
                      </fill>
                      <?templateDesigner StyleID apbx2?></border>
                   <bind match="none"/>
                   <assist>
                      <toolTip>Delete an item</toolTip>
                   </assist>
                   <event activity="click" name="event__click">
                      <script contentType="application/x-javascript">
    _Objective.deleteInstance(1)
    </script>
                   </event>
                </field>
                <?templateDesigner expand 0?></subform>
             <?templateDesigner expand 1?></subform>
          <desc>
             <text name="version">8.2.1.4029.1.523496.503679</text>
          </desc>
          <?templateDesigner expand 1?></subform>
       <?templateDesigner DefaultLanguage FormCalc?>
       <?templateDesigner DefaultRunAt client?>
       <?acrobat JavaScript strictScoping?>
       <?templateDesigner Zoom 100?>
       <?templateDesigner Grid show:1, snap:1, units:0, color:ff8080, origin:(0,0), interval:(125000,125000)?>
       <?templateDesigner FormTargetVersion 26?>
       <?templateDesigner SaveTaggedPDF 1?>
       <?templateDesigner SavePDFWithEmbeddedFonts 1?>
       <?templateDesigner Rulers horizontal:1, vertical:1, guidelines:1, crosshairs:0?></template>
    <config xmlns="http://www.xfa.org/schema/xci/2.6/">
       <agent name="designer">
          <destination>pdf</destination>
          <pdf>
             <!--  [0..n]  -->
             <fontInfo/>
          </pdf>
       </agent>
       <present>
          <!--  [0..n]  -->
          <pdf>
             <!--  [0..n]  -->
             <version>1.7</version>
             <adobeExtensionLevel>1</adobeExtensionLevel>
          </pdf>
          <common/>
          <script>
             <runScripts>server</runScripts>
          </script>
          <xdp>
             <packets>*</packets>
          </xdp>
       </present>
       <?originalXFAVersion http://www.xfa.org/schema/xci/2.8/?></config>
    <localeSet xmlns="http://www.xfa.org/schema/xfa-locale-set/2.6/">
       <?originalXFAVersion http://www.xfa.org/schema/xfa-locale-set/2.6/?>
       <locale name="en_US" desc="English (United States)">
          <calendarSymbols name="gregorian">
             <monthNames>
                <month>January</month>
                <month>February</month>
                <month>March</month>
                <month>April</month>
                <month>May</month>
                <month>June</month>
                <month>July</month>
                <month>August</month>
                <month>September</month>
                <month>October</month>
                <month>November</month>
                <month>December</month>
             </monthNames>
             <monthNames abbr="1">
                <month>Jan</month>
                <month>Feb</month>
                <month>Mar</month>
                <month>Apr</month>
                <month>May</month>
                <month>Jun</month>
                <month>Jul</month>
                <month>Aug</month>
                <month>Sep</month>
                <month>Oct</month>
                <month>Nov</month>
                <month>Dec</month>
             </monthNames>
             <dayNames>
                <day>Sunday</day>
                <day>Monday</day>
                <day>Tuesday</day>
                <day>Wednesday</day>
                <day>Thursday</day>
                <day>Friday</day>
                <day>Saturday</day>
             </dayNames>
             <dayNames abbr="1">
                <day>Sun</day>
                <day>Mon</day>
                <day>Tue</day>
                <day>Wed</day>
                <day>Thu</day>
                <day>Fri</day>
                <day>Sat</day>
             </dayNames>
             <meridiemNames>
                <meridiem>AM</meridiem>
                <meridiem>PM</meridiem>
             </meridiemNames>
             <eraNames>
                <era>BC</era>
                <era>AD</era>
             </eraNames>
          </calendarSymbols>
          <datePatterns>
             <datePattern name="full">EEEE, MMMM D, YYYY</datePattern>
             <datePattern name="long">MMMM D, YYYY</datePattern>
             <datePattern name="med">MMM D, YYYY</datePattern>
             <datePattern name="short">M/D/YY</datePattern>
          </datePatterns>
          <timePatterns>
             <timePattern name="full">h:MM:SS A Z</timePattern>
             <timePattern name="long">h:MM:SS A Z</timePattern>
             <timePattern name="med">h:MM:SS A</timePattern>
             <timePattern name="short">h:MM A</timePattern>
          </timePatterns>
          <dateTimeSymbols>GyMdkHmsSEDFwWahKzZ</dateTimeSymbols>
          <numberPatterns>
             <numberPattern name="numeric">z,zz9.zzz</numberPattern>
             <numberPattern name="currency">$z,zz9.99|($z,zz9.99)</numberPattern>
             <numberPattern name="percent">z,zz9%</numberPattern>
          </numberPatterns>
          <numberSymbols>
             <numberSymbol name="decimal">.</numberSymbol>
             <numberSymbol name="grouping">,</numberSymbol>
             <numberSymbol name="percent">%</numberSymbol>
             <numberSymbol name="minus">-</numberSymbol>
             <numberSymbol name="zero">0</numberSymbol>
          </numberSymbols>
          <currencySymbols>
             <currencySymbol name="symbol">$</currencySymbol>
             <currencySymbol name="isoname">USD</currencySymbol>
             <currencySymbol name="decimal">.</currencySymbol>
          </currencySymbols>
          <typefaces>
             <typeface name="Myriad Pro"/>
             <typeface name="Minion Pro"/>
             <typeface name="Courier Std"/>
             <typeface name="Adobe Pi Std"/>
             <typeface name="Adobe Hebrew"/>
             <typeface name="Adobe Arabic"/>
             <typeface name="Adobe Thai"/>
             <typeface name="Kozuka Gothic Pro-VI M"/>
             <typeface name="Kozuka Mincho Pro-VI R"/>
             <typeface name="Adobe Ming Std L"/>
             <typeface name="Adobe Song Std L"/>
             <typeface name="Adobe Myungjo Std M"/>
          </typefaces>
       </locale>
    </localeSet>
    <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.2.1-c041 52.337767, 2008/04/13-15:41:00        ">
       <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
          <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about="">
             <xmp:MetadataDate>2010-06-28T16:04:04Z</xmp:MetadataDate>
             <xmp:CreatorTool>Adobe LiveCycle Designer ES 8.2</xmp:CreatorTool>
             <xmp:ModifyDate>2010-06-28T11:28:54-04:00</xmp:ModifyDate>
             <xmp:CreateDate>2010-06-18T11:45:23-04:00</xmp:CreateDate>
          </rdf:Description>
          <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
             <pdf:Producer>Adobe LiveCycle Designer ES 8.2</pdf:Producer>
          </rdf:Description>
          <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" rdf:about="">
             <xmpMM:DocumentID>uuid:081329f3-4914-4dde-87ae-75a83da8434e</xmpMM:DocumentID>
             <xmpMM:InstanceID>uuid:4d9ea5d0-fbf1-4be5-8aa5-b9c828a765e9</xmpMM:InstanceID>
          </rdf:Description>
          <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
             <dc:format>application/pdf</dc:format>
          </rdf:Description>
          <rdf:Description xmlns:desc="http://ns.adobe.com/xfa/promoted-desc/" rdf:about="">
             <desc:version rdf:parseType="Resource">
                <rdf:value>8.2.1.4029.1.523496.503679</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:version>
          </rdf:Description>
       </rdf:RDF>
    </x:xmpmeta>
    <xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
       <annots/>
    </xfdf></xdp:xdp>

    Hi,
    The (1) is incorrect for the removeInstance.
    In the addInstance script the (1) is for "true" - merge the new instance with the data model.
    In the removeInstance you need to specify which instance you want to remove.
    So in your button the script would look think this:
    var vCount = _Objective.count - 1;
    _Objective.removeInstance(vCount);
    This counts the number of instances and then subtracts 1, because the instances are zero based.
    I have also added a button within the repeating instance, which allows the user to select the instance they want to remove.
    _Objective.removeInstance(this.parent.index);
    The this.parent.index is telling Acrobat that the instance to delete is the one that the button is in.
    Form is here: https://acrobat.com/#d=nn2Ubo6tq5TDEcrtnz-SCg
    Good luck,
    Niall

  • Scene selection buttons don't work in preview

    I edited my movie in iMovie, provided chapter markers that work in iMovie.  "Shared" the completed project to iDVD, which created scene selection buttons for all of the chapter markers and for the beginning.
    Now that I have dropped loops onto the buttons, none of them works.  Instead of starting the movie at the appropriate marker, they just display the loop that was dropped onto them.
    I do not know if the buttons worked before I dropped loop files onto them.
    How do I get the buttons to associate with the chapter markers? 

    Have you tried publishing to a server?  Sometimes the javascript or flash being run requires your project to be running from a server.  You can not rely on the preview mode to execute scripts which is fustrating because if you are attempting a java window close command it definately won't work when clients try it on their local machine... And still has a good chance of not working when published on a server

  • Which item is selected?

    Hello,
    In Dreamweaver CS3 we have a drop-down list in a form. When
    the user selects an element in the list, we need to determine which
    element was selected; specifically we need the text string of the
    selected element. How do you do this? The raw code that we have so
    far is attached.
    If there is an online tutorial or sample code for this, that
    would be great.

    The element or item that was selected is automatically placed
    in a form variable for you by CS3. You can access it by binding it
    to the screen you are calling.

  • How to obtain which address is selected during BP dialog (Address Overview)

    For Business Partners enhancemnets we will use AREA-MENU :: BUPT (Business Data Tool Set) for business partner
    In this we have so many events, we have create one function module and we will attach to the appropriate event so that our custom function module will be trigger when an address was selected in tab "Address Overview". We need to know which address was selected, so we have used local memory and we have called  BUP_BUPA_MEMORY_GET to obtaing business partner number and then BUA_BUPA_MEMORY_ADDRESS_GET to obtain the address. This last FM returns the standard address instead of the address which is selected. I have realised that inside the source code exists a global variable named gt_addr_new that contains all the addresses for the business partner, and one of them has the xmark field filled with an 'X' indicating which address is selected. However I have not found any bapi that returns that entry.
    Any suggestion to achive this avoiding an standard modification?
    Thanks in advance.
    Best Regards,
    Rosa Ferrando

    Hi,
    Check for  BAPI " BUP_MEMORY_BUT020_GET".
    Get the address no form this  BAPI.
    Take the address no and go to the database table BUT021_FS to get the address type.
    Hope this helps.
    Best regards
    Sourabh

  • Orange SPV M500- bluetooth -which modem to select?

    HI everyone.
    I'd be so grateful for any help anybody can give me to get my powerbook on line using my Orange SPV M500 phone/bluetooth.
    I previously had an Sony Ericsson phone, and that always did this perfectly.
    One big problem with the Orange phone seems to be that, as it's a pocketpcphonethingy, the compuer's bluetooth application won't recognise it as a phone. (I can successfully pair the devices using 'other' option, but then can't really do anything with it.)
    I think perhaps the info i really need is maybe which modem to select in System Prefs/Bluetooth/Settings? Maybe once i get that data right, it'll work.
    (The old ericsson phone used 'Ericsson Infrared' but there are no 'Orange' options in the menu, perhaps because this new phone isn't made by orange but by someone else? )
    Many, many thanks for any advice anyone can give!
    All best wishes,
    Simon

    The modem script you are looking for does not exist as a standard, included script. You can obtain one specifically intended for Orange GSM radios, just like the one in your PocketPC device, and use the program it ships with to customize the script.
    Check out the GPRS Script Generator from Macron Software:
    ] http://www.macronsoft.com/pages/en/gsg.html

  • I need a control which allows a user to choose from specific values (which I specify), NOT 0, 1, 2 etc. [I KNOW I can let him enter 0, 1,2 fro

    m a listbox, and then change the value on the block diagram, but what I want is that on the subvi node itself he can enter the actual values, say 1, 10, 200. Does anyone know how to do this, creatively, since currently a control like this is not available.I need a control in Labview which allows a user to choose from specific values (which I specify), NOT 0, 1, 2 etc. [I KNOW I can let him enter 0, 1,2 from a listbox, and then change the value on the block diagram, but what I want is that on the subvi node itself he can enter the actual values, say 1, 10, 200. Does anyone know how to do this, creatively, since currently a con
    trol like this is not available.

    m a listbox, and then change the value on the block diagram, but what I want is that on the subvi node itself he can enter the actual values, say 1, 10, 200. Does anyone know how to do this, creatively, since currently a control like this is not available.> I need a control which allows a user to choose from specific values
    > (which I specify), NOT 0, 1, 2 etc. [I KNOW I can let him enter 0, 1,2
    > from a listbox, and then change the value on the block diagram, but
    > what I want is that on the subvi node itself he can enter the actual
    > values, say 1, 10, 200. Does anyone know how to do this, creatively,
    > since currently a control like this is not available.
    >
    One way of doing this is to use either a ring or enum where the strings
    presented to the user are "1", "10", or whatever you like. On the
    diagram, the values will be 0, 1, 2, in a compact counting sequence.
    Then do an array index into a constant. If this is done more than one
    place, make the control a typedef so you can keep them consistent an
    d
    make the index be done in a subVI. Then whenever you need this, you
    drop the control and the subVI, out comes the integer, float, or
    whatever it is you want to index.
    Greg McKaskle

  • Which 'Values' need to Export in START-OF-SELECTION for Hotspot

    I develop a small Test Report for Hotspot, and it's working fine.
    Actually, Here - Error is at START-OF-SELECTION.
    I tried many combinations for passing the Parameters but It's Not Working.
    Which 'Values' I need to Export ?
    START-OF-SELECTION.
      CREATE OBJECT lr_details.
      lr_details->data_gathering( ).
      IF gi_final IS NOT INITIAL.
        lr_details->display_alv( ).
        lr_details->on_double_click( EXPORTING row = ? column = '?' ). " ?
        lr_details->on_link_click( EXPORTING row = ? column = '?' ).     " ?
      ELSE.
        MESSAGE 'No Data for the Selection Critaria' TYPE 'S' DISPLAY LIKE 'E'.
      ENDIF.
    Here row & column are obligatory fileds - I need to pass the Values
    (I am already passing the Values with Form get_aufnr_info.)
    I try with Hard Coding row = 1 & column = 'AUFNR'
        lr_details->on_double_click( EXPORTING row = 1 column = 'AUFNR' ).
        lr_details->on_link_click( EXPORTING row = 1 column = 'AUFNR' ).
    One may find it Silly, But in this Case - Hotspot is not working & when I go for 'BACK' it's showing IW33 (req. Tcode).
    The Complete code for HOTSPOT is as follow.
    METHODS:  data_gathering,
                  display_alv,
                  on_double_click FOR EVENT double_click OF cl_salv_events_table IMPORTING row column,
                  on_link_click FOR EVENT link_click OF cl_salv_events_table IMPORTING row column.
    METHOD on_double_click.
        PERFORM get_aufnr_info USING row column.
      ENDMETHOD.                   
      METHOD on_link_click.
        PERFORM get_aufnr_info USING row column.
      ENDMETHOD.
    FORM get_aufnr_info  USING row TYPE salv_de_row
                            column TYPE salv_de_column.
      IF column = 'AUFNR'.
        CLEAR: gwa_final.
        READ TABLE gi_final INTO gwa_final INDEX row.
        IF sy-subrc EQ 0.
          SET PARAMETER ID 'ANR' FIELD gwa_final-aufnr.
          CALL TRANSACTION 'IW33' AND SKIP FIRST SCREEN.
        ENDIF.
      ENDIF.
    ENDFORM.      

    Thanks Clemens & Lakshmi,
    But Here I am not taking a FieldCat and
    cl_gui_custom_container, "Detail container
    cl_gui_alv_grid        , "Detail ALV instance
    I am taking display as -->code
    DATA:  lr_table     TYPE REF TO cl_salv_table,
               lr_layout    TYPE REF TO cl_salv_layout,
               lr_functions TYPE REF TO cl_salv_functions_list,
               lr_columns   TYPE REF TO cl_salv_columns_table,
               lr_column1   TYPE REF TO cl_salv_column_table,
               lr_column    TYPE REF TO cl_salv_column,
               lr_events    TYPE REF TO cl_salv_events_table .
        DATA  : gr_events TYPE REF TO get_details.
        DATA: ls_layout TYPE salv_s_layout_key.
        ls_layout-report = sy-repid.
          TRY.
            CALL METHOD cl_salv_table=>factory           " call factory method of alv
    *        EXPORTING
              IMPORTING
                r_salv_table   = lr_table
              CHANGING
                t_table        = gi_final.
          CATCH cx_salv_not_found .
        ENDTRY.
        lr_functions = lr_table->get_functions( ).    " activate the alv funcationality
        lr_layout  = lr_table->get_layout( ).
        lr_table->display( ).
          TRY.
            CALL METHOD pr_columns->get_column
              EXPORTING
                columnname = 'AUFNR'
              RECEIVING
                value      = lr_column.
          CATCH cx_salv_not_found.
        ENDTRY.
        lr_column->set_long_text( text-006 ).
    I already developed Reports With FIELDCAT(set_table_for_first_display) with double_click
    And also created a small Test Report where I am taking double_click in CLASS DEF.
    Both are working.
    But when I am using double_click in Reports with  START-OF-SELECTION it's not working. -
    If I need not Use double_click in START-OF-SELECTION, THEN HOW I SHOULD CALL IT ??

  • How can you tell how much space is being used up by your iTunes...I am trying to figure out how much space I will need to transfer my iTunes library to an iPod and which iPod to select?

    How can you tell how much space is being used up by your iTunes...I am trying to figure out how much space I will need to transfer my iTunes library to an iPod and which iPod to select?

    Start up iTunes, and select Music, then click Songs.
    Down at the bottom of the iTunes window, it will tell you how much space your library occupies.

  • Getting error while creating form and report on webservice: ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.

    i am using the following description to create a web service reference:
    web reference :REST
    Name :Yahoo Map
    URL :http://local.yahooapis.com/MapsService/V1/mapImage
    HTTP Method: GET
    Basic Authentication: No
    Add Parameter:
    Name       Type
    appid        String
    location    String
    Output Format: XML
    XPath to Output Parameters : /Result
    Output Parameter:
    Name       Path       Type
    Url          /text()      String
    Then i tried to create form and report on webservice:
    Web Service Reference Type: Yahoo Map
    Operation: doREST
    All the fields i keep as default
    I tick the checkbox (url)in report Parameter
    After clicking next whereever required i click create button
    I get the following error
    ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.
    Please someone help to solve this as i need to fix it urgently.

    i exported the application from apex.oracle.com and imported it to our environment
    import went fine, but when I ran the IR page I got
    ORA-20001: get_dbms_sql_cursor error ORA-00904: : invalid identifier
    evidently the problem is a lack of public execute on DBMS_LOB, which is used in the generated IR source.
    while waiting for the DBA to grant privs on DBMS_LOB, changing the dbms_lob.getlength call to length() fixes the IR.
    however, i am not getting the download link on the associated form page... changed templates, that's not the issue -- we'll see if that's a dbms_lob issue as well

  • How do you specify which email address to use in a group list?

    Hi All,
    I've got several group lists created in Address Book. When I want to send an email to a group using Mail I cannot specify which email address gets used for a person that has multiple addresses in Address Book.
    My process is as follows: create a new blank message, address the note to myself, move to the bcc field, click the "Address" button at the top of the message pane. When I click on a name that has multiple email addresses I can click on the one that I want, but when I click to another name and click back the previously selected address is highlighted again. It seems that the selection of the address won't 'stick'. Is there any way to force the selection? Also, I originally thought that the group list defaulted to the home address, but I noticed that some entries have their work address selected by default.
    Thanks for any help.
    -Chris

    Thank you, thank you, thank you!!! I knew there was an option to do that somewhere. For some reason I had it in my mind that you made those selections in Mail.
    Kappy wrote:
    Open Address Book and select a group. CTRL- or RIGHT-click on the group and select Edit Distribution List. You may then scan through the group members selecting the desired email address for each one with multiple addresses.

  • How to specify which cert to use for software virt server?

    Is there a way to specify which certificate to use for each software virtual server? So, for example a user hitting https://somewhere.com would get the certificate for somewhere.com while the virtual server https://somewhereelse.com would use the certifcate with the name somewhereelse.com in it?

    No, this is not possible due to limitations of the underlying protocols.
    HTTP requests are sent over TCP connections which deal with IP addresses and port numbers (i.e. hardware virtual server properties), not hostnames (i.e. software virtual server properties). The HTTP protocol adds software virtual server support by allowing a client to identify the hostname (e.g. "www.iplanet.com") of the server it wishes to communicate with. This is achieved by including a "Host:" header with each HTTP request.
    Unfortunately, the SSL/TLS protocols require that the web server present its SSL/TLS certificate BEFORE the client sends its HTTP request. Since the software virtual server information is contained in the HTTP request, it is not possible for the server to select different certificates for different software virtual servers.
    You will need to use hardware virtual servers (i.e. virtual servers that have different IP addresses and/or port numbers) if you wish to use distinct SSL/TLS certificates.

  • InfoSet - Z tables need to be appeared on the selection criteria

    Hi ,
    My requirement is to have Z table fields in the selection criteria in an info set.
    Currently i have an info set which has only standard SAP fields for selection. I have couple of Z tables whose fields need to be included in the selection criteria. Based on the values selected, report has to be displayed. So i believe some code has to be added for it.
    Can you please tell me how to add Z Fields in the query.
    Thanks,
    Sarika.

    Hi Sarika,
    Again refer to the above link http://shafiq.us/sap/index.php?option=com_content&view=article&id=54:adhoc-query&catid=41:adhocquery&Itemid=61
    Then go to heading "Ad-hoc Queries (Tcode: SQ01)"
    Then see Step 6-b, this is where you specify which field will be displayed on selection screen. Follow the steps and I am sure you will be able to complete your requirement.

  • Dynamic selection button on report RCATS_APPROVE_ACTIVITIES

    Hi,
    I made a copy of the program RCATS_APPROVE_ACTIVITIES with all its components, and the dynamic selection button on the selection screen doesn't work like the standard.
    In my researches, I found that the dynamic selection that the standard program uses is associated to the logical database 'PNP', but the logical database that the programs uses is 'PNPCE', and that's the dynamic selection that my program copy is showing.
    Does any one have an idea how this happens and how to solve?
    Thanks.
    Sónia

    Hi Sonia,
    You program is using dynamic selection screen which actually is the selection screen of your logical database. You can see that thru tcode SE36-> PNP->click on selection check box. You will see the code of selection screen. This selection screen is called in standard program and since you have copied the standard program, your program is also showing the same selection screen. LDB can be called in standard program thru Function module LDB_PROCESS.
    In case you want to remove some of the selection screen fields of LDB from your report, you can do so in the
    'at selection-screen output' event by looping at the selection screen variables and stopping unwanted fields from display.
    You need to check the group name and the field name of the fields you want to disable and use it in the below code accordingly.
    e.g.
    at selection-screen output.
    loop at screen.
    if screen-group2 = 'DBS'.
          screen-active    = 0.
          screen-invisible = 1.
    endif.
    modify screen.
    endloop.
    Cheers,
    Vikram
    Please reward for the helpful replies!!

  • Scene selection button disappeared forever

    After struggling fruitlessly with DVD studio pro, (which refused to make a DVD that played on any machine other than my iMac,) I was forced to switch to iDVD, which behaves at least half-competently. I was editing a project and deleted the scene selection button that is generated automatically when importing a movie with chapter markers.
    I saved the project and exited to re-export the movie, (several times, because final cut keeps finding ways to screw me over as well,) and when I went to re-import the movie, the scene selection button refused to appear. I tried restarting the program, deleting the project file, but it appears that the scene selection submenu is gone forever. What the hay apple? Why is it so easy to destroy functions in your applications?
    Message was edited by: Anger44

    Have you tried making a new idvd project? The scene selection should return ina new project. I am guessing that you made a quicktime movie with chapter markers from FCP or FCE. Open a new idvd project with a new name. Drag your QT movie into any area of the dvd widow except the drop zone. It should now say play movie and scene selection. If it does, drag you QT movie of still frame or whatever into the drop zone and burn. If it doesn't then you will need to delte your pref file found in the library to reset idvd to factory defaults.
    If this doesn't work post your workflow. How are you exporting your movie to IDVD?

Maybe you are looking for

  • "Put harddisks to sleep when possible" vs longer HDD life?

    Something I've been pondering: I can save battery by telling the computer to put the harddisk to sleep when possible, but am I sacrificing HDD life span by spinning it up and down often?

  • GL Listing with populated plant field

    Hi all, In GL listing (T-code-FBL3n) for Sales account-GL there is provision to see the line items detail of Sales Account with Plant as field, but I am seeing the GL line items without Plant field populated, How this field can be automatically popul

  • Unable to update my Adobe account after inputting a personal URL.

    I've tried contacting customer support through chat and they were no help whatsoever. I'm at the stage where I input my date of birth and choosing a personal URL for Adobe Photoshop Elements 9. I DO NOT use symbols. I have tried simple words and name

  • IMac Sound Distortion

    I just got an iMac Quad Core i5 and i must say I'm fairly disappointed. The audio is distorted terribly, first I thought it might be just the hardware, but I also have an M-Audio Profire 2626 which works splendidly on my IBM compatible notebook. I ha

  • Font warning when running swing apps

    I am seeing this warning when I run my swing app using JRE 1.4.0. Any ideas on how to get fix this? Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1" to type FontStruct Thanks