Multiselection issue in advanced table on OAF page

Hi,
I have a advanced table on OA Page. To this advanced table, I had added the multi selection table action.
To the multiselect, i have attached a View Instance and a view attribute.
There is text input field in the advanced table. If user makes changes to it, an event "updateDate" fires.
In CO:
if(event.equals("updateDate")){
System.out.println("A");
String rowReference =
pageContext.getParameter(OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);
Serializable[] param = {rowReference} ;
am.invokeMethod("DetailsCheckBox", param);
In AM:
public void DetailsCheckBox(String rowReference) {
System.out.println("B");
oracle.jbo.Row row = findRowByRef(rowReference);
DetailsVOImpl ivo =
(DetailsVOImpl) findViewObject("DetailsVO1");
String chkbox = (String)row.getAttribute("Multiselect");
System.out.println("multiselect original: "+chkbox);
if ((chkbox == null)||(chkbox.equals("N"))){
ivo.setCurrentRow(row);
row.setAttribute("Multiselect","Y");
String chkbox1 = (String)row.getAttribute("Multiselect");
System.out.println("multiselect : "+chkbox1);
// ivo.reset();
The issue is that if there are 5 rows getting displayed in the advanced table and i make changes to any of first 4 rows, the checkbox gets checked on page but if i make changes to last row the checkbox is not checked on page, even though the statement String chkbox1 = (String)row.getAttribute("Multiselect"); returns 'Y' in AM.
Please help. Its urgent.

Hi Gyan,
Multiselect attribute is checked for Always Updateable.
and have done sop for other attributes also, dey are coming for 5th row only.
also if my VO query returns 27 rows, and advanced table displays 10 rows at a time then pnly 10th row gives this issue. It works fine even for 20th row.
Observed one more thing, if i first update any other row and then the last row, it works fine.

Similar Messages

  • How to retain current set of records in advanced table in OAF

    I have an advanced table in a OAF page. Number of records displayed is set to 5. Now, when I have more than 5 records, we can view the next set of records using navigation buttons of the advanced table. One of its column is an image which has "Action Type" as "fireAction" and "Submit" set to "True", which when clicked displays further details about the selected record in a separate region. However, in this process the page is getting refreshed and the table is again displaying the first set of 5 records even if i chose to display details about record in the next set of 5 (i.e after navigating using "Next 5" button of the table).
    Is there any way to retain the current set of records displayed in the advanced table across the page refresh.?
    Thanks
    Nagamanoj

    Solved.
    Somewhere in our code, while populating one of the columns of the table, we were resetting the VO which was causing the issue. Modified that method call to add a parameter to mention from which row should the table be populated.
    Thanks
    Nagamanoj

  • Issues with Advance Table Add Row New Row not work in some scenarios.

    Hi,
    Wondering if there's any issue with Advanced Tables where it does not create any rows. I don't know if anyone tried this or not. I have one OA Page with Advanced Table and a button that when clicked open a new OA Page in a POP-UP Window. The pop-up page conatins one textbox where u enter a data and this gets saved in one of the VO's transient attribute. Now on the ase page if you don't click a button to open a pop-up page you can Add New Rows in the Advanced Table by clicking Add Row Button. But as soon as you open a popup window and close it Add New Rows button doesn't work and is not creating any new rows. Basically page stops working. Both the POP-UP and the base page share the same AM but have different controllers.
    POP-UP page is a custom page that I open giving the Destination URI value in the button item and target frame _blank.
    I even tried creating rows programmatically for Advance Table but this too doesn't work once u open a pop-up. Also I have used pageContext.putTransactionValue in the pop-up page and am checking and removing this in the base page.
    Any help is appreciated.
    Thanks

    anyone

  • Help needed in Loading excel data to staging table from OAF Page

    Hi All,
    We have a requirement from the client on loading of a excel sheet data into staging table using OAF page.
    We were able to load a CSV file into staging table via OAF. The approach we used is we created a item of style 'messageFileUpload', which would pick the CSV file from desktop and we wrote the logic on the controller to place the file into server and then sumit a concurrent program to load the data into the staging table.
    But client wants data from the excel file to be loaded into staging table. Is there any way(approach) by which we can convert the excel file data into .CSV file using OAF?
    Any help or pointers on this will be highly apperciated.
    Thanks,
    Chethana

    Hi,
    Read through this :
    Need to upload a CSV/Excel to a table in OAF page
    Thanks,
    Gaurav

  • Need help in populating data in advanced table in oaf

    Dear All,
    I have a requirement as below:
    I have a custom OAF page, from that i am invoking a popup page and from the popup page i am selecting some rows and populating in my base page advanced table region.
    that is fine so next time when i am calling again the popup page and selecting some data and pressing button this time it is again populating properly in base page my requirement is i need to populate the old data that selected as well as new data wht selected, so every time the table refreshed with the data selected rather than keeping old data wht selected, can it be posibel please help me out.
    Thnaks

    Hi Vishnu,
    in all sapscript for standard sap transaction cases, you can always find the original sap solution abd/or sap sample routines. Start from there and then look at your custom programming.
    I can't explain in more detail because you do not give more detail.
    Another frequent issue is that the sapscript form is not configure and activated correctly.
    Anyway, follow this guide and find the solution ist possible.
    Regards,
    Clemensl

  • How to capture the row  value in Advanced Table on OAF ?

    Hi:
    I was wondering, if anyone has any idea as to how to capture a row value on an advanced table on a OAF Page.
    I am currently trying to capture the Expense Report Number ( first column) on the Track Expenses Reports table on the page /oracle/apps/ap/oie/webui/HomePG.
    Any idea would be helpful ?
    Thank You

    Hi,
    856070 wrote:
    This is what I am looking for :
    Default Functionality
    On the expenses home page there is a table for the Submitted expenses Table ( advanced table) with multiple Expense Number rows , which has a link associated with every expense number. When the user clicks the expense number link , EBS takes you to a more detail information page. ---As per default functionality :::whene ever user clicks on link it will takes u to details info page based expense no right.
    ---Check the property of the Destination URL of the ExpensionNumber column.
    ---In this property u can find the page path and paramam ex:pexpencenumber.
    Customized functionality
    I would like to capture the Expense number on the detailed page to call another application based on the expense number. The expense number on the
    detailed page is not available on the request-parameter or on the VO.
    I was thinking of capturing the ExpenseNumber when the user clicks it and save the expense number on a >transientvalue to retrieve it on the detaile dpage..but unable to do so.---Here get the paramereter pexpencenumber and pass it to another appilcation.
    Regards
    Meher Irk

  • Dynamic layout of table in OAF page

    Hi,
    I have a requirement where, i need to generate a table layout with changing columns in OAF page.
    Ex: If i search a job in OAF page, depending on the job family, the results table displays the number of columns. (My number of rows is constant but the columns changes)
    Please let me know if anyone worked on it and if it can be achieved using PPR.
    Your help will be appreciated.
    Thanks in Advance,
    Sh

    Check this link
    Re: To Hide Columns of table region dynamically using Users Input in OAF

  • Issue in Advance Table Region - Plz help!

    Hi All,
    I have a custom page in which I am using a advanced table region.
    The issue is this that the value in advanced table row [Two Fields are there both are MessageTextInput] is getting populated automatically as the page render. Is this is seeded functionality of advanded table???
    If you how to overcome this..
    I have to display row with no value i.e blank. I got to know that if the attribute which is attached to the column of row has value then it show on frontend automatically and if i delete the row then i got it blank.
    Regards,
    Ajay

    IF the values in present in the underlying table, then it will appear in the advanced table as well due to the VO that you are using.
    To create a blank row. You will have to create a new row in the VO and set it as the current row.
    If u want it to be done automatically. You can do this:
    1. select your advancedTable region and choose New--> footer
    2. Select the tableFooter and then right click and select New-- > addTableRow
    3. in the addTableRow item that u just created in step 2 , u can play around with the properties. For auto row insertion, without writing any code set the Insert Rows Automatically property to true and change the Rows to Add property to change the number of blank rows added. The default is 1

  • How to Update Particular row in a table from OAF page

    Hi Can anyone please help me on the following requirement:
    In my oaf page i am displaying table values(supplier site details from base tables) with update and delete icons . When i click on update button a new page opens in which we used to update the values and click on apply button which again comes back to the original page.
    So when i click on apply button on update page i have to first search for the site in the site table whether it exists or not, if not exists i have to create a new row and save the data, if site exists in the table i have to update the row of a table for that particular site. I have written code for this but unable to achive the requirement, it is not updating the existing row of the table. And i am doing all this on the Temp tables.
    So now when i save, previous transaction is also updating along with the current transaction. That means when i m trying to save 2nd transaction values , 1st transactions values are getting updated with the 2nd transaction values(2 rows are getting updated)
    Can anyone help me with the code used for updating the current row of the table. Please correct me if i m doing anyting wrong in code.
    following is the current code i m using and which is failing :
    Controller Code
    if(pcontactaction.equals("createECdetailsEvent")) {
    String currentSiteName=pageContext.getParameter("SiteName");
    System.out.println("Selected Site Name is : " + currentSiteName);
    Serializable x[]={reqNum,suppId,currentSiteName,pnotifMethod,pfaxNum};
    System.out.println("Invoking AM Method.........");
    am.invokeMethod("initCreateECDetails",x);
    System.out.println("initCreateECDetails Method Executed. ");
    //am.invokeMethod("save");
    localOAApplicationModule.getTransaction().commit();
    pageContext.setForwardURL(
    "OA.jsp?page=/oracle/apps/floaf/flpos/supregister/webui/ECDetailsPG"
    , null //not needed as we are retaining menu context
    ,OAWebBeanConstants.KEEP_MENU_CONTEXT
    , null //not needed as we are retaining menu context
    ,null // no parameters are needed
    ,true //retain AM
    ,OAWebBeanConstants.ADD_BREAD_CRUMB_NO
    ,OAWebBeanConstants.IGNORE_MESSAGES);
    AM Code
    public void initUpdateECDetails(String request_number,String supplier_id,String site_name,String site_id,String notification_method,String fax_number)
    OADBTransaction localOADBTransaction = getOADBTransaction();
    String siteToUpdate;
    siteToUpdate=site_name;
    String siteidToUpdate;
    siteidToUpdate=site_id;
    System.out.println("Site Name to Update or Create is : " + siteToUpdate);
    System.out.println("Site Id to Update or Create is : " + siteidToUpdate);
    System.out.println("Inside Update EC Details MEthod.");
    OAViewObject suppSiteDetVO = getFLPOSSuppSiteDetailsVO1();
    FLPOSSuppSiteDetailsVORowImpl sro=null;
    String existingWhereClause = suppSiteDetVO.getWhereClause();
    suppSiteDetVO.setWhereClause(null);
    suppSiteDetVO.setWhereClauseParams(null);
    suppSiteDetVO.setWhereClause("SUPPLIER_ID = :1 AND REQUEST_NUMBER = :2 AND SITE_ID = :3 ");
    suppSiteDetVO.setWhereClauseParam(0, supplier_id);
    suppSiteDetVO.setWhereClauseParam(1, request_number);
    suppSiteDetVO.setWhereClauseParam(2, site_id);
    suppSiteDetVO.executeQuery();
    suppSiteDetVO.setWhereClauseParams(null);
    suppSiteDetVO.setWhereClause(existingWhereClause);
    int rowcount = suppSiteDetVO.getRowCount();
    System.out.println("Fetched Rows : " + rowcount);
    if (rowcount == 0) {
    Row row = suppSiteDetVO.createRow();
    System.out.println("Row is : " +row);
    suppSiteDetVO.insertRow(row);
    String siteId = getOADBTransaction().getSequenceValue("FLPOS_SITE_ID_SEQ").toString();
    System.out.println("New Site ID : " + siteId);
    row.setNewRowState(Row.STATUS_INITIALIZED);
    row.setAttribute("RequestNumber", request_number);
    row.setAttribute("SupplierId", supplier_id);
    row.setAttribute("SiteName", site_name);
    row.setAttribute("SiteId", siteId);
    row.setAttribute("FaxNo",fax_number);
    row.setAttribute("NotificationMethod",notification_method);
    System.out.println("New Row Created for Supplier Site.");
    System.out.println("Data Saved to table.");
    else{
    System.out.println("Inside Else Block ");
    try {
    System.out.println("Inside Try Block ");
    Row[] row = suppSiteDetVO.getAllRowsInRange();
    for (int i = 0; i < rowcount; i++) {
    sro = (FLPOSSuppSiteDetailsVORowImpl)row;
    String psiteName=sro.getSiteName();
    Number psiteid=sro.getSiteId();
    System.out.println(" p Site Name is : " +psiteName);
    System.out.println(" p site id is " +psiteid);
    if(psiteid.equals(siteidToUpdate) ) {
    sro.setAttribute("FaxNo",fax_number);
    sro.setAttribute("NotificationMethod",notification_method);
    //getOADBTransaction().commit();
    break;
    catch (Exception e) {
    System.out.println("Exception in update : " + e);
    }

    Please answer following:
    1. Are you using EO based VOs or ReadOnly VO?
    2. What is your VO Query for the search and update?
    3. Why have you based your logic on site_name; you should have used site_id?
    4.Are you getting correct site name in handling createECdetailsEvent event in CO?
    5. In case of update are you getting correct values on the Update Site Details?
    6. On coming back from Update page to Supplier Site Search page, do you see old values of the site or the new values in the results table?
    Please share the screenshot if possible.
    -Prince
    [email protected]
    http://princekapoor82.blogspot.com

  • Urgent::Issue with advanced tables....

    Hi
    i am new to OA framework
    i have view instance (associated with a custom table..i want to insert data into this table using advanced table)with X view attributes..
    among them one is primary key.i set that using a sequence value..
    rest all.. i made them as columns of an advanced table..
    two among the above are form values..
    now i added a footer for adding a row in advanced table region...
    when i click on the add another row ...i am getting this error...please check it...i am stuck here since long time..
    Error: Cannot Display Page
    You cannot complete this task because one of the following events caused a loss of page data:
    * Your login session has expired.
    * A system failure has occurred.

    i added this code in my controller....
    if ((tableBean.getName().equals(pageContext.getParameter(SOURCE_PARAM)))
    && (ADD_ROWS_EVENT.equals(pageContext.getParameter(EVENT_PARAM)))) {
    am.invokeMethod("createRecordInv");
    and in my am i wrote this..
    public void createRecordInv()
    try
    ARTransactionLineVOImpl vo = getARTransactionLineVO1();
    if (!vo.isPreparedForExecution())
    {   vo.executeQuery();     }
    if (vo != null)
    vo.setMaxFetchSize(0);
    ARTransactionLineVORowImpl row1 = ( ARTransactionLineVORowImpl)vo.createRow();
    if (vo.getFetchedRowCount() == 0)
    vo.insertRow(row1);
    else
    { vo.insertRowAtRangeIndex(vo.getFetchedRowCount(),row1); }
    row1.setNewRowState(row1.STATUS_INITIALIZED);
    OADBTransaction transaction = getOADBTransaction();
    Number CdArScheduleId = transaction.getSequenceValue("CLE_CD_CASH_DOC_AR_INVS_ALL_S");
    ARTransactionLineVORowImpl TransDetailsVORow = (ARTransactionLineVORowImpl)vo.getCurrentRow();
    TransDetailsVORow.setCdArScheduleId(CdArScheduleId);
    catch(Exception ex)
    { ex.getMessage();  }
    i am getting NULL POINTER EXCEPTION.....
    i set some of the values in advanced table prgramatically later using PPR...
    is it ok....
    just look into this n let me know if im wrog some where....

  • Need to upload a CSV/Excel to a table in OAF page

    I have an updatable products table on a OAF page. I need to provide that table with an 'Upload' button, On clicking, user should be able to browse for the excel/csv(It contain some products) file from local desktop and be able to upload it into products table.
    Any idea how this can be done?
    Do we need to use messageFileUpload> get DataObject>> convert to StringBuffer>>> and break it into rows >>>>insert each row thru VO >>>>> refresh the VO?
    Is that the process or do we have any other process. If so could you please point out to some examples of using messageFileUpload?
    Thanks,
    Santosh.

    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    OAApplicationModule am = (OAApplicationModule) pageContext.getApplicationModule(webBean);
    OAViewObjectImpl vo = (OAViewObjectImpl) am.findViewObject("XxCholaCsvDemoVO1");
    if ("Go".equals(pageContext.getParameter(EVENT_PARAM)))
    DataObject fileUploadData =(DataObject)pageContext.getNamedDataObject("FileUploadItem");
    String fileName = null;
    String contentType = null;
    Long fileSize = null;
    Integer fileType = new Integer(6);
    BlobDomain uploadedByteStream = null;
    BufferedReader in = null;
    try
    fileName = (String)fileUploadData.selectValue(null, "UPLOAD_FILE_NAME");
    contentType =(String)fileUploadData.selectValue(null, "UPLOAD_FILE_MIME_TYPE");
    uploadedByteStream = (BlobDomain)fileUploadData.selectValue(null, fileName);
    in = new BufferedReader(new InputStreamReader(uploadedByteStream.getBinaryStream()));
    fileSize = new Long(uploadedByteStream.getLength());
    System.out.println("fileSize"+fileSize);
    catch(NullPointerException ex)
    throw new OAException("Please Select a File to Upload", OAException.ERROR);
    try{
    //Open the CSV file for reading
    String lineReader="";
    long t =0;
    String[] linetext;
    while (((lineReader = in.readLine()) !=null) ){
    //Split the deliminated data and
    if (lineReader.trim().length()>0)
    System.out.println("lineReader"+lineReader.length());
    linetext = lineReader.split(",");
    t++;
    //Print the current line being
    System.out.println(t + " - " +
    linetext[0].trim() + " - " + linetext[1].trim() + " - " +
    linetext[2].trim() + " - " + linetext[3].trim() + " - " +
    linetext[4].trim() + " - " + linetext[5].trim() );
    if (!vo.isPreparedForExecution()) {
    vo.setMaxFetchSize(0);
    vo.executeQuery();
    Row row = vo.createRow();
    row.setAttribute("Column1", linetext[0].trim());
    row.setAttribute("Column2",linetext[1].trim());
    row.setAttribute("Column3",linetext[2].trim());
    row.setAttribute("Column4", linetext[3].trim());
    vo.last();
    vo.next();
    vo.insertRow(row);
    catch (IOException e)
    throw new OAException(e.getMessage,OAException.ERROR);
    else if ("Upload".equals(pageContext.getParameter(EVENT_PARAM))) {
    am.getTransaction().commit();
    throw new OAException("Uploaded SuccessFully",OAException.CONFIRMATION);
    }

  • Sorting issue in Advance table region

    Hi All,
    Facing issue in sorting.
    I have an advance table region , I have set the property
    Sort Allowed : Yes ; Sort By View Attribute : View attribute Name
    This is working for all the columns but it is failing for date columns.
    Data is not getting sorted for date columns.
    Output format of Date is : 09-Feb13 09:08:01
    Please help.
    Do let me know if any further information is required.

    Hi All,
    Can anyone lookinto this  ...
    Am still waiting for an update ...

  • Beehive Team Collaboration Workspace - Advanced Tables in Wiki Pages

    I am attempting to use advanced tables, which allow me to set the column width and banding. The tables look fine in the Rich Text Editor but when I publish the widths are all messed up.
    For example, I paste the following in the Wiki Markup window:
    <table id="sortable_advanced_table" width="100%" class="banded_table">
    <tr>
    <th width="110">**Code**</th><th>**Title**</th><th width="30">**AAA **</th><th width="30">**BBB**</th><th width="30">**CCC**</th>
    </tr>
    <tr>
    <td></td><td></td><td></td><td></td><td></td>
    </tr>
    <tr>
    <td></td><td></td><td></td><td></td><td></td>
    </tr>
    <tr>
    <td></td><td></td><td></td><td></td><td></td>
    </tr>
    </table>
    Then switch to Rich Text Editor, where the table looks fine (medium "Code" column, large "Title" column, and narrow columns for "AAA', "BBB", and "CCC". However, once I publish, the "Code"column takes about 40% of the total width, and the remaining columns divide the remaining space about equally.
    If it helps, this seems to be the relevant HTML code after it is published:
    <div class="beeki-body" style="padding: 5px 10px 5px 10px">
    <style> #advanced-table0 table{ width:100%;} #advanced-table0 tr.yui-dt-odd td , #advanced-table0 tr.yui-dt-odd td.yui-dt-asc, #advanced-table0 tr.yui-dt-odd td.yui-dt-desc { background-color:#EDF5FF; }</style><div id="advanced-table0"></div>
    <script type="text/javascript">
    WikiPage.renderAdvancedTable({"width":"100%","headingDefinitions":[{"key":"heading0","width":110,"label":"<strong class=\"bki-strong\">Code<\/strong>","sortable":false,"formatter":"formatTableCellString"},{"key":"heading1","label":"<strong class=\"bki-strong\">Title<\/strong>","sortable":false,"formatter":"formatTableCellString"},{"key":"heading2","width":30,"label":"<strong class=\"bki-strong\">AAA <\/strong>","sortable":false,"formatter":"formatTableCellString"},{"key":"heading3","width":30,"label":"<strong class=\"bki-strong\">BBB<\/strong>","sortable":false,"formatter":"formatTableCellString"},{"key":"heading4","width":30,"label":"<strong class=\"bki-strong\">CCC<\/strong>","sortable":false,"formatter":"formatTableCellString"}],"tableData":[{"heading0":"","heading2":"","heading3":"","heading4":"","heading1":""},{"heading0":"","heading2":"","heading3":"","heading4":"","heading1":""},{"heading0":"","heading2":"","heading3":"","heading4":"","heading1":""}],"responseSchema":{"fields":[{"key":"heading0","parser":"YAHOO.util.DataSource.parseString"},"heading0-style",{"key":"heading1","parser":"YAHOO.util.DataSource.parseString"},"heading1-style",{"key":"heading2","parser":"YAHOO.util.DataSource.parseString"},"heading2-style",{"key":"heading3","parser":"YAHOO.util.DataSource.parseString"},"heading3-style",{"key":"heading4","parser":"YAHOO.util.DataSource.parseString"},"heading4-style","style","align","valign","height"]},"id":"advanced-table0"});
    </script>
    <p class="bki-p"></p></div>
    </div>
    Any help or advice would be greatly appreciated. If I mis-posted this question, I apologize...

    Hi Jochen,
    There have been a number of Enhancement Requests to add Wiki pages to Outlook/OBEO. That said, we don't have current plans to make team wiki's available (and editable) through Outlook/ OBEO.
    Regards,
    Duane

  • Raising errors in trigger of table underlying OAF page

    we have the standard customer page of Oracle R12. We are modifying the triggers of the TCA tables to check for certain conditions during updates.
    In the trigger I am checking for a condition and setting an error message as follows :
    IF nvl(:OLD.ATTRIBUTE1, 'APPROVED') NOT IN ('NEW', 'APPROVED', 'REJECTED') THEN
    FND_MESSAGE.SET_NAME('AR', 'XO2C_SALES_UPD_ERROR');
         raise_application_error(-20000,fnd_message.get);          
    END IF;
    I want only this error message to appear on the page. however the message shown on the page is :
    The following SQL error occurred: ORA-20000: cannot update record in pending status ORA-06512: at "APPS.XO2C_HZ_PARTY_ACCT_PREUPD_T1", line 26 ORA-04088: error during execution of trigger 'APPS.XO2C_HZ_PARTY_ACCT_PREUPD_T1'.
    I want only the line "cannot update record in pending status " to be shown. How do i acheive this. Is it becuase the error is raised in a trigger versus a procedure that the page shows it in this manner ?
    please help.
    thanks,

    You need to extend the CO and put the logic discussed in the thread in it.. to make this happen.
    --Mukul                                                                                                                                                                                                                               

  • Issue with Landscape table in Portrait Page

    Hi All,
    I have requirement where i need have a table that should be in the landscape format..like the output should display like this.
    Jan Feb Jun
    100 20 30
    Only the Month and Value are coming from the Query..So how can i achieve this in Rtf..
    Please help..
    Thanks
    Bharat

    You can use for-each@column and for-each@cell

Maybe you are looking for

  • Editing (or replacing) a function

    TLDR: I'd like to edit a line of code inside of a function. Is editing the code and then running the CREATE OR REPLACE FUNCTION command basically the same thing as editing the function? A user is receiving the following error message while running a

  • How can I set the default line height?

    Greetings, I have a report that displays observed behavior in a list format like the one below: Behavior Observed:        Withdrawn                Happy     Sad     angry There are 5 responses as to the severity of the behavior or it is left blank if

  • I just bought a new 4s and I can't activate using cellular connection, what is wrong?

    I just bought a new 4s and I can't activate it using cellular connection and Wi-Fi and also I can't seem to get the iTunes connection option from my phone as well. What can I do?

  • How to display different Time Statement forms in ITS service PZ04

    Hi all, I am working on a underlyinge R/3 4.7 system and are working with standalone ITS and ESS 50.4. I am posting this question to find out if any of you has experience with my problem. The business wishes to use the ITS transation PZ04 standard an

  • Spry vertical menu not working

    I posted this before and still haven't solved so I am going to try again. . My Vertical Spry menu bar won't show the submenu items in ANY browser.  I have tried completely deleting everything involved with that menu and starting over and still can't