Update using Apex_item.hidden help

Hi,
I want to update a table using apex hidden item as reference. But while updating, I encounter an error as invalid number. Here ID is the primary key column which is of datatype number.
Below is my report query
Select
ID,
DAYS_SPAN,
comments,
apex_item.hidden(1,ID)||APEX_ITEM.SELECT_LIST(2,Action,'A,B,C,D') "Attachment Action",
from TBL_ACTION_LIST
where ITEM_ID = :P5_ITEM_ID
I have written an after submit process as follows,
BEGIN
FOR i IN 1..APEX_APPLICATION.G_F01.COUNT LOOP
UPDATE TBL_ACTION_LIST
SET
Action= APEX_APPLICATION.G_F02(i)
WHERE ID = to_number(APEX_APPLICATION.G_F01(i));
END LOOP;
END;

Put some debug message in ur code to see the value of APEX_APPLICATION.G_F01 each time to make sure that you are actually getting a number in that.
Another simple thing that you could do is(for debugging), assign an variable with the APEX_APPLICATION.G_F01's value inside the loop. Write an exception that raises with the original error message concatenated with the variable's value.
DECLARE
  lc_debug VARCHAR2(4000);
BEGIN
  FOR i IN 1..APEX_APPLICATION.G_F01.COUNT LOOP
    lc_debug := APEX_APPLICATION.G_F01(i);
    UPDATE TBL_ACTION_LIST
    SET
    Action= APEX_APPLICATION.G_F02(i)
    WHERE ID = to_number(APEX_APPLICATION.G_F01(i));
  END LOOP;
