Forms 5.0 - Radio button problem

In Forms 5.0,I have created a entry screen which consists a
radiogroup with 2 radio buttons. In new-form-instance trigger, I
have written
execute_query ;
last_record;
It shows me the last record but it shows my radio group with no
button selected.
If I go back to the previous record, it shows me the record with
one of the radio button selected.
My question is why it does not show radio button selected when my
when-new-form-instance trigger fires ?
null

Hi Shamshad,
Please check the property sheet of the radio button, I remember
there is a option for specifying the value for a selected radio
button. I had worked with Oracle 4.5 some time ago but not with
version 5, so please correct me if there is no option of doing
so.
Krishna
Shamsad Khan (guest) wrote:
: In Forms 5.0,I have created a entry screen which consists a
: radiogroup with 2 radio buttons. In new-form-instance trigger,
I
: have written
: execute_query ;
: last_record;
: It shows me the last record but it shows my radio group with
no
: button selected.
: If I go back to the previous record, it shows me the record
with
: one of the radio button selected.
: My question is why it does not show radio button selected when
my
: when-new-form-instance trigger fires ?
null

Similar Messages

  • Help using a dynamic action to update tabular form items (specifically radio button) based on collection

    Hi Everyone, I have posted this question in the past and made huge progress with Denes Kubicek's help:  https://apex.oracle.com/pls/apex/f?p=31517:294:115851992029365::::: based on my earlier question posted: https://forums.oracle.com/forums/thread.jspa?threadID=2537494
    I am struggling with one item in my tabular form.  It is a radio button.  The choices all appear properly, but the value is not saved in the collection (and hence, not saved in the table).  All other items in the tabular form save properly.
    here is what I have for the query.   It is item c024 (which maps to ;'f03'), which is defined as a radio LOV based on an existing LOV.
    Currently I have:
    2 page items:
    P110_ID
    P110_VALUE
    Dynamic action called CHANGE COLUMN:
    event: CHANGE
    selection type: jQUERY Selector
    jQuery:
    jQuery Select = input[name='f03'],select[name'f08'],select[name='f09'],input[name='f10'],input[name='f11'],input[name='f12'],select[name='f40'],input[name='f21'],input[name='f22'],input[name='f23'],input[name='f50']
    event scope: Dynamic
    true action#1: set value P110_ID javascript expression this.triggeringElement.id
    true action#2: set value P110_VALUE javascript expression this.triggeringElement.value
    true action#3: execute pl/sql code
    declare
      v_member number;
      v_seq number;
    begin
      v_member := TO_NUMBER (SUBSTR (:p110_id, 2, 2));
      select ltrim(substr(:p110_ID,5,4),'0') into v_seq from dual;
      safis_collections.update_column(v_seq,
                                    v_member,
                                    :p110_value);
    true ation#4 refresh region :LANDINGS_COLLECTION
    the tabular form is based on the query:
    SELECT
    apex_item.text(1,seq_id,'','','id="f01_'||seq_id,'','') "DeleteRow",
    seq_id,
    seq_id display_seq_id,
    apex_item.text_from_LOV(c004,'SPECIES')||'-'||apex_item.text_from_LOV(c005,'GRADE')||'-'||apex_item.text_from_LOV(c006,'MARKETCODE')||'-'||apex_item.text_from_LOV_query(c007,'select unit_of_measure d, unit_of_measure r from species_qc') unit,
    apex_item.select_list_from_LOV(8,c008,'DISPOSITIONS','onchange="getAllDisposition('||seq_id||')"','YES','0','  -- Select Favorite --  ','f08_'||seq_id,'') Disposition,
    apex_item.select_list_from_LOV(9,c009,'GEARS','style="background-color:#FBEC5D; "onFocus="checkGearPreviousFocus('||seq_id||');"onchange="getAllGears('||seq_id||')"','YES','3333','-- Select Favorite --','f09_'||seq_id,'') Gear,
    apex_item.text(10,TO_NUMBER(c010),5,null, 'onchange="setTotal('||seq_id||')"','f10_'||seq_id,'') Quantity,
    apex_item.text(11,TO_NUMBER(c011),5,null,'onchange="getPriceBoundaries('||seq_id||')"','f11_'||seq_id,'') Price,
    apex_item.text(12, TO_NUMBER(c012),5,null, 'onchange="changePrice
    ('||seq_id||')" onKeyDown="selectDollarsFocus('||seq_id||',event);"','f12_'||seq_id,'') Dollars,
    decode(c013,'Y',apex_item.text(14, c014,30,null,'style="background-color:#FBEC5D;" onClick="onFocusAreaFished('||seq_id||');"','f14_'||seq_id,''),'N','N/A') Area_Fished,
    decode(c017,'Y',apex_item.text(18, c018,4,null,'style="background-color:#FBEC5D; "onBlur="setUnitQuantity('||seq_id||')"','f18_'||seq_id,''),'N','N/A') UNIT_QUANTITY,
    decode(c017,'Y',apex_item.text(19,'CN',3,null,'readOnly=readOnly;','f19_'||seq_id,''),'N','N/A') UNIT_COUNT,
    c024 hms_flag,
    decode(c050,'Y',apex_item.checkbox(21,'Y','id="f21_'||seq_id||'" style="background-color:#FBEC5D; " onClick="alterYes('||seq_id||');" onKeyPress="alterYes('||seq_id||');"',c021),'N','N/A') FinsAttached,
    decode(c050,'Y',apex_item.checkbox(22,'N','id="f22_'||seq_id||'" style="background-color:#FBEC5D;" onClick="alterNo('||seq_id||');" onKeyPress="alterNo('||seq_id||');"',c022),'N','N/A') FinsNotAttached,
    decode(c050,'Y',apex_item.checkbox(23,'U','id="f23_'||seq_id||'" style="background-color:#FBEC5D;" onClick="alterUnk('||seq_id||');" onKeyPress="alterUnk('||seq_id||');"',c023),'N','N/A') FinsUnknown,
    decode(c050,'Y',apex_item.textarea(28,c028,3,null,null,'f28_'||seq_id,''),'N','N/A') Explanation,
    decode(c024,'N',apex_item.select_list_from_LOV(29,c029,'HMSNATURE','onchange="saveNature('||seq_id||')"','YES','A','-- Select Nature of Sale --','f29_'||seq_id,''),'U',apex_item.select_list_from_LOV(29,c029,'HMSNATURE','onchange="saveNature('||seq_id||')"','YES','A','-- Select Nature of Sale --','f29_'||seq_id,''),'Y','N/A') Nature_Of_Sale,
    decode(c020,'Y',
    apex_item.select_list_from_LOV(40,c040,'HMS_AREA_CODE','style="background-color:#FBEC5D;"',null,null,null,'f40_'||seq_id,''),
    'N','N/A') HMS_AREA_CODE,
    c020,c050,
    decode(c020,'Y',
    apex_item.text(41,TO_NUMBER(c041),5,null,null,'f41_'||seq_id,''),
    'N','N/A') Sale_Price
    from apex_collections
    where collection_name = 'SPECIES_COLLECTION' order by seq_id
    I have noticed the following:
    when I change column C011 (price) the following values are set in the dynamic action:
    P110_ID = f11_1
    P110_VALUE = whatever I change the price to.
    when I change the column C024 (hms_flag), the following values are set:
    P110_ID = f03_0001
    P110_VALUE = whatever I change hms_flag to.
    the region is refreshed in my dynamic action, and the change for hms_flag does not hold.  I have tested the SQL query that generates the value for v_SEQ in the dynamic action.   In both a change to price and HMS_FLAG it appears valid
    select ltrim(substr(:p110_ID,5,4),'0') into v_seq from dual;
    if f11_1, v_seq:= 1
    if f03_0001, v_seq := 1
    thank you!

    solved.  sort of. 
    field c024 references f03.
    the Dynamic ACtion, step 4 calculates v_member by taking a substring of P110_ID...and in all other fields, the column and the field (fxx) are the same value....except for c024.
    I am not certain exactly how to resolve, but see the problem.

  • Radio Button Problem

    I have placed a radio button according to http://thepeninsulasedge.com/frank_nimphius/2007/11/07/adf-faces-radiogroup-is-table-column/ .It works when I use it independently.But I have a readonly table of the Employee table on click of this I have a panel Accordin inside which I have places ADF Form the value gets populted when I have a textbox But when I replace this with the radio button according to the link the value does not get set.What may be the problem.

    Hello,
    the value of a radio group is indicated in the RADIO_GOUP item (wich properties are defined like DATATYPE, LENGTH and INITIAL VALUE).
    When you click on an option button, it is the radio group that store the value.
    Francois

  • Livecycle Designer 7.0 - How do I link a text box in a form to a radio button or checkbox?

    Hello,
    I am using Livecycle Designer 7.0 to create a form. I have a scenario where I have several options on a question where they choose one radio button. The last option of the radio button has a text box accompanying it and I only want it to be able to be filled out/typed into if that particular radio button is chosen. Not to be able to be typed into if that particular radio button is not chosen as an answer to that question.
    How do I do that?
    Also how to I do the same for a text box to be entered into and typed into only if the accompanying checkbox is checked?
    Help?

    This forum is for the Adobe FormsCentral  (formscentral.adobe.com) which is a service that allows you to create,  collect and analyze data using an online web form. You should ask  Designer related form questions in the Designer forums: http://forums.adobe.com/community/livecycle/livecycle_es/livecycle_des igner_es
    I'll move your post to that forum so you don't need to retype it. They can help you out...
    Randy

  • Selection screen radio buttons problem

    How enable and disable the radio button in selection screen?

    Hi Ram,
    Try using the below code it may useful for solving your problem .
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-014.
    SELECT-OPTIONS kunnr FOR komg-kunnr.
    SELECT-OPTIONS waerk  FOR komg-waerk MODIF ID def .
    SELECT-OPTIONS pltyp FOR komg-pltyp MODIF ID abc.
    SELECT-OPTIONS matnr FOR komg-matnr MODIF ID abc.
    SELECT-OPTIONS vkorg FOR a007-vkorg MODIF ID jkl.
    SELECT-OPTIONS vtweg FOR a007-vtweg MODIF ID jkl.
    SELECT-OPTIONS spart FOR a007-spart MODIF ID jkl.
    PARAMETERS datum LIKE rv12l-datint DEFAULT sy-datum.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN SKIP 1.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-015.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS:r3 RADIOBUTTON GROUP g1 DEFAULT 'X' USER-COMMAND ucom.
    SELECTION-SCREEN COMMENT 10(20) text-018.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS:r1 RADIOBUTTON GROUP g1.
    SELECTION-SCREEN COMMENT 10(20) text-016.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS:r2 RADIOBUTTON GROUP g1.
    SELECTION-SCREEN COMMENT 10(20) text-017.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS:r4 RADIOBUTTON GROUP g1.
    SELECTION-SCREEN COMMENT 10(20) text-022.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK b2.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF r1 EQ 'X'.
          IF screen-group1 = c_jkl.
            screen-input = 0.
            screen-invisible = 1.
          ENDIF.
        ENDIF.
        IF r2 EQ 'X'.
          IF screen-group1 = c_def OR screen-group1 = c_jkl.
            screen-input = 0.
            screen-invisible = 1.
          ENDIF.
        ENDIF.
        IF r3 EQ 'X'.
          IF screen-group1 = c_abc OR screen-group1 = c_def.
            screen-input = 0.
            screen-invisible = 1.
          ENDIF.
        ENDIF.
        IF screen-group1 = c_ghi.
          screen-input = 0.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    Regards,
    Jana

  • Radio Button Problem in Webdynpro For Java

    Hi to all,
                   I am new to Webdynpro. I want to create four Radio buttons which will fetch the data from the RFC. I have created a Context value node called options and created four value attribute under that options node.
    The Problem is if i use the Radio button group by index i could map only one attribute at the "texts" field of Radio button group. how do i map the other values.
    or Is there any other way of using Radio button for such of requirements.
    Please if any one bring me the Solution to this issue it would be more help ful to me.
    Thanks in advance...
    Regards,
    Malar.

    Hi Thenmalar,
    If you want to have four radiobutton then you need to have only one value attribute within the node.
    Assume you want to have 4 radio buttons named one, two, three and four
    1. Create a value node called Radio and create a value attribute within this node called Value
    2. Bind this attribute to the radiobutton group.
    3. Define the values of these radiobuttongroup at runtime(in WDDoInit() method of the view)
    IPrivate<viewname>.IRadioElement ele = wdContext.nodeRadio().createRadioElement();
    ele.setValue("one");
    wdContext.nodeRadio().addElement(ele);
    IPrivate<viewname>.IRadioElement ele1 = wdContext.nodeRadio().createRadioElement();
    ele1.setValue("two");
    wdContext.nodeRadio().addElement(ele1);
    IPrivate<viewname>.IRadioElement ele2 = wdContext.nodeRadio().createRadioElement();
    ele2.setValue("three");
    wdContext.nodeRadio().addElement(ele2);
    IPrivate<viewname>.IRadioElement ele3 = wdContext.nodeRadio().createRadioElement();
    ele3.setValue("four");
    wdContext.nodeRadio().addElement(ele3);
    You will get the values one, two, three and four at runtime.
    Regards,
    Murtuza

  • Form Reset When Radio Button Clicked.

    I have two radio buttons.
    One is checked and form elements are visible
    The second, when clicks, makes all but one form element
    uneditable
    When the Second is clicked, I need the form elements to be
    reset.
    Any Ideas?

    Have any ideas that would work for this?
    >I have two radio buttons.
    > One is checked and form elements are visible
    > The second, when clicks, makes all but one form element
    uneditable
    >
    > When the Second is clicked, I need the form elements to
    be reset.

  • Radio Button problem (not yet solved !!! --- Top Urgent )

    In Forms 5.0,I have created a entry screen which consists a
    radiogroup with 2 radio buttons. In new-form-instance trigger, I
    have written: execute_query ;: last_record;
    It shows me the last record but it shows my radio group with no
    button selected.: If I go back to the previous record, it shows
    me the record
    with : one of the radio button selected.
    My question is why it does not show radio button selected when my
    when-new-form-instance trigger fires ?
    Please note : Property palette of Radio Group & Radio buttons
    have been correctly assigned .
    null

    Shamsad Khan (guest) wrote:
    : In Forms 5.0,I have created a entry screen which consists a
    : radiogroup with 2 radio buttons. In new-form-instance trigger,
    I
    : have written: execute_query ;: last_record;
    : It shows me the last record but it shows my radio group with no
    : button selected.: If I go back to the previous record, it shows
    : me the record
    : with : one of the radio button selected.
    : My question is why it does not show radio button selected when
    my
    : when-new-form-instance trigger fires ?
    : Please note : Property palette of Radio Group & Radio buttons
    : have been correctly assigned .
    Shamsad Khan,
    In Forms5.0, try setting Mapping of other values properties.
    regards.
    null

  • Radio button problem in jdeveloper.

    Hello all..
    I am new to Jdeveloper and infact to CSS and stuffs. In a fix now regarding <tr:selectOneRadio> styling.
    For brevity..
    <tr:selectOneRadio styleClass="radioClass" contentStyle="font:25px bold;">
    the above is the code i have,
    but the problem is the radio button font is not changing even after giving separate style class.
    Can anyone give a solution, might be a simple one, but it ll be wonders lot for me!! [:)]
    First post in the forum, hope to get a sol..
    Appreciate ur help.. Thank you.

    Hi brano... thanks for quick response...
    The issue still exists here..
    Actually this perticular line contentStyle="font:25px bold;* inside <tr:selectiononeradio> seem not to render any effect for me.
    <tr:panelFormLayout styleClass="id">
    <p>
    <tr:outputLabel inlineStyle="position:relative; font:35px bold;"
    value="Claim number:"/>
    <tr:inputText contentStyle="height:45px; font-size:35px;"
    columns="25"></tr:inputText>
    </p>
    <p>
    <tr:outputLabel inlineStyle=" font:35px bold; position:relative;"
    value="Claim on my policy:"/>
    <span style="font:20px bold;">
    <tr:selectOneRadio layout="horizontal" contentStyle="font:25px bold;"
    id="radioYN">
    <tr:selectItem label="Yes" id="Y"
    value="Yes"/>
    &amp;&amp;nbsp;&amp;&amp;nbsp;
    <tr:selectItem label="No" id="N" value="No"/>
    </tr:selectOneRadio>
    </span>
    </p>
    <p>
    <tr:commandButton inlineStyle="width:300px; font-size:30px;"
    text="continue"/>
    </p>
    <p></p>
    </tr:panelFormLayout>
    check out the code for ref..
    Thank you...

  • Radio Buttons problem

    Hi i ahve developed a GUI with 2 toggle buttons options[0] and options[1],I have also created an "OK" Button.the programming is working fine ,but i now want to implement the action performed method.The user must select which option he/she wants and then click the ok button.I am not sure how to do this in the action performed method.the first button,cancels the ticking of any radio button (clears the readio buttons)and the second bottun exits
    here is my code so far
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    public class LogOut extends JFrame implements ActionListener{
    JRadioButton[] options = new JRadioButton[2];
    public LogOut(){
    super("Log Out?");
    setBounds(225,125,140,190);
    setDefaultCloseOperation(JFrame.Exit_ON_Close);
    options[0] = new JRadioButton("Log Out");
    options[0].addActionListener(this);
    options[1] = new JRadionButton("Cancel");
    options[1].addActionListener(this);
    JPanel pane = new JPanel();
    ButtonGroup group = new ButtonGroup();
    for(int i = 0; i < options.length; i++){
    group.add[options[i]);
    pane.add(teams);
    setContentPane;
    show();
    public static main void(String[] arguments){
    LogOut lo = new LogOut();
    public void actionPerformed(ActionEvent evt){
    Object source = evt.getSource()

    I understood it as you select a check box, and then when you click the button, it should do something based on what you have selected.
    So if you continue with the code I posted,
    public void actionPerformed(ActionEvent e) {
      // the button has been clicked:
      for (int x = 0; x < options.length; x++) {
        if (options[x].isSelected()) {
          // radio button at index 'x' has been selected.
          switch (x) {
            case 0: {
              options[x].setSelected(false); // the only radio button checked..
              break;
            case 1: {
              System.exit(0);
              break;
            default: {
              System.out.println("Not defined"); // will only occur if you add more radio buttons later.
          return;
      System.out.println("No radio buttons have been selected");
    }Or is what you really want, an action to start at the moment that you select/unselect a radio button without pressing the OK button?

  • Flash Player for intranet distribution form - online acceptance radio button doesnt work?

    https://www.adobe.com/cfusion/mmform/index.cfm?name=distribution_form& pv=fp
    online acceptance radio button doesn't work
    Perhaps I should ask if Adobe is not doing the distribution agreements anymore???

    I've tried it with Win7, IE9 and win8, IE10 and same result in both. I'm sure I filled all the blanks with asteriks (but I have been "leftbrained" before) Should I give you the top of this page and blank out my personal data?? This is making me "leftbrained"!

  • Select options and radio button problem

    Hi All,
    In selection screen I have a select option and two radio button default is disable when I input value on select option, it will enable radio button. How can I do this?
    Thanks.
    mlai

    Please go through the below code and reward points if u find it useful:
    tables : pa0000.
    selection-screen begin of block b1 with frame title text-001.
    select-options : s_pernr for pa0000-pernr.
    parameters : r1 radiobutton group g1 modif id abc.
    parameters : r2 radiobutton group g1 modif id abc.
    selection-screen end of block b1.
    at selection-screen output.
    if s_pernr[] is initial.
    loop at screen.
    if screen-group1 = 'ABC'.
    screen-invisible = 1.
    modify screen.
    endif.
    endloop.
    else.
    loop at screen.
    if screen-group1 = 'ABC'.
    screen-invisible = 0.
    modify screen.
    endif.
    endloop.
    endif.
    Thanks
    Vasu

  • Radio button problem in webdynpro abap

    Hi Guys,
    In the selection screen i have 2 radio buttons PO and RP.
    user is allowed to select either of the one so i have created 1 radio button group.
    scenario 1:
    when user clicks on radio button 1 and then click the submit button.
    now he wants to change his selection so he again enter and click the radio button 2 and click on subnit button.
    if he goes again he can see the radio button 2 selected.so it is working fine.
    Scenario 2:
    when user clicks on radio button 2 and then click the submit button.
    now he wants to change his selection so he again enter and click the radio button 1 and click on subnit button.
    if he goes again he can see the radio button 2 selected.so it is not working fine.
    The coding is as follows:
    on action submit i have writtent the following code
    IF ls_iohncust_values-repplanonly IS NOT INITIAL.
                 IF ls_iohncust_values-repplanonly EQ 'PO'.
                   ls_profgen_custval-cust_attr      = 'REPONLY'.
                   ls_profgen_custval-cust_value     = 'X'.
                 ELSEIF ls_iohncust_values-repplanonly EQ 'RP'.
                   ls_profgen_custval-cust_attr      = 'REPPLAN'.
                   ls_profgen_custval-cust_value     = 'X'.
                 ENDIF.
               ENDIF.
    Kindly let me know why scenario 2 is not working.

    Hi Vijay,
    IF ls_iohncust_values-repplanonly IS NOT INITIAL.
                 IF ls_iohncust_values-repplanonly EQ 'PO'.
                   ls_profgen_custval-cust_attr      = 'REPONLY'.
                   ls_profgen_custval-cust_value     = 'X'.
                 ELSEIF ls_iohncust_values-repplanonly EQ 'RP'.
                   ls_profgen_custval-cust_attr      = 'REPPLAN'.
                   ls_profgen_custval-cust_value     = 'X'.
                 ENDIF.
        ENDIF.
    As I can see there is no such issue in selecting data in secord scenario. It might be the case that it's not getting cleared so you can just clear your node ls_iohncust_values-repplanonly after your endif on submit action.

  • Radio Button problem when using Logical Databases.

    Hi,
    I have a report that uses logical database PCH.  I'd like to default the reporting period radio button so that when the report is run it is defaulted to today.
    The name of the screenfield is PCHZTR_D so I set
    PCHZTR_D = 'X'. 
    in the initialisation event but this doesn't work.
    Any suggestions how I can get the reporting period to default to 'today' programmatically.
    I don't want to use a variant.
    Thanks,
    Paul

    Try doing it in the AT SELECTION-SCREEN output Event.
    report zrich_0001.
    nodes: objec.
    <b>at selection-screen output.
    PCHZTR_A = space.
    PCHZTR_D = 'X'.</b>
    REgards,
    Rich HEilman

  • Can't See Shared Music (Not radio button problem!)

    I haven't been able to see Shared Music on my college network since I reinstalled Windows XP (around iTunes 4.8). I don't know what settings have changed.
    I now have the latest iTunes, the radio buttons are on. I heard about opening up a port, and bonjour service. I'm not sure how to execute those solutions.
    Thanks for your time,
    Connie

    Although that was a very helpful hint that I can in fact play Mac's iTune Music on iPad without syncing, it's not solving my primary issues, which are:
    1. I bought some music via iTunes on iPad and I can't get them to Mac, because that Shared label is not present in my Mac iTunes
    2. I want some of my Mac iTunes music to sync to iPad anyway, because I want to play it also when not being on home share network.
    3. When I synced iPad, many apps have been removed from it and are not there anymore, but appear in Mac's iTunes in that Apps section under iPhone, iPod touch and iPad Apps, but are not below in iPad Apps - I don't know how to get them back to iPad and how to prevent this to happen again
    These are maybe trivial questions, but I wasn't able to find answers and don't have so much time to search more.
    Thanks.

Maybe you are looking for

  • HP Laserjet p1102w Troubleshooting

    Hi all. I am using a Mac OS X 10.5.8 and having an HP Laserjet p1102w printer, which I print wirelessly through a Cisco Linskys E2000 router.  Up until recently, I have not had any problems with printing.  Now, however, my documents will not print an

  • Portal Integration with Microsoft Active Directory

    We are working on a project to integrate Oracle9iAS Portal with Microsoft Active Directory. I am wondering if anyone has any experience with this and hence suggestions. Particularly, I'm wondering if its possible and how to use Active Directory to ma

  • Dynamic Table Issues

    Hello When I do the following, Insert > Data Objects > Dynamic Data > Dynamic Table I receive this message "While executing insertObject in Dynamic Table.htm, a JavaScript error occured."

  • COR1 transaction-any exit or badi

    Hi Experts, Is there any user exit, badi or Enhancement point to assign our own number range for Process order based on Plant. I searched thru all available userexits for COR1 but didnt able to find the exact one, please suggest in this regard... Tha

  • 'Notes' App won't start.

    My iPhones Notes App won't start. It starts, then closes on its own. Tried restore from iTunes backup - but that didnt help. Any idea please.