Icons not displayed in an AS Forms&Reports 10.1.2  two tiers configuration

Hi all,
I have a two tiers configuration of AS 10.1.2.x. The backend side is a BI_Forms installation and the frontend is a http_server standalone installation.
The problem is that the buttons' icons don't appear when I access to my application from the front-end but they do from the http_server of the backend.
Can anybody help me?
Regards.
Leticia.

I am not clear about ur set up ( 2 tier conf)
Things I would check
1 Entry for registry.dat for icon
2 test the icon using the url http://xyz.com/save.gif
3 Use the same url to access it from the 2 tier configuraiton
And let me know what values u have in the registry.dat , whats the url to access the forms from front end and from BI_Forms / any other
Rajesh Alex

Similar Messages

  • How can i reorder the columns in the do not display section of the interactive report.

    Hi,
    My interactive report contains 185 columns, and the user requieres to build his customized reports with some columns, but the he gets lost between this amount of columns, this would be easier if the columns in the do not display section of the interactive report would be sorted automaticaly, Is this possible?
    Thanks a lot,

    Hi Eva,
    One solution would be to order the column names alphabetically. You can create a JavaScript dynamic action to handle the sorting.
    The shuttle of the IR attribute "Select Columns" have the ID's "apexir_SHUTTLE_LEFT" or the Hidden colums and "apexir_SHUTTLE_RIGHT" for the displayed columns.
    The function you'd need to create would look like:
    var options = $('select#apexir_SHUTTLE_LEFT option');
    var arr = options.map(function(_, o) { return { t: $(o).text(), v: o.value }; }).get();
    arr.sort(function(o1, o2) { return o1.t > o2.t ? 1 : o1.t < o2.t ? -1 : 0; });
    options.each(function(i, o) {
      o.value = arr[i].v;
      $(o).text(arr[i].t);
    var options = $('select#apexir_SHUTTLE_RIGHT option');
    var arr = options.map(function(_, o) { return { t: $(o).text(), v: o.value }; }).get();
    arr.sort(function(o1, o2) { return o1.t > o2.t ? 1 : o1.t < o2.t ? -1 : 0; });
    options.each(function(i, o) {
      o.value = arr[i].v;
      $(o).text(arr[i].t);
    You'd need to find the propper timing for the dynamic action to run, I guess click of the button "Select Columns" would do the trick.
    Regards,
    Vincent
    http://vincentdeelen.blogspot.com

  • IPhoto event icons not displaying in chronological order. How do I fix?

    iPhoto event icons not displaying in chronological order. How do I fix?

    Have you explored the options under the View -> Sort Events menu?
    Regards
    TD

  • Wirless icon not displaying, but says I am connected to network

    I am a new Iphone user, so I apologize is this a rookie questions. I believe I am connected to my house wireless connected as the name of my network is checked off when I go to settings and Wifi.
    My question is, though, why is my icon not displaying on the top left corner? It displays when I am connected at work and everywhere else I was able to connect. Is there something in my settings that I may have checked?
    And, does that mean I am not really connected wirelessly?
    Thanks in advance for your help!

    Thanks, all. So, I just rebooted and there was no change.
    Then, as SteveCWatkings recommended, I went into my settings page. I went into the properties page, and there isn't anything listed beside IP address, Subnet Mask, Router, DNS, etc. They are all empty...
    *UPDATE*
    Okay, something just happened. AS I WAS RESPONDING, I was clicking on each of the fields (IP address, Subnet, etc to see if I could enter information since they were empty. And,when I got to DNS, it allowed me to type something in. Not knowing what to enter, I clicked back and it took me back to the Settings page. So, I clicked on my network again and when I tapped my network, all the fields were filled in, and the icon appeared.
    So, now it appears to be connected. I don't know if it will remain connected, or if I had to tap something (DNS?) or if it was glitch, but it appears to be working now.
    Thanks a ton!

  • Error: . fields not displayed because the HTML form was not yet opened.

    I had created a data base application using Import from one workspace(schema1) to another workspace(schema2).
    Created all the tables and data in schema2.
    Now when I'm trying to run the page getting the following error
    " Error: Item "P16_PRODUCT" was not displayed because the HTML form was not yet opened. "
    I'm not able to figure out what is that I'm missing during import due to which form is not opening.
    Removed the authorization from the pages in order to test the page. So, I don't think this is related to Authorization.
    Please help me in identifying the issue.
    Thanks,
    Suresh.

    Hello Suresh,
    >> I had created a data base application using Import from one workspace(schema1) to another workspace(schema2).
    Is the APEX version on both workspaces are the same? What is the APEX version?
    Please make sure that the page template you are using includes #FORM_OPEN# in the last line of the Header section.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

  • Printer preview do not display the newest PO form

    Hi experts,
    I have encountered a problem in SRM EBP. When I changed a PO form's delivery address, and then print
    the preview button, the pdf outputer do not display the newest PO form with the updated address, instead
    with the old address. While if I wait for about 1 hour or just reenter the display po menu, the preview
    displays the newest PO form. So my question is does it because the program which calls the smartforms
    read data from cache? And when a smartform is used in a web application, can I just set some attributes
    of the form to avoid the problem? Thanks in advance.

    Hi Michael,
    Thank you for your answer.  I have debuged the calling form process, the actual situation is wired.
    When I changed the ship-to-address on the web, the adrc is updated immediately. But the connection
    between the po and the ship-to-address is not updated. So the output preview just do what it should do,
    read data from the database then display it.  My question is why when the adrc is updated, then
    connection between the po and the ship-to-address is not updated immediately, and when is the exactly
    time that the connection can be updated.

  • Icons not displaying in oracle forms.

    Hi All,
    I am trying to display icons on Oracle forms 10g.I just brought over these forms from another system and I am trying to display the icons like next record, clear form etc..
    I have done the following steps so far. The icons are still not displaying. Appreciate any help.
    Created a folder in D:\oracle\oracleas\forms\java called icons.
    Copied all gif files and jpeg files into icons. Then created a jar file.
    D:\oracle\oracleas\forms\java>jar -cvf my_icons.jar icons
    It created the jar file in the same directory D:\oracle\oracleas\forms\java
    Also changes were made to these files as shown below each file.
    forms.conf
    AliasMatch ^/forms/icons/(..*) "D:\oracle\oracleas\forms\java\icons/$1"
    registry.dat
    default.icons.iconpath=http://servername:7778/forms/java/
    formweb.cfg
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    imageBase=codebase
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar,frmmain.jar, frmjdapi.jar, my_icons.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar,frmmain.jar, frmjdapi.jar, my_icons.jar
    Also added this line under orion-web-app in orion-web.xml file.
         <virtual-directory virtual-path="/icons" real-path="D:\oracle\oracleas\forms\java\icons" />
    Restarted the OC4J forms server after any change.

    To test your configuration, you can try building an URL:
    i.e.
    http://localhost:8889/forms/frmservlet/icons/iconname.gif
    Does it show the icon ?
    If that does not work, I would try re-generating the my_icons.jar file, but instead of going directly to the forms/java/icons folder, copy the icons folder to the root directory i.e. c:\icons and execute the command to jar the icons folder, then redeploy the my_icons.jar file.
    Then try again with the URL... if the URL does not work, you still have configuration issues.
    PS: Don't forget to clear the cache in your browser so that the new .jar files is loaded?
    Furthermore:
    ========
    Remove the changes made to the forms.conf and orion-web.xml, they are only needed if the icons are
    not stored in a .jar file.
    forms.conf
    AliasMatch ^/forms/icons/(..*) "D:\oracle\oracleas\forms\java\icons/$1"
    orion-web.xml
    <virtual-directory virtual-path="/icons" real-path="D:\oracle\oracleas\forms\java\icons" />
    Edited by: Rodolfo Ferrari on Jun 17, 2009 6:14 PM
    To double check your configuration, follow steps in metalink note 232413.1 - How to Deploy Iconic Images via a JAR File in Forms 9i/10g?.
    Edited by: Rodolfo Ferrari on Jun 17, 2009 7:19 PM
    Edited by: Rodolfo Ferrari on Jun 17, 2009 7:24 PM

  • Icon images not displayed on canvas in form developer

    It seems I've got the opposite problem from all the postings regarding icons. I've read the white paper: "How To Deploy Icons" and tried both "documentbase" and "codebase" settings, and icons are displayed fine in both cases when I preview (run the form from Form Developer), but I cannot see the gif images on canvas in Forms Developer, whatever setting I choose.
    I'm running DS 9.0.4 and the only specific thing is that my startup shortcut on my XME desktop is starting in a directory where we store our *.fmb *.fmx files (W:\ScreenDevelopement\... which is not default directory - when you run from Start -> Programs menu).
    It is not a big deal (I guess I can live without having images on canvas), but I don't understand why something that should be fairly simple to setup is such a pain.
    Thanks,
    A.M.

    No part of the picture is visible on canvas in Forms Developer, and neither UI_ICONS nor UI_ICON_EXTENSION is helping. It looks like Forms Developer is totally disconnected from the rest of the DS (run time), and cannot figure out where to look for the pictures. As I mentioned earlier, when I run the screen preview the pictures are visible.
    A.M.

  • Icon not displaying in Report Output

    hi,
    I have program which i m using
    PERFORM set_expcol(rsaqexce) USING %alv pb%exco.
    CALL FUNCTION 'ICON_CREATE'
           EXPORTING
             NAME                        = icon_data_area_expand
           TEXT                        = ' '
            INFO                         = text-200
           ADD_STDINF                  = 'X'
           IMPORTING
             RESULT                      = button
         EXCEPTIONS
           ICON_NOT_FOUND              = 1
           OUTPUTFIELD_TOO_SHORT       = 2
           OTHERS                      = 3
    icon_data_area_expand = @K1@
    Button: @K1\QExpand@
    Because of this icon is displaying with the text  @K1\QExpand@

    Hi,
    I think u r using PF-STATUS parameter in function module,
    if u use this parameter, you sholud give the icon name etc..
    otherwise by default it will appear.
    Check your code again.
    Give me exact requirement, if possible paste the code.
    Regards,
    Chandu

  • Menu toolbar icons not displayed in colour when deployed on the Web

    Hello!
    We are developing an application using Forms6i on Windows NT.
    Our problem is that menu toolbar icons are not displayed in colour when the application is deployed on the Web using lookAndFeel = generic. This is the case both when using Microsoft IE5 and Netscape 4.5. When lookAndFeel = oracle, however, the icons are displayed in colour.
    The icons are stored as *.gif files in the same directory as the application *.html file. It does not help to create a virtual path /web_icons/ in the www listener and edit the parameter default.icons.iconpath in the file Registry.dat.
    When running the application as client/server, the menu toolbar icons are displayed in colour as expected.
    Any ideas on how to solve this problem?
    Regards,
    Kjell Pedersen
    Nera SatCom AS
    Norway
    null

    Hi,
    I got the same problem and I didn't figure out, how to solve this problem.
    But did you try to printout the form anyway? I guess you will see the icons on the printout, won't you?
    Regards
    Dirk

  • Icon not displaying

    I am getting problem in displaying icons in the toolbar.
    Before posting here, i have gone through all the threads related to it, but could not get my problem fixed.
    Following steps have been followed:
    1- created jar file of the GIF images i.e. my.jar. All the images were in the root directory.
    2- Copied the jar file to G:\DevSuiteHome\forms\java directory.
    3- In the form, in the property of menu item, i specified the exactly same image file name with no extension.
    4- Modified the formsweb.cfg file with following changes:
    archive_jini=f90all_jini.jar,my.jar
    imagebase=codebase
    i can access the jar file in the browser using the following url:
    http://<servername>:8891/forms/java/my.jar
    The platform is Windows 2003 with Developer suit 10g.
    Kindly help me to fix this problem.
    Thanks

    Without changing any configuration, however, when i execute the application by entering the following command into the start->run menu
    iexplore http://ssi-mmunir.ssilhr.com.pk:8891/forms/frmservlethttp://ssi-mmunir.ssilhr.com.pk:8891/forms/frmservlet?config=summit
    then application successfully display the icons in the toolbar.
    But when it is executed from form builder, no icons are displayed.

  • Eye icon not displaying in AccordionPanelTab

    This problem is across sites. One of them is http://www.alvingolf.com/documents.html. Strangely, on that site, there is also an accordion where I cannot directly edit in design view, but must edit in the code. That page is http://www.alvingolf.com/banquet-room.html. All the other accordions on the site all editing in design view but still display no eye icon. I can open the panels in the Properties panel, however.
    SpryAccordion.js - version 0.15 - Spry Pre-Release 1.6.1
    SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1
    -- but greatly customized
    Dreamweaver CS5
    Other sites with the same problem are http://www.cityofhillcrestvillage.org/documents.html and http://www.bababaseball.org/documents.html. They have 1.6.1 .js but I noticed they have the 1.4 .css. Now I'm wondering if I copied over something important when I added my former styles back to the SpryAccordion.css on alvingolf.com.
    I would like to just reload the new framework, but the link given on the sidebar says explicitly that it ONLY works with CS4, and I have CS5. I found the file in my configuration folder in Program Files, so I'm going to give that a go, but if anyone knows of another reason why the eye might not display, please pass it on.
    Actually, this problem started before I upgraded to CS5. And I guess the one where I cannot edit directly is the subject of another post.
    Thanks,
    Karen

    Karen, I have also seen this behavior. Make sure you have not turned off your Invisible Elements. Even in CS5, I get the eyeball when I turn on Invisible Elements and Visual Aids.
    If your Spry code is corrupted, however, with an extra div or other item between structure that the widget needs to work, you will not get the eye AND your widget will break.
    I have also experienced not being able to edit in Design View. I have not completely tracked down the cause, but in situations where I have not stated a height (most situations) but HAVE spec'd overflow: hidden; I can't edit in Design View in that element. This is in CS5, which seems pickier than CS4 did.
    Regarding the sidebar link that states that it ONLY works with CS4, perhaps it means ONLY CS4 and NOT CS3. Typically, code will work going forward, but not work going backward in version. You can get a clue on precise meaning of that statement if you have a date on when it was made. If it was made before CS5 was released (March 2010), it probably means to exclude CS3. If it was made after March 2010, it could mean to exclude also CS5.
    You can make a copy of the files/site in case of catastrophe and try using the newer framework in CS5.
    Beth

  • LyX program icon not displayed

    I just installed the updated LyX package (lyx-1.6.1-1), but there's no icon in my gnome menu. The previous version (lyx-1.6.0-1) also had this issue. Could the maintainer fix this? In the file lyx.desktop the line "Icon=/usr/share/lyx/images/lyx.xpm" should be changed to "Icon=/usr/share/lyx/images/lyx.png", notice the extension of the file, .PNG instead of .XPM. I've tested this by building LyX from ABS and the icon is displayed properly.

    Please submit a bug report if it's not already done.

  • Sum icon not display

    Dear All
    In my alv report  sum icon is not displayed in the  toolbar.
    Tell me the reason please.

    Hi ,
    IS there at least One Integer  cloumn or TYpe P column  . Then only it will show SUM symbol in alv grid toolbar  .
    also there should  be  assigned field catelog  to do_sum  .
    if ls_fieldcat-fieldname = 'THISFIELD'.
    ls_fieldcat-do_sum = 'X'.
    modify lt_fieldcat from ls_fielcat.
    endif.
    What will be use of SUM symbol if there is no Integer Field  or numeric field  ? .
    regards
    Deepak.

  • Numeric data is not displayed in BI Publisher 11g report

    Hi,
    I'm using Oracle BI 11g (11.1.1.6.0).
    I'm experiencing a serious issue with numeric data in reports created with Publisher.
    When I define the query in the data model, numeric data gets declared as "integer" (even if it should be "double"). Anyway, when creating the layout all data is correctly shown.
    The issue emerges when I run the report in interactive mode: numeric data is not displayed at all.
    If I run it in HTML mode or other, I get proper results.
    I tried to explicitly CAST numeric data in the query to number(21, 6) but I get no different result.
    Any help or suggestion is warmly welcome.
    Thanks,
    Cristina

    Yes, assuming that you are using the Standalone version, following are some excerpt from user guide.
    10g see Oracle® Business Intelligence Publisher
    Report Designer's Guide
    Release 10.1.3.4
    Part No. E12187-01
    Chapter 6 Building a Data Template
    Supported Column Types
    CLOB (conditionally supported)
    The CLOB must contain text or XML. Data cannot be escaped inside the CLOB column.
    And for 11g see
    Oracle® Fusion Middleware
    Data Modeling Guide for Oracle Business Intelligence Publisher
    Release 11g (11.1.1)
    Part No. E18862-01
    Chapter 3 Creating Data Sets
    Using Data Stored as a Character Large Object (CLOB) in a Data Model
    BI Publisher supports using data stored as a character large object (CLOB) data type in
    your data models. This feature enables you to use XML data generated by a separate
    process and stored in your database as input to a BI Publisher data model.
    Use the Query Builder to retrieve the column in your SQL query, then use the data
    model editor to specify how you want the data structured. When the data model is
    executed, the data engine can structure the data either as:
    • a plain character set within an XML tag name that can be displayed in a report (for
    example, an Item Description)
    • structured XML
    Cheers,
    ND

Maybe you are looking for

  • How to change font size on Write screen only

    The Thunderbird Write (compose) screen allows font choices for HTML e-mails, but not font sizes in traditional 'points.' There is an up/down button set on the screen, and a setup option for small/medium/large, etc. By sending myself mail, and reading

  • Report to show all activities (ended and not ended)

    Hi, I would like to do a report to show all activities (not ended and ended), but when I do the report from "Activity" the only information shown is no ended activities. Is possible to show all activities? How can I do it? Thank you and regards.

  • Can you run Photoshop CS3 and CS5 on the same system?

    I did this before on another system where I had both CS2 and CS3 installed and I could run either version when I wanted.  Back then I just never bothered to uninstall CS2. Now on this system I'm tunning CS3 and I have some plug ins I use regularly th

  • Submit a batch of documents for review all at once?

    Hi all, I've been trying to see if Acrobat 9 or X has the ability to automate the submittal of multiple documents for shared review but haven't had much luck so far. I don't want to combine them all into one PDF, they need to be separate. Does anyone

  • Proxy settings for RSS-fees xml iView in portal v 7.0

    Hi, I have created an xml iView for RSS-feed and continue to receive this error when I want to preview the iview: "Error while using XML iView, please contact your system administrator" My proxy settings have been changed in System-Configuration -->