Insert only the selected

Hi:
In my application i have used html_db collection to enter data
here the query i am using to driver the collection is
select
html_db_item.text(1,pobj.name,20,25) "object Name",
html_db_item.text(1,null,20,25) "Incomming Hours ",
html_db_item.text(1,null,20,25) "Design Hours "
from projects pro.
project_objects pobj
where pro.id = pobj.pro_id and
pro.id = :p10_projects
here projects and objects are assoicated to each other each project will have several set of objects now my requirement the above query will drive all the object but if i need to enter the data for only tow or three objects i need to make some selection ie like using a row selector
here the collection i have created is
declare
     i number:=1;
     q varchar2(32676);
     la_cks wwv_flow_global.vc_arr2;
begin
if htmldb_application.g_fcs.count > 0 then
la_cks := htmldb_application.g_fcs;
end if;
htmldb_collection.create_or_truncate_collection('BASELINE_COLLECTION');
for i in 1..htmldb_application.g_f02.count
loop
htmldb_collection.add_member(
p_collection_name => 'BASELINE_COLLECTION',
p_c001 => htmldb_application.g_f01(i),
p_c002 => htmldb_application.g_f02(i),
p_c003 => htmldb_application.g_f03(i),
p_c004 => htmldb_application.g_f04(i),
p_c005 => htmldb_application.g_f05(i),
p_c006 => htmldb_application.g_f06(i),
p_c007 => htmldb_application.g_f07(i),
p_c008 => htmldb_application.g_f08(i),
p_c009 => htmldb_application.g_f09(i),
p_c010 => htmldb_application.g_f10(i),
p_c013 => htmldb_application.g_f13(i),
p_c014 => htmldb_application.g_f14(i));
end loop;
end;
and the insert query i am using is this
BEGIN
for i in 1..htmldb_application.g_f01.count
loop
INSERT INTO REPLAN_EFFORT
PROJECT_NAME,
OBJECTS_NAME,
INCOMMING_DOC,
DESIGN,
DESIGN_REVIEW,
DESIGN_REWORK,
BUILD,
BUILD_REVIEW,
BUILD_REWORK,
TEST_CASE_PREP,
TEST_CASE_REVIEW,
TEST_CASE_REWORK,
INSTALLATION_SCRIPT,
UNIT_TESTING,
WAIT_TIME
VALUES
:P10_PROJECTS,
htmldb_application.g_f01(i),
htmldb_application.g_f02(i),
htmldb_application.g_f03(i),
htmldb_application.g_f04(i),
htmldb_application.g_f05(i),
htmldb_application.g_f06(i),
htmldb_application.g_f07(i),
htmldb_application.g_f08(i),
htmldb_application.g_f09(i),
htmldb_application.g_f10(i),
htmldb_application.g_f11(i),
htmldb_application.g_f12(i),
htmldb_application.g_f13(i),
htmldb_application.g_f14(i));
END LOOP;
END;
please suggest me how to use in a row selector in collection
thanks
sudhir

Unfortunately it did not work. I also developed the code and access the field and checked its property called "ReadOnlyField"  which is already set to false.
Below is the xml that i am using. Can you please share the xml that you had used?
<?xml version="1.0" encoding="utf-8"?>
<FieldTypes>
  <FieldType>
    <Field Name="TypeName">MyCustomField</Field>
    <Field Name="ParentType">Text</Field>
    <Field Name="TypeDisplayName"> My Custom Field</Field>
    <Field Name="TypeShortDescription"> My Custom Field</Field>
    <Field Name="AllowBaseTypeRendering">True</Field>
    <Field Name="ReadOnlyField">False</Field>
    <Field Name="UserCreatable">TRUE</Field>
    <Field Name="ShowInListCreate">TRUE</Field>
    <Field Name="ShowInSurveyCreate">TRUE</Field>
    <Field Name="ShowInDocumentLibraryCreate">TRUE</Field>
    <Field Name="ShowInColumnTemplateCreate">TRUE</Field>
    <Field Name="FieldTypeClass">My Assembly Information goes here</Field>
  </FieldType>