EXCEPTION
WHEN OTHERS THEN
  RAISE(-20999, ' ID Value: '||lc_debug
                       ||CHR(10)||SQLERRM
END;If required check the F02 array value too(the DB column for ACTION is varchar2, isn't it ?).
This should show you the ID value which raises the error.

Similar Messages

  • Hiding a column when using Apex_item.hidden

    Hi All,
    I am using Apex v4.1.1.
    Have a tabular form I created manually with few APEX_ITEM.HIDDEN fields. The fields are not rendering (as it hidden) however I am left with a blank columns. Could someone guide me how I can make those columns invisible (without getting rid of them as they contain values I use in my Javascript).
    Many Thanks.

    xarg-Xrc wrote:
    Have a tabular form I created manually with few APEX_ITEM.HIDDEN fields. The fields are not rendering (as it hidden) however I am left with a blank columns. Could someone guide me how I can make those columns invisible (without getting rid of them as they contain values I use in my Javascript).Don't select the hidden items as separate columns. Concatenate the hidden items with a visible item in one column:
    select
           apex_item.hidden(...)
        || apex_item.hidden(...)
        || apex_item.hidden(...)
        || col1 as col1
      , col2
      , col3
    ...

  • Help in using APEX_ITEM.RADIOGROUP!

    Hi frenz,
    I have 4 rows in the table employees,and the rows changes dynamically as the user keeps adding the users.I also have a Grade table where Grades named A B and C are stored.My requirement is,In the UI when i display the employees,each row of employee should display the grades acoordingly in the same row
    say
    output on the screen should be
    Jeffry radiobutton1 A radiobutton2 B radiobutton3 C
    Jessica radiobutton1 A radiobutton2 B radiobutton3 C
    Eliza radiobutton1 A radiobutton2 B radiobutton3 C
    Joe radiobutton1 A radiobutton2 B radiobutton3 C
    can anyone help me hw to do this?
    I'm using
    APEX version - 4.0.0.00.46
    DB version and edition - 10.2.0.1.0
    Web server architecture - APEX listener
    Browser - IE
    Theme -20
    Thanks in advance

    Already my page(pl/sql) has a region souce
    DECLARE
    cursor itemCur is
    select CATEGORY_ID,
    PARAMETER_ID,
    PARAMETER_VALUE,
    MAX_MARK,
    IS_ACTIVE,
    ID,
    TEST_NUMBER from MES_CATEGORY_PARAMETERS;
    BEGIN
    htp.p('<table>');
    htp.p('<tr>');
    for aRow in itemCur
    LOOP
    htp.p('<tr>');
    htp.p('<td>'||APEX_ITEM.hidden(1,aRow.PARAMETER_ID)||aRow.PARAMETER_VALUE||'</td>');
    htp.p('</tr>');
    END LOOP;
    htp.p('</tr></table>');
    END;This displayes me 12 parameters on the page
    My page luks like dis,,
    Parmeters
    The names of all classes should start with upper case letters
    The names of all members of classes should start with lower case letters
    The names of all local variables and parameters should start with lower case letters
    All the names should be in camel case format
    The names of all constants should be in upper case
    All source code files (.java, .xml etc) should contain proper comments/javadocs
    The base exception class has been defined
    There is an abstraction in exceptions
    There is a funneling of exceptions across the layers
    The main flow has been developed as per the specifiations
    The exception and alternate flows have been developed as per the specifiations
    The business rules and data validations have been devleloped as per the specifiations
    Check the variable names
    Now i have grades A,B,C in my grades table.and I want to display the grades for each of the parameter row so that user can rate the parameter by selecting grades.radio button along with grades should get displayed beside the parameter.Can I achieve this using APEX_ITEM.RADIOGROUP?How?
    Thanks

  • The front camera on my iPod touch 4th generation is frozen. I cannot use it. Updating software does not help. This started right after I bought it, new from BestBuy. What can I do?

    The front camera on my iPod touch 4th generation is frozen. I cannot use it. Updating software does not help. This started right after I bought it, new from BestBuy. What can I do? When i go to the camera, it is stuck on a black screen. the only way to use my camera is through other camera apps, but if I try to switch it to the front camera, it freezes again.

    If you still have the problem after retoring the iPOd to factory defaults/new iPod then The iPod is likely defective and replacement is required.  You can make an appoinment at the Genius Bar of an APple store or take it back to BestBuy if within warranty

  • How to add a new record in updatable report using apex_item

    Hi,
    i am using an updatable report using the following select
    select
    aPEX_ITEM.POPUP_FROM_QUERY(2,emp_code,
    ' SELECT emp_surname, emp_code FROM hrm_employee ' ,null,null,null,null,null,'onchange="f_set_multi_items_tabular(this.value ''#ROWNUM#'''
    || ')"',null,null,null) PF_No,
    apex_item.text (32,
    NULL,
    80,
    100,
    'style="width:190px" ',
    'f11_' || '#ROWNUM#'
    ) Name,
    " REST_DATE",
    "REMARKS",
    from "roster"
    when i click on the button add row , only the column rest_date and the remarks are enable.
    why is the apex_item.text and apex_item_popup_from_query is disable ? and how i can make it enable.
    thanks
    regards
    jerry

    I could see that you are using the addRow() function to generate new blank row.
    I guess, this function(used by the builtin tabular form s) , identifies editable columns when they are marked so at the report column attributes.
    When you use apex_item API, it expects the columns to be standard report column and hence render the new rows as such.
    Some one from the development team might be able to give a better answer on that.
    As for avoiding this issue
    <li>One method , would be to define the columns editable(and display types) in report column attributes.
    <li> You can duplicate the last row using jQuery( *$('tr.highlight-row:last).after( $('tr.highlight-row:last).clone() )* ) and removing the field values, but events(for example datepicker) would remain attached to the original row , so it isn't very straightforward either.
    <li>If you want to use apex_item you would have to use a pseudo union to DUAL for generating a blank row and re-render the report either by a page load or a Dynamic Action. Sounds like a nice idea for a plugin.
    Now , if you want to add rows multiple times without saving them, then you would need to store the values in a collection at load and update the collection before adding the row.

  • My iphone 4 will no longer connect to my Itunes since 7.1.1 update itunes has latest update as well followed help which involved using mobile device properties no good re installed itunes still same problem iphone is showing up on pc as connected

    my iphone 4 will no longer connect to my Itunes since 7.1.1 update, itunes has latest update as well followed help which involved using mobile device properties no good re installed itunes still same problem iphone is showing up on pc as connected but itunes unable to see it
    any Ideas cheers

    Try holding the power and home button untill the apple symbol appears and let it reboot, if that does not work Try a DFU restore https://discussions.apple.com/thread/5269891

  • I don't get any iCal updates on my iPhone since I'm using iCloud, any help?

    I don't get any iCal updates on my iPhone since I'm using iCloud, any help?

    Yes. On your phone make sure it is set to send messages from your phone number, not your apple id or other email address. That way when they reply it will go to your phone.

  • I already have flashplayer on my mac. I have been using online video tutorials for learning, but suddenly all my YouTube vodeos say "plug-in blocked". I follow the instructions for installing or updating, but nothing has helped. I have looked everywhere i

    I already have flashplayer on my mac. I have been using online video tutorials for learning, but suddenly all my YouTube vodeos say "plug-in blocked". I follow the instructions for installing or updating, but nothing has helped. I have looked everywhere in Safari help with no success. How can I restore this plug-in, PLEASE?
    Austin Moore
    Knoxville, Tennessee

    I already have flashplayer on my mac. I have been using online video tutorials for learning, but suddenly all my YouTube vodeos say "plug-in blocked". I follow the instructions for installing or updating, but nothing has helped. I have looked everywhere in Safari help with no success. How can I restore this plug-in, PLEASE?
    Austin Moore
    Knoxville, Tennessee

  • Ok so I have a free standing iSight Cam, is it possible to use it with my white MacBook ? and if so how do I go about it ? I've tried researching for updates, drives but need help.

    Ok so I have a free standing iSight Cam, is it possible to use it with my white MacBook ? and if so how do I go about it ? I've tried researching for updates, drives but need help. Can someone give me some direction ?

    jpatricio787 wrote: ... is it possible to use it with my white MacBook ?...
    OK so yes, but if, and only if:
    (1) your MacBook has a Firewire port (not all do)
        - and -
    (2) your old external iSight camera works (not all do)
        - and -
    (3) your MacBook is working properly.
    If you are not certain whether your MacBook model has Firewire, you can search MacBook Technical Specifications for your model.  Alternatively, check the  User Guide Manual that came with your MacBook for the information you need to be certain.
    If you are not certain that your old external iSight camera works, you can test it using the suggestions in this link.
    jpatricio787 wrote: ... if so how do I go about it ? ...
    Follow the instructions in your iSight User's Guide to connect and turn on the iSight.  Then launch the Apple app you want to use with your iSight.  If you need more information about using an app, search for "camera" (without the quote marks) in the Help menu choice for the app.
    jpatricio787 wrote:... Can someone give me some direction ?
    If you need more direction, post back the specifics of what you still need.  We will offer further direction based on the details of your reply.
    Message was edited by: EZ Jim
    Mac OSX 10.9.3

  • I have Iconia Tab A500, running 3.0, need help updating using microsd card, got Acer update download

    I have Iconia Tab A500 running 3.0, need help updating, I downloaded all updaes list in the acer supprt, all versions, 3.0, 3.1, 3.2, and 4.something, I read on the acer support somewhere I can use a microsd card to update my device, because acer no longer provides automatically, when i try it says "poor network connection, move to anthoer location.", Do I need to update all the listed updates, or can i only update, using the 4. 0? to get the last known update. I also downloaded, "Documents, Apllications, Drivers, Patches, and O.S..... How do i intsall all these updates, I think am running the very lowest version available, Please Help me... Thank you in advance.

    the update listed on the acer website, that mentions the a500 update is 'kernal source code (for Android 4.0 Ice Cream Sandwich) it's 96.7MB's released 2012/05/08' is that the right one i need? There is also a list of 3 O.S updates, released in 2014/09/05, 391.5MB's, 394.3MB's, and 391.5MB's large, what are those updates, I clicked the model and followed the directions that the acer website asks, and i ended with a list of update released in 2014/09/05, and a Document update released in 2014/12/17, 112.7KB's large,  list of updates reased in 2014/.... and in the Android 4.0 culumn, there is an update that says O.S update released in 2014/09/05, 434.2MB's large, and a Patch Update, that was released in 2013/03/21, what are these updates? listedin the aver website... http://www.acer.ca/ac/en/CA/content/drivers 

  • Using APEX_ITEM.MULTI_ROW_UPDATE along with APEX_ITEM.CHECKBOX

    Hi,
    I am stuck working with APEX_ITEM.MULTI_ROW_UPDATE process for the past 2 days.
    I don't see any working examples in forum as well to update APEX_ITEM.CHECKBOX values using the APEX_ITEM.MULTI_ROW_UPDATE process.
    My updateable query is as below :
    select APEX_ITEM.HIDDEN(1,INST_ID) ||
           APEX_ITEM.TEXT(2,INST_NME,20,200) AS INST_NME,
           APEX_ITEM.TEXT(3,INST_CTY_TXT,10,50) AS INST_CTY_TXT,
           APEX_ITEM.SELECT_LIST_FROM_LOV(4,ST_CDE,'STATES_LOV',NULL,'YES','ZZ','~ Select ~') AS ST_CDE,
           APEX_ITEM.MD5_CHECKSUM( INST_NME,
                                   INST_CTY_TXT,
                                   ST_CDE,
                                   LGE_IND
                        ) || APEX_ITEM.CHECKBOX(5,LGE_IND,NULL,-1) AS LGE_IND
    from  TESTNote: I am using -1 for checked value of checkbox.
    My update process is
      BEGIN
        APEX_ITEM.MULTI_ROW_UPDATE('#OWNER#:TEST:INST_ID,1:,|INST_NME,2:INST_CTY_TXT,3:ST_CDE,4:LGE_IND,5');
      END;Now when I update any field and Save the changes I get the error below :
      ORA-20001: Error in MRU: row= 1, ORA-01403: no data found, update If I use textbox instead of checkbox and write the code as below it works perfect.
    select APEX_ITEM.HIDDEN(1,INST_ID) ||
           APEX_ITEM.TEXT(2,INST_NME,20,200) AS INST_NME,
           APEX_ITEM.TEXT(3,INST_CTY_TXT,10,50) AS INST_CTY_TXT,
           APEX_ITEM.SELECT_LIST_FROM_LOV(4,ST_CDE,'STATES_LOV',NULL,'YES','ZZ','~ Select ~') AS ST_CDE,
           APEX_ITEM.MD5_CHECKSUM( INST_NME,
                                   INST_CTY_TXT,
                                   ST_CDE,
                                   LGE_IND
                        ) || APEX_ITEM.TEXT(5,LGE_IND,5,10) AS LGE_IND
    from  TEST;
      BEGIN
        APEX_ITEM.MULTI_ROW_UPDATE('#OWNER#:TEST:INST_ID,1:,|INST_NME,2:INST_CTY_TXT,3:ST_CDE,4:LGE_IND,5');
      END;If anyone see what is wrong that I am doing please help me out here.
    Your help is greatly appreciated.
    Thanks,
    Raj.

    Hi,
    You should concatenate your HIDDEN item(s) to the front of the next displayed item - that way you do not get a column in the tabular form that you have to hide (hiding the column could have the effect of stopping the item from being submitted with the page)
    Secondly, all the fields should be based on actual column names so that the MD5_CHECKSUM that reference these.
    DUAL doesn't provide column names directly but you may be able to do something like:
    SELECT
    APEX_ITEM.HIDDEN(1, ID) || APEX_ITEM.TEXT(2, PRODUCT_NAME, 60, 60) product_name,
    APEX_ITEM.SELECT_LIST_FROM_LOV(3,CATEGORY,'CATEGORY',NULL,'YES',NULL,'-Select Category-',null,null,'NO') CATEGORY,
    APEX_ITEM.MD5_CHECKSUM(PRODUCT_NAME,CATEGORY)
    FROM (SELECT NULL ID, NULL PRODUCT_NAME, NULL CATEGORY FROM DUAL)Alternatively, you could create an empty row from the actual table:
    SELECT
    APEX_ITEM.HIDDEN(1, ID) || APEX_ITEM.TEXT(2, PRODUCT_NAME, 60, 60) product_name,
    APEX_ITEM.SELECT_LIST_FROM_LOV(3,CATEGORY,'CATEGORY',NULL,'YES',NULL,'-Select Category-',null,null,'NO') CATEGORY,
    APEX_ITEM.MD5_CHECKSUM(PRODUCT_NAME,CATEGORY)
    FROM (SELECT NULL ID, NULL PRODUCT_NAME, NULL CATEGORY FROM EBA_ASSET_ASSETS WHERE ROWNUM = 1)Then Scott's code should work:
    BEGIN
    APEX_ITEM.MULTI_ROW_UPDATE('#OWNER#:EBA_ASSET_ASSETS:ID,1:|ASSET_NAME,2:CATEGORY_ID,3');
    END;Note that you have to include the : before the | as this function assumes that there are two primary keys - as the table only has one, the second one is empty, but must be included.
    Andy

  • Ajax Autocomplete Tabular does not work using apex_item.text in SQL Query.

    Hello,
    Is it possible to use the search function which is used in, Dennis Kubicek example, ENAME topic Ajax Autocomplete Tabular
    in a sql query using apex_items?
    Query line :
    , apex_item.text(17,xp.part_nr,null,null,'onfocus="f_register(this);" autocomplete="off"') PART
    At first I followed the example by adding 'onfocus="f_register(this);" autocomplete="off" in the element attributes in the report field.
    This didn't work... so tried to add the it in the attirbutes parameter of the apex_item.
    But this still doesn't work. No errors are given, it does not respond.
    Could somebody please help me?
    Thx!
    Astrid

    Well, I'm trying to take this one step further, but I seem to be having some difficulty.
    I'm trying to make a Filter screen to create a dynamic where clause filter screen.
    This is a page I made with Popup LOVS, just to show you my goal (now trying to use autofilters)
    http://apex.oracle.com/pls/otn/f?p=29989:5
    I have a table on my system that tells you where the field is, and I'm using that to get the table (didn't want to change the javascript, so I pass in a static value).
    This is the javascript code I used
    <pre>
    <script language="JavaScript" type="text/javascript">
    function f_register(p_this,p_name)
    var p_registered = $x('P5_ITEM_ID').value;
         var p_this_name = $x(p_this).id;
    //alert(p_this_name);
    if (p_registered != p_this_name)
    register(p_this_name, "COSTING_M", p_name, "blue", "red");
    $x('P5_ITEM_ID').value = p_this_name;
    </script>
    </pre>
    This is my query
    <pre>
    select column_name || apex_item.hidden(1,column_name) Col_name,
    apex_item.SELECT_LIST_FROM_lov(2,'=','OPERATOR') OPERATOR,
    apex_item.text (3,
    NULL,
    20,
    200,
    'onfocus="f_register(this,''' || column_name || ''');" autocomplete="off"',
    'f3_' || '#ROWNUM#',
    NULL
    ) value,column_id
    from user_tab_cols
    where table_name = 'COSTING_M'
    ORDER BY ROWNUM
    </pre>
    and here is my on-demand process
    <pre>
    declare
    TYPE CurTyp IS REF CURSOR;
    v_row varchar2(4000);
    rec CurTyp;
    V_TABLENAME NKW.UTFIELD_M.TABLE_NAME%TYPE;
    begin
    BEGIN
    SELECT TABLENAME INTO V_TABLENAME
    FROM NKW.UTFIELD_M
    WHERE FIELD_NAME = :TF_SL_COLUMN;
    EXCEPTION WHEN NO_DATA_FOUND THEN RETURN; END;
    :TF_SL_SEARCH := replace(:TF_SL_SEARCH, '&amp;','&');
    :TF_SL_SEARCH := replace(:TF_SL_SEARCH, '&lt;','<');
    :TF_SL_SEARCH := replace(:TF_SL_SEARCH, '&gt;','>');
    :TF_SL_SEARCH := replace(:TF_SL_SEARCH, '&quot;','"');
    owa_util.mime_header('text/xml', FALSE);
    htp.p('Cache-Control: no-cache');
    htp.p('Pragma: no-cache');
    owa_util.http_header_close;
    htp.prn('<rowset>');
    open rec for
    'select distinct ' || :TF_SL_COLUMN || ' ' ||
    'from NKW.' || V_TABLE_NAME || ' ' ||
    'where '||:TF_SL_COLUMN||' like :1||''%'' ' ||
    'and rownum < 100 ' ||
    'order by '||:TF_SL_COLUMN
    using :TF_SL_SEARCH;
    loop
    fetch rec into v_row;
    exit when rec%NOTFOUND;
    htp.prn('<row>' || htf.escape_sc(v_row) || '</row>');
    end loop;
    htp.prn('</rowset>');
    end;
    </PRE>
    I made some slight mods to make the table dynamic from my source table (this is to grab master files when they exist and not to when they don't).
    I get my select list, but it's blank on all fields, any suggestions?
    thanks,
    Scott

  • Use APEX_ITEM.SELECT_LIST_FROM_LOV on report

    Hi All,
    I am trying to create a editable report.
    In this report, I have a few columns that allow users to update information. I have a problem to have my program return the current values of APEX_ITEM.SELECT_LIST_FROM_LOV in the specific ticked rows.
    For example:
    Here is the code for my report:
    1.
    SELECT apex_item.checkbox(1, h.nbt_po_seq, 'UNCHECKED') defaulted,
    --apex_item.hidden(4, h.nbt_po_seq) "PO_SEQ ",
          h.po_num,
           h.po_vendor_name,
           (select d.nbt_dept_desc
              from nbt_dept d
             where h.nbt_dept_seq = d.nbt_dept_seq) "dept_name",
    APEX_ITEM.SELECT_LIST_FROM_LOV
        (p_idx           => 3,
        p_value         =>NBT_LE_INFO_SEQ_holder,
        p_lov  => 'NBT_LE_INFO',
        p_attributes   =>NULL,
        p_show_null    => 'YES',
        p_null_value   =>  NULL,  --'%NULL%',
        p_null_text     => NULL,
        p_item_id       => NULL,
        p_item_label    => NULL,
        p_show_extra    => 'YES') "LE_NUM"     
      FROM nbt_po h------------------------------------------------------
    2. Here is my validation, just to see what values return.
    DECLARE
       l_message  VARCHAR2 (4000);
    BEGIN
    FOR i IN 1 .. apex_application.g_f01.COUNT LOOP
                 l_message := l_message
                || '<br>'|| 'LE_NUM: ' || :P17_LE_NUM || '    '
                || 'Row '
                ||i || '     ' || 'f01- '|| apex_application.g_f01(i)|| '<br>'
                || 'f02- '|| apex_application.g_f02(i)||'<br>'
    ||  'f03- '||apex_application.g_f03(i)
            --   || 'f04- '||apex_application.g_f04(i)  ||'<br>'
               -- || 'f01_' || '#ROWNUM#'
                        || '<br>'
    END LOOP;
    RETURN LTRIM (l_message, '<br>');
    END;-------------------------------
    3. If I ticked row 3 and 5.
    I can get correct ID from <b>h.nbt_po_seq</b>, but, for APEX_ITEM.SELECT_LIST_FROM_LOV value, I am getting row 1 and 2, not 3 and 5.
    Can someone please help me and let me know how I can correctly refer to the correct ticked row values for "APEX_ITEM.SELECT_LIST_FROM_LOV "?
    Thank you,
    Ling
    Edited by: LC on Sep 14, 2012 10:52 PM

    Hi
    I really appreciated your response.
    I have read the document many times before I submitted the question for help. This is the first time that I have done a report like this, and couldn't find a good example.
    Do you know an example that I can take a look and can refer to the "ticked" value of APEX_ITEM.SELECT_LIST_FROM_LOV?
    Here is my test result. I actually ticked row 2,4 and 5. The LOV value of those three rows are 1.
    But, here is giving me LOV values in row 1,2 and 3. So, the values become NULL, 1, NULL.
    LE_NUM:
    Row 1
    f01- 2
    f02-
    f03-
    LE_NUM:
    Row 2
    f01- 56
    f02- 14
    f03- 1
    LE_NUM:
    Row 3
    f01- 55
    f02-
    f03-
    FOR i IN 1 .. apex_application.g_f01.COUNT LOOP
                 l_message := l_message
                || '<br>'|| 'LE_NUM: ' || :P17_LE_NUM || '    '
                || 'Row '
                ||i || '     ' || 'f01- '|| apex_application.g_f01(i)|| '<br>'
               'f03- '||apex_application.g_f03(i)
            --   || 'f04- '||apex_application.g_f04(i)  ||'<br>'
               -- || 'f01_' || '#ROWNUM#'
                        || '<br>'
    END LOOP;I think it is because the i value in apex_application.g_f03(i) is counting from row 1,2,3 while Checkbox apex_application.g_f01(i) is counting ticked row 1,2,3
    Please help!! How I can return values for ticked 1,2,3
    Ling

  • What is wrong with Firefox ---It will not pull up anything the way it used to --having to use exployer instead ---Help

    What is wrong with Firefox ---It will not pull up anything the way it used to --having to use exployer instead ---Help
    The catalog of our University will not pull up properly on Firefox but will on internet exployer Why?

    The #rdn# is a url variable that is pass to this form from
    another page. I put it in a hidden filed and originallly used it as
    from.rdn. That did not make a difference, so I just used rdn.
    The cfoutput to display the rdn, partnumberid,
    deliverynumber, totalrows, and row, all display properly. I even
    use those in the query anlayzer and the update works.
    I will remove the crparam and see if that makes any
    difference. This is very frustrating since there are no error
    messages and I am led to believe the code works.

  • I am working on a MacBook Pro (13-inch, Mid 2009) with boot camp running Windows 7 pro 64-bit.  Windows crashes quite often now-a-days and I need to get this fixed. I heard that updating boot camp can help.  Currently I am running Version 3.0.4 (322).

    I need to know which update(s) I can apply to help stabalize the system.

    Typing the body of the thread message in the title, huh? -)
    I am working on a MacBook Pro (13-inch, Mid 2009) with boot camp running Windows 7 pro 64-bit.  Windows crashes quite often now-a-days and I need to get this fixed. I heard that updating boot camp can help.  Currently I am running Version 3.0.4 (322).
    Only Apple could hamstring and tie Mac OS to Windows. There isn't any other than whether you can download the drivers into Windows (you can) but Apple puts a block on the installer setup even if your mac does not support it.
    Windows 7 needs at least Boot Camp 3.1 and 3.3 is what you should already have. And you are not getting security updates if you don't have at least 10.6.8 as was pointed out.  --- you arent using Software Update as you should. And you should backup and clone Mac (and Windows) as well.
    You need Mountain Lion to use Boot Camp 5.x which supports Windows 7 & 8 and 64-bit.
    I would upgrade to Lion if you can realizing that Rosetta and PowerPC are no longer supported though.
    Mac 101: Using Windows on your Mac via Boot Camp
    https://support.apple.com/kb/HT1461
    http://www.apple.com/support/bootcamp/
    Helpful Apple Support Resources (Forum Overview)
    Boot Camp Support 
    Boot Camp Manuals
    Boot Camp 5.0 Drivers
    http://support.apple.com/kb/DL1638
    Frequently asked question
    http://support.apple.com/kb/HT4818
    http://manuals.info.apple.com/en_US/boot_camp_install-setup_10.7.pdf
    http://manuals.info.apple.com/en/Boot_Camp_Install-Setup_10.6.pdf
    http://manuals.info.apple.com/en/Boot_Camp_Install-Setup_10.6.pdfcreate a Windows support software (drivers) CD or USB storage media
    http://support.apple.com/kb/HT4407
    The Boot Camp Assistant can burn Boot Camp software (drivers) to a DVD or copy it to a USB storage device, such as a flash drive or hard drive. These are the only media you can use to install Boot Camp software.
    https://support.apple.com/kb/HT4569
    http://manuals.info.apple.com/en_US/boot_camp_install-setup_10.8.pdf
    Instructions for all features and settings.
    Boot Camp 4.0 FAQ Get answers to commonly asked Boot Camp questions.
    Windows 7 FAQ Answers to commonly asked Windows 7 questions.
    http://www.apple.com/support/bootcamp/
    Is there a download of the Boot Camp 5 Support Software if I'm not using OS X Mountain Lion v10.8.3?
    Yes, you can download the Boot Camp 5 Support Software here.
    http://support.apple.com/kb/DL1638
    How do I use the Boot Camp 5 Support Software I downloaded from the web page?
    The download file is a .zip file. Double click it to uncompress it.
    Double-click the Boot Camp disk image.
    Copy the Boot Camp and "$WinPEDriver$" folders to the root level of a USB flash drive or hard drive that is formatted with the FAT file system (see question below for steps on how to format).
    Install Windows, leaving the flash or hard drive attached to the USB port of your Mac.
    Installation of the drivers can take a few minutes. Don't interrupt the installation process. A completion dialog box will appear when everything is installed. Click Finish when the dialog appears.
    When your system restarts your Windows 8 installation is done.
    Note: If the flash drive or hard drive was not attached when you installed Windows and was inserted after restarting into Windows 8, double-click the Boot Camp folder, then locate and double click the "setup.exe" file to start the installation of the Boot Camp 5 Support Software.
    How do I format USB media to the FAT file system?
    Use Disk Utility to format a disk to use with a Windows computer. Here's how:
    Important: Formatting a disk erases all the files on it. Copy any files you want to save to another disk before formatting the disk.
    Open Disk Utility.
    Select the disk you want to format for use with Windows computers.
    Click Erase, and choose one of the following from the Format pop-up menu:
    If the size of the disk is 32 GB or less, choose MS-DOS (FAT).
    If the size of the disk is over 32 GB, choose ExFAT.
    Type a name for the disk. The maximum length is 11 characters.
    Click the Erase button and then click Erase again.
    Which versions of Windows are supported with Boot Camp 5?
    64-bit versions of Windows 8 and Windows 7 are supported using the Boot Camp 5 Support Software. If you need to use a 32-bit version, you need to use Boot Camp 4 Support Software, and you must use Windows 7. 32-bit versions of Windows 8 are not supported via Boot Camp. For a complete list of Windows OS support, click here.

Maybe you are looking for

  • How to handle the button "cancel" in a dialog box for displaying views?

    Hello! I ve a question about handling the cancel button in a dialog box for displaying views. I ve already implemented the dialog box by using the following code: METHOD eh_onnewqact.   DATA stitle TYPE string.   IF m_popup IS BOUND.     stitle = cl_

  • Please Help! Why does Zen sync automatically when I plug in to char

    Everytime I charge the Zen (via USB), it copies all the music so that I have double of each song, etc. I can't find how to change a setting so that it doesn't do that. please help! Also, is there an easy way to transfer files from a Zen V to the Zen?

  • Popup lang list

    on my desktop (i'm using JDS) under every window i have language selection list. It's very anoying thing =) i tried to ged rid of it but nothing helped =( iiim-properties does not disable it for all sessions (it helps only for current session - after

  • Connecting computer to TV

    Hi  I have a 32L4200U I am trying to hook my laptop (lenovo thinkpad) to the TV, I am not very good with computers , I am using a 15 pin cord to hook up to my computer and another cord that goes into the sound port. when I hook up I get sound from th

  • Creating Logic and modeling for SAP BW datasource in SAP HANA views and SLT

    Hi to all, I have small question. We have BW system and SAP ECC as source system and to get data from SAP ECC source system we are using SAP ECC Standard data source. Now we required to, create modeling in SAP HANA by use of HANA View and get data fr