</FieldTypes>

Similar Messages

  • Loading only the selected item

    I am developing a data binding app where the source data is stored in the following format:
    public void LoadData()
    // Sample data; replace with real data
    this.Items.Add(new ItemViewModel() { ID = "0", LineOne = "runtime one", LineTwo = "Maecenas praesent accumsan bibendum", LineThree = "Facilisi faucibus habitant inceptos interdum lobortis nascetur pharetra placerat pulvinar sagittis senectus sociosqu" });
    this.Items.Add(new ItemViewModel() { ID = "1", LineOne = "runtime two", LineTwo = "Dictumst eleifend facilisi faucibus", LineThree = "Suscipit torquent ultrices vehicula volutpat maecenas praesent accumsan bibendum dictumst eleifend facilisi faucibus" });
    this.Items.Add(new ItemViewModel() { ID = "2", LineOne = "runtime three", LineTwo = "Habitant inceptos interdum lobortis", LineThree = "Habitant inceptos interdum lobortis nascetur pharetra placerat pulvinar sagittis senectus sociosqu suscipit torquent" });
    this.Items.Add(new ItemViewModel() { ID = "3", LineOne = "runtime four", LineTwo = "Nascetur pharetra placerat pulvinar", LineThree = "Ultrices vehicula volutpat maecenas praesent accumsan bibendum dictumst eleifend facilisi faucibus habitant inceptos" });
    this.Items.Add(new ItemViewModel() { ID = "4", LineOne = "runtime five", LineTwo = "Maecenas praesent accumsan bibendum", LineThree = "Maecenas praesent accumsan bibendum dictumst eleifend facilisi faucibus habitant inceptos interdum lobortis nascetur" });
    this.Items.Add(new ItemViewModel() { ID = "5", LineOne = "runtime six", LineTwo = "Dictumst eleifend facilisi faucibus", LineThree = "Pharetra placerat pulvinar sagittis senectus sociosqu suscipit torquent ultrices vehicula volutpat maecenas praesent" });
    this.Items.Add(new ItemViewModel() { ID = "6", LineOne = "runtime seven", LineTwo = "Habitant inceptos interdum lobortis", LineThree = "Accumsan bibendum dictumst eleifend facilisi faucibus habitant inceptos interdum lobortis nascetur pharetra placerat" });
    this.Items.Add(new ItemViewModel() { ID = "7", LineOne = "runtime eight", LineTwo = "Nascetur pharetra placerat pulvinar", LineThree = "Pulvinar sagittis senectus sociosqu suscipit torquent ultrices vehicula volutpat maecenas praesent accumsan bibendum" });
    this.Items.Add(new ItemViewModel() { ID = "8", LineOne = "runtime nine", LineTwo = "Maecenas praesent accumsan bibendum", LineThree = "Facilisi faucibus habitant inceptos interdum lobortis nascetur pharetra placerat pulvinar sagittis senectus sociosqu" });
    this.Items.Add(new ItemViewModel() { ID = "9", LineOne = "runtime ten", LineTwo = "Dictumst eleifend facilisi faucibus", LineThree = "Suscipit torquent ultrices vehicula volutpat maecenas praesent accumsan bibendum dictumst eleifend facilisi faucibus" });
    this.Items.Add(new ItemViewModel() { ID = "10", LineOne = "runtime eleven", LineTwo = "Habitant inceptos interdum lobortis", LineThree = "Habitant inceptos interdum lobortis nascetur pharetra placerat pulvinar sagittis senectus sociosqu suscipit torquent" });
    this.Items.Add(new ItemViewModel() { ID = "11", LineOne = "runtime twelve", LineTwo = "Nascetur pharetra placerat pulvinar", LineThree = "Ultrices vehicula volutpat maecenas praesent accumsan bibendum dictumst eleifend facilisi faucibus habitant inceptos" });
    this.Items.Add(new ItemViewModel() { ID = "12", LineOne = "runtime thirteen", LineTwo = "Maecenas praesent accumsan bibendum", LineThree = "Maecenas praesent accumsan bibendum dictumst eleifend facilisi faucibus habitant inceptos interdum lobortis nascetur" });
    this.Items.Add(new ItemViewModel() { ID = "13", LineOne = "runtime fourteen", LineTwo = "Dictumst eleifend facilisi faucibus", LineThree = "Pharetra placerat pulvinar sagittis senectus sociosqu suscipit torquent ultrices vehicula volutpat maecenas praesent" });
    this.Items.Add(new ItemViewModel() { ID = "14", LineOne = "runtime fifteen", LineTwo = "Habitant inceptos interdum lobortis", LineThree = "Accumsan bibendum dictumst eleifend facilisi faucibus habitant inceptos interdum lobortis nascetur pharetra placerat" });
    this.Items.Add(new ItemViewModel() { ID = "15", LineOne = "runtime sixteen", LineTwo = "Nascetur pharetra placerat pulvinar", LineThree = "Pulvinar sagittis senectus sociosqu suscipit torquent ultrices vehicula volutpat maecenas praesent accumsan bibendum" });
    this.IsDataLoaded = true;
    This will load all the items and refresh the data. The problem is as the number of items and content increases the delay in clicking the option and getting the content visible is significant and cannot be ignored. This is more annoying since the data
    is static and once loaded, it never changes. I am thinking of improving the data refresh rate and looking for ways to load only the data for the selected item and not for all the items listed above.
    Anyone has any good suggestions?
    Thanks,
    Aiseduk

    Hi Toni,
    Thanks for your reply. I am not too sure about ListBox virtualization. Can you please elaborate how it can help me in my scenario? As of now, I am exploring few possible options to achieve what I am looking for:
    1. How to restrict LoadData() to load only the selected item? Since this will only load one item performance will be better on selecting the option. Is there any way to limit "this.Items.Add(new
    ItemViewModel()" so that once an item is loaded, the flow jumps to
    this.IsDataLoaded =
    true;
    2. Is there any way to create multiple LoadData() instance and connect them using Case/Switch to the available option? This will only initiate the LoadData() for that particular instance of selected item.
    2. Take the performance hit once. Since the data is static and do not change later on do we have any option to load data once and prevent it from refreshing later on every time an option is selected? Will this impact any features depending on system (like
    theming)?
    3. Create multiple pages, one for each ID, and then somehow link them to the selected items in the list? I am able to achieve this, but this makes my project unnecessary bulky and difficult to manage.
    Once again, thank you very much for helping me on this.
    Aiseduk

  • Need to fetch only the select statement

    Hi ,
    I am able to fetch all the select statements from my program if program name as my input.
    I want only the select statement where we fetch the field entries like
    select single from mara
    select * from mara
    select count(*)
    select matnr from mara
    like this i want to fetch i dont want to display the select-options or start-of-selection .

    Hello Shwetha
    If the function module <b>RS_PROGRAM_TABLES</b> (function group <b>SEA1</b>) is available on your system you can run this fm with the following parameters:
    - OBJECT_TYPE = 'TRAN'   " transaction
    - OBJECT_NAME = 'VA03'  " example
    - OBJECT_TYPE = 'PROG'   " report
    - OBJECT_NAME = 'SAPMV45A'  " example: report executed by VA03
    The fm returns you a list of tables that are accessed.
    Regards,
      Uwe

  • Insert only the third row of table

    Hi!
    What has to be done if I want to insert only the third row of internal table
    into workarea ? How can you handle with such specific circumstances ?
    Regards
    ertas

    Hello!
    I need it for this case.
    l_api_header_tab's thir row must be inserted, but regarding to the corresponding
    fields.
    How can I adapt this command READ ITAB INTO WA INDEX 3.
    LOOP AT l_api_header_tab INTO l_api_header_wa.
    move-corresponding l_api_header_wa to LG_IOTAB .
    append LG_IOTAB .
    ENDLOOP.
    Regards
    ertas

  • Insert only the updated Fields

    I have a log table based on the master table. The master table have 50 fields. Any update in the master data has to be logged in a new table. So the master table will have only the last updated data.
    Any change in the master table to be inserted in to a logged table. I need to insert only the updated fileds not all the fields.
    How to write insert statement in forms 6i for inserting to a logged table where only the changed fields.
    INSERT TO EMASTER_LOGTABLE
    (ECODE,
    ENAME,
    EDEPT,
    ETRADE
    VALUES
    (:ECODE,
    :ENAME,
    :EDEPT,
    :ETRADE
    Row will be inserted in to the EMASTER_LOGTABLE with the updated field only not all the field except primary.

    Hi!
    Whats about a new idea?
    Create a new table:
    create table EMASTER_HISTORY (
    EMP_CODE        number(6),  --> i don't know yours
    CHANGED_COLUMN  varchar2(30) not null,
    CHANGED_USER    varchar2(30) default user not null,
    CHANGE_TIME     date default sysdate not null,
    OLD_VALUE       varchar2(4000),
    NEW_VALUE       varchar2(4000) )
    storage ( your storage );In your form create a pre-update-trigger on your block like:
    declare
    l_item varchar2(30) := get_block_property ( 'your_block', first_item );
    l_data_old varchar2(4000);
    l_data_new varchar2(4000);
    begin
    loop
      if
       get_item_property ( 'your_block.' || l_item, item_type ) in ( 'BUTTON', 'IMAGE' )
      then
        null;
      elsif
        get_item_property ( 'your_block.' || l_item, database_value ) != name_in ( 'your_block.' || l_item ) OR
         ( get_item_property ( 'your_block.' || l_item, database_value ) is null AND name_in ( 'your_block.' || l_item ) is not null ) OR
         ( get_item_property ( 'your_block.' || l_item, database_value ) is not null AND name_in ( 'your_block.' || l_item ) is null )
      then
        l_data_old := get_item_property ( 'your_block.' || l_item, database_value );
        l_data_new := name_in ( 'your_block.' || l_item );
        insert into test.emaster_history ( emp_code, changed_column, old_value, new_value )
        values ( :your_block.emp_code, l_item, l_data_old, l_data_new );
      end if;
      exit when l_item = get_block_property ( 'your_block', last_item );
      l_item := get_item_property ( 'your_block.' || l_item, nextitem );
    end loop;
    exception
    when others then message ( l_item || ': ' || nvl ( error_text, dbms_error_text ) );
    end;So, for every updated item in your form you will have a record in EMASTER_HISTORY with timestamp
    and you're able to read the history of data in every column in your emp_master table.
    Addition:
    The only disadvantage is, non database items may will be logged too.
    This because i don't know a "clean" item property to find out, if a item is a database item.
    The item property column_name is not required and could by null alltough the item is a database item.
    Regards

  • How to get only the selected layer data?

    Hi All,
              I'm using dissolve sample plugin. I added two layers in photoshop both of different dimensions, say 1000 * 1000 & 2000 * 2000. Now I select the layer with 1000 * 1000 dimension and click on Dissolve plugin. The preview image what is shown in dissolve plugin dialog is not just the selected layer, but also some extra pixels around the selected layer.
    Do I need to set any flag for getting only selected layer data to display in preview?
    Also I need to get only the selected area in a particular layer. When I checked FilterRecordPtr, haveMask flag is TRUE if the part of the layer is selected. But how do I get only the part of the layer that is selected for displaying preview image?
    Please let me know if the description is not clear.
    Thanks,
    Dheeraj

    Thanks Tom Ruark for the response.
    That is exactly the same thing what I'm seeing.
    1.Is there a direct way to know the bounds of the layer without the transparency grid so that I can show only the layer?
    2. If I select an area of 50*50 within a layer(1000*1000) using Rectangular Marquee tool, then I want only that selected area to be shown in preview. For this there is a haveMask flag which indicates whether or not there is selection, but the selected bounds are not available. I'm currently calculating the bounds. I just wanted to know if Photoshop SDK has any field for getting the bounds?

  • How do view ONLY the selected clip?

    Is the sequence marker the ONLy way to view a selected clip(s) -- along with the Play-In to Out button?
    Often times, I just want to view just one clip in the timeline after I've added effects. If I don't set a sequence marker, PPro plays the entire sequence in the entire timeline of the project, which is more than what I want to view.
    Is there any other way, other than setting sequence markers, to view JUST the selected clip(s)?
    I thought that, intuitively, selecting a clip (or group of clips) with my pointer would by default playback ONLY the selected clip(s). But I guess not.

    I used the work area bar and it did nothing. I played the clip(s) under the work area bar, but it continued playing beyond the bar. Also, when I hit Play again, it started from the beginning of the timeline, not the beginning of the clip under the bar. So, the work area bar seems to only have use when you want to preview something by rendering the tracks under the bar. Otherwise, nothing special. The work area bar is useless to me, unless someone shows me the light.

  • Easy Question! How Do I Play ONLY the Selection, and then playback stops?

    How Do I Play ONLY the Selection, and then playback stops? (Same as subject..)
    Thanks! I'm loving STP so far. I came from Sony Sound Forge so it's been difficult finding something that can compare, but I think I have it now! Lot's of advantages for STP too.

    I think you're confusing the audio loops with MIDI loops. The blue loops are audio loops which will play only on audio tracks. You can't 'play' those with a keyboard because they are actual audio files. The green loops contain MIDI data that corresponds with a software instrument, and if you drop them onto a Software Instrument track, they will open that instrument which you CAN play with an external keyboard or the caps lock keyboard.
    I might be missing some loops, but when I searched for Bell Tower I found only one, and it is a blue loop. So it can only be played as an audio loop on an audio track. However, if it were a green loop, you would NOT drop it on an external MIDI track (I think that's what you're trying to do if you're dragging it onto the 'Grand Piano MIDI instrument'), but you would create a SOFTWARE INSTRUMENT track, and drag it on that. Any internal sounds you want to play from Logic's instrument you'll do from Software Instrument tracks, and not MIDI tracks.
    What you should do to find a good chime sound that you can play with the caps lock keyboard is to create a Software Instrument Track, open the Library tab, and search there for a good chime. This will search all of the instruments and presets that Logic has for all of its internal instruments. Try 'Tubular Bells' and see if that works for you.
    If you need to use the bells from that loop, do what SC suggested, and take the hits from the audio file and load them into a sampler. Then you can play them the way you want to. If you don't know how to make a sampler, it's a bit complicated. Look up EXS24 in the manual, or check out
    http://www.youtube.com/user/SFLogicNinja
    I think he has a video or two on EXS24

  • Problem: it bounces only the selected track

    I'm having this problem when bouncing a project: it bounces only the selected track on the arange window, so I can't select the output 1-2 to get the bounce of the whole project because it does not appear in the arrange window, only in the environment or the mixer
    So, first of all: anyone does know why is this happening? Is just an issue or maybe I'm doing something wrong?
    And, if it's an issue, how could I create a track in the arrange window assigned to the output 1-2, so I can select it to bounce the whole project?
    Thanks in advance
    Message was edited by: ardigaldu

    You're mixing up something here. Outputs 1-2 don't have to appear in the Arrange window if you want to perform a bounce of your project and it doesn't matter which track is selected in your Arrange as long as you don't have Solo mode activated (either in the mixer or in the transport window).
    Make sure solo mode is off - press the little bounce button at the bottom of Outputs 1-2 (or assign a Keycommand to the bouncing function) - set the locators for start and end point - select the file format and off you go.
    If you want Outs 1-2 in your Arrange just right click on the Outs in your mixer - menue opens - select "create Arrange track".

  • Bugreport: Seed updates all languages, not only the selected one

    I just encountered a "Bug" when seeding a multilingual translation.
    It looks as if SEED would insert only values for the chosen language mapping (good!), but in case of an update overwrite the values in all languages, not only the chosen one.
    I know it is not that bad, but causes some irregular statistics after seeding.
    e.g. my applications main language is "eo", language mappings for "en", "de", "es".
    When i change a single text (e.g. button label) in the main app and do a seed for "en" i get "3 existing attributes updated and may require translation" (because there are 3 languages...). when i do a seed for "de" right afterwards i get "0 existing attributes updated and may require translation".
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

    Apparently you have more choice than you are aware of. Thunderbird has three ways to sear messages.
    I am guessing from what you say that you want to '''find''' (Ctrl + Shift + F) instead of '''global search''' (Ctrl+K) or '''quick filter''' (Ctrl + Shift + K)
    Note that global search offers options
    <img alt="" src="https://support.cdn.mozilla.net/media/uploads/images/2014-08-25-16-49-59-21b72c.png" height="106" width="217">
    First your messages
    Then the internet
    Then people in your address book
    ''Yes I know your a mac user, but they tell me macs have a CTRL key these days an you do not need to use3 command''

  • How to edit only the selected record in Oracle forms 6i

    Hi,
    I have a form which has three control blocks.
    First block is for search criteria, The results in the second block are displayed based on the values entered in the first block. Second block is a multi record block.
    Below is my requirement:
    I want to edit the record in the second block, based on the cursor position.
    For EX: If the cursor is placed on the first record, all the fields in the first record should be in the editable mode.
                  If I move the cursor down, the next record should be editable and the previous record should again go back to non editable mode.
    I have tried using :system.cursor_record, but it's applying the editable property to all fields, irrespective of the cursor position.
    Any suggestions would be of great help.
    Thanks
    Deepthi

    Deepthi,
    Why would you need to do this...it seems unnecessary to me because your user can only edit the record they are physically at.  So, if your user is in record 3 he/she can't edit record 5.
    Now, to the specific issue you are having - if you are using the SET_ITEM_PROPERTY() built-in to make a record "Editable" then what you are seeing is expected results.  The SET_ITEM_PROPERTY() built-in affects ALL instances of a specific item.  If you need to set item instance specific properties then you need to use the SET_ITEM_INSTANCE_PROPERTY() built-in.  However, this built-in does not have the same set of properties that it can set.  Take a look at the Forms Help to compare these built-ins.
    If you must make each record editiable as your user navigates through them here is how I would attempt this.  I must reiterate however, I really don't think this is necessary...but I don't know your requirements .
    1.  Create a Forms parameter to caputure the CURRENT and PREVIOUS Record number.
    I prefer a parameter object over a Global because you can't choose the data type of a Global so you have to cast the value to accurately perform any numeric calculations on a Global.
    2.  Create/update When-New-Record-Instance trigger...
    /* Sample When-New-Record-Instance... */
    BEGIN
       :PARAMETER.Prev_Record := :PARAMETER.Curr_Record;
       :PARAMETER.Curr_Record := :SYSTEM.Trigger_Record;
       IF ( :PARAMETER.Prev_Record != :PARAMETER.Curr_Record) THEN
         -- Make the previous record the user was at Non-Editable...
         Set_Item_Instance_Property('YOUR_BLOCK.YOUR_1st_BLOCK_ITEM', INSERT_ALLOWED, PROPERTY_FALSE);
         Set_Item_Instance_Property('YOUR_BLOCK.YOUR_1st_BLOCK_ITEM', UPDATE_ALLOWED, PROPERTY_FALSE);
         -- You MUST do this for each of the items in the row of your multirecord block.  There is no built-in to set the properties
         -- all of the items in a row...
       END IF;
       -- Now make the current record editable...
         Set_Item_Instance_Property('YOUR_BLOCK.YOUR_1st_BLOCK_ITEM', INSERT_ALLOWED, PROPERTY_TRUE);
         Set_Item_Instance_Property('YOUR_BLOCK.YOUR_1st_BLOCK_ITEM', UPDATE_ALLOWED, PROPERTY_TRUE);
         -- You MUST do this for each of the items in the row of your multirecord block.  There is no built-in to set the properties
         -- all of the items in a row...
    END;
    This sample code is untested and it meant to show you the logic, not the actual functioning code.
    Hope this helps.
    Craig...

  • In adobe pse and nikon nx2, I open 2 images, select in 1 a head, copy, open image 2 and paste, than only the outlines of the selection apears but no head. who knows this problem?

    in adobe PSE and in Nion NX2, I open 2 group Photos, select a head in photo 1 and copy, go to photo 2 and paste. Than only the selection-line
    appears and no head is visible! Who can tell me what is going wrong? Thanks: Max.

    I am sorry to have to point out to you that you have changed SpryMenuBasicSkin.css so much that it is impossible to render any assistance.
    To start with, the menubar has an ID of MenuBar, yet in the CSS I only see this referenced as a CLASS as in
    .MenuBar  {
    background-color:#cccccc;
    font-family: Arial, Helvetica, sans-serif; /* Specify fonts on on MenuBar and subMenu MenuItemContainer, so MenuItemContainer,
    MenuItem, and MenuItemLabel
    at a given level all use same definition for ems.
    Note that this means the size is also inherited to child submenus,
    so use caution in using relative sizes other than
    100% on submenu fonts. */
    font-weight: normal;
    font-size: 16px;
    font-style: normal;
    padding:0;
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-width:0px;
    border-style: none none none none;
    I would suggest to start again.
    Once you have done that, supply a link to your site and we will assist you further.
    Gramps

  • I deleted all songs from the iPad multiple times.  Each time I reconnect and sync all of these songs sync instead of the chosen playlist. Settings on Summary page are Sync Only Selected Songs and Videos. Music only the playlist is checked.

    How to I stop iTunes from reloading what was on the iPad instead of what I have selected?  Summary screen shows "Sync only checked songs and videos"  Music has only the selected playlist.  All songs were deleted from iPad by swiping them to the left and hitting delete (very time consuming).  Sync is set to manual.  However whenever I hit Sync, the old music gets put back on the iPad.  I have had this happen at least 6 times.

    Solved it.  "Automatically fill free space with songs" was checked on the Music page.  Worked perfectly once this was unchecked.

  • Need to get the selected values from the selectManyShuttle

    Hi,
    I am using ADF11g newer version.
    I have a selectManyShuttle and a command button. Need to insert all the selected values on the right hand side of the selectManyShuttle into a database table.
    I created the selectManyShuttle with the values. Need help in getting the values on the right hand side.
    <af:selectManyShuttle value="#{bindings.UserMgmtVO1.inputValue}"
    id="sms2">
    <f:selectItems value="#{bindings.UserMgmtVO1.items}"
    id="si6"/>
    </af:selectManyShuttle>
    Any sample code or link is really appreicated.
    Thanks

    Thanks for the reply.
    I am using a View Object and I dropped it as SelectManyShuttle
    <af:selectManyShuttle value="#{bindings.UserMgmtVO1.inputValue}"
    id="sms2"
    valueChangeListener="#{POBacking.getSelectedValues}"
    valuePassThru="true"
    autoSubmit="true">
    <f:selectItems value="#{bindings.UserMgmtVO1.items}"
    id="si6"/>
    </af:selectManyShuttle>
    public void getSelectedValues(ValueChangeEvent valueChangeEvent) {
    System.out.println("Testing Shuttle");
    ArrayList list = new ArrayList(Arrays.asList(valueChangeEvent.getNewValue()));
    String val = "";
    String sqlStmt = "";
    try {
    if (list != null) {
    for (int i = 0; i < list.size(); i++) {
    int l = list.size() - 1;
    val = list.get(l).toString(); //returns , delimited string
    System.out.println(" value:" + val);
    if (val != null) {
    val = val.replaceAll("[\\[\\]]", ""); //remove []
    StringTokenizer st = new StringTokenizer(val, ",");
    int nto = st.countTokens();
    for (int j = 0; j < nto; j++) {
    String users = st.nextToken().trim();
    System.out.println("Users:" + users);
    //sqlStmt = " update xxpp_project_clip set clip_status='true', clip_seq = "+j * 10+
    // " where project_id = "+rHdr.getAttribute("ProjectId") +
    // " and clip_name ='"+ clip_Name +"'";
    //System.out.println("sqlStmt:" + sqlStmt);
    //stmt.executeUpdate(sqlStmt);
    //am.getDBTransaction().commit();
    //if (stmt != null)
    // stmt.close();
    // am.getDBTransaction().commit();
    } catch (Exception ex) {
    ex.printStackTrace();
    I don't see the values in the list.
    I gets printed as
    value:[Ljava.lang.Integer;@1b10691
    Users:Ljava.lang.Integer;@1b10691
    how to get the individual values in the list?
    Thanks
    Saru

  • I have several iPhoto and aperture libraries... i want to get to one iPhoto library keeping only the latest photos. How can I do this?

    Okay... I made the mistake of creating duplicate Aperture libraries because I decided I wanted to only use Aperture - then the news that Aperture is no longer going to be developed. I then confused myself and created duplicate iPhoto libraries (I can't even remember why anymore). At one point or another I have edited pictures in all of them and have no idea which pictures were edited. I just want to have one iPhoto library with the most recently edited photos and remove all the duplicates.
    What is the best way to do this?
    And... after doing all that, I need to keep backups of my photos on an external drive. What is the best way to do this?
    iPhoto version 9.5.1
    Thank you so much for any advice you can provide!

    You can merge libraries into one with Aperture 3.3. or later.
    Aperture 3.3: How to use Aperture to merge iPhoto libraries
    In merge-mode it will only keep the photos from one of the libraries.
    And you can use Aperture to export partial libraries containing only the selected albums, projects, etc.
    If you need to keep projects (books, calendars, cards) when merging your libraries, use Aperture and not iPLM:

Maybe you are looking for

  • Excise Invoice (vendor return) print

    Hi frieds, I am creating excise invoice for purchase return to vendor. i am using the t..code J1IS and creating and posting the excise invoice. Now, how to take print out of this excise invoice. in J1IP, I am not able to see this invoice (but other i

  • Windows 7 64-bit on older machine not listed

    Anyone succeeded to install Windows 7 (Professional) 64-Bit with Bootcamp on a Mac not in the list bellow? That is, older than those: These Macs can use 64-bit editions of Windows Vista and Windows 7: MacBook Pro (13-inch, Mid 2009) and later MacBook

  • Creating new report category in Abap HR

    When I try and create a new custom report category, I get a message saying "Choose the key from the allowed namespace". I did use a Z report category (we do have Z report categories that have been created earlier by somebody else). It would be great

  • Picture update in lync

    Hi, We have a new setup with AD 2012, Exchange 2013 & Lync 2013. The AD & Exchange setup is Domain :   ABC\username  while the smtp address is [email protected] When I setup my picture for the first time via outlook (exchange portal) it gets picked u

  • SERVICE pr AGAINST SERVICE SALES ORDER

    Dear SAP GURU, we have scenario service sales order has been raised for customer . and some of the service will be done by through vendor Kindly suggest what prerequisite has to be maintained for running full cycle in service sales order what account