How to display path?

in my application i want to display path to the user like wise it is displyed in this site.
eg. poroducts>portal>applications
how to do this?
and in the report , for each row i want to keep one image for sending email. so that if user want to send eamil they will click that image and one form shud appear .
how to manage this?
waiting with hope
thanxs in advance.

etresoft wrote:
You can always use Finder > Find or Smart Folders with the path bar.
Indeed! I have always been under the impression that the search box on the right of all Finder windows uses the Spotlight database and search mechanism, but in a Finder-friendly context. Type the word or phrase, which will be searched in file contents, names, etc., and a list of files related to it pop up, as located via Spotlight. Click on any one to select, and the full path always appears on the bottom of the window.
Of course, keeping a trim & slim Spotlight index in every volume helps speed up the search. Lion's indexes seem to be better kept and less bloated, but you can always force a reindexing by purging them using an appropriate utility. I've used OnyX, MacPilot, and Spotless (in days prior to the Lion).

Similar Messages

  • How to display all data on one page in web app

    Hello.
    So I have web app JSF (IceFaces framework) + JBoss all Crystal Report working perfectly. So I have page with Crystal Report tags (e.g.
    <bocrv:reportPageViewer reportSource="#{crystalReport.reportPath}" ...
    in this report I have table with some data (data from DB) and I want to display this data on one page. Unfortunately now this data are moving to the next page and unfortunately I even donu2019t know how switch to the next page (I see only info e.g. 1with 2).
    So how to display this data on one page if its impossible how to torn on pagination.

    So I canu2019t do this, I canu2019t display all data on one page (until Iu2019m using JSF tags)?
    In JSF tags Iu2019m setting only path to file. In my bean Iu2019m using u201CReportClientDocumentu201D object itu2019s easy way to load report file (u201Copenu201D method) and set parameters (u201CgetDataDefController().getParameterFieldController()u201D method) and also connect to data base (u201Clogonu201D method) but I havenu2019t this property u201CsetSeparatePages(boolean)u201D.
    Maybe Iu2019m doing this wrong and there is a simpler way maybe I can use somehow u201CCrystalReportVieweru201D please give my any advice.

  • How to display the NULL records by multiple XMLTABLE()

    First, let me provide the testing data of INSERT and CREATE TABLE sql:
    create table xml_t2 (xml_raw XMLTYPE);insert sql, a bit long.....just copy and paste then run it will be OK!
    the system warns: Your message exceeds the maximum length of 30000 characters.
    So, I place it on the mediafire shariing space
    http://www.mediafire.com/?npmot6lgl86dgliTesting SQL:
    SELECT t1.years, t1.months,t1.days,t1.hours,t1.value,t2.value
            FROM xml_t2,
            XMLTABLE ('$d/cdata/F1' passing xml_raw as "d" COLUMNS years integer path '//year', months varchar(3) path '//month', days varchar(2) path '//day', hours varchar(2) path '//hour', mins varchar(2) path '//minute', value float path '//value') t1 ,
            XMLTABLE ('$d/cdata/F2' passing xml_raw as "d" COLUMNS years integer path '//year', months varchar(3) path '//month', days varchar(2) path '//day', hours varchar(2) path '//hour', mins varchar(2) path '//minute', value float path '//value') t2The condition for now is....In the xml data, I have deleted the month 'Jan' with <F2>tag which is in 2010.
    That mean the output of XMLTABLE t2 will not contain the 'Jan' records but it is still remain in XMLTABLE t1.
    The problem is that when I use the above SQL to show the t1.value, it will not display the t1.value in 2010 Jan.....it just skipped 'Jan' and becomes 'Feb'...
    what i would prefer to display is something like this:
    YEARS MONTHS DAYS HOURS t1_value t2_value
    2009     Jan    01   01       8       8
    2009     Jan    01   02       8     580
    2009     Jan    02   01     580     580
    2009     Jan    02   02     580     580
    2009     Feb    01   01     440     440
    2010     Jan    01   01     627     NULL
    2010     Jan    01   02     627     NULL
    2010     Jan    02   01     367     NULL
    2010     Jan    02   02     367     NULL
    2010     Feb    01   01     367     849
    2010     Feb    01   02     849     849
    ..............So...the main problem is how to display back the record in JAN in 2010 in t1 XMLTABLE and assign null to the t2 XMLTABLE since it doen't contains this months record.
    THANKS for help!!

    Hi,
    What's your database version?
    Are you using binary XML storage? (This is the default in 11.2.0.2)
    If not you have to explicitely specify it :
    create table xml_t2 (xml_raw XMLTYPE)
    xmltype column xml_raw store as securefile binary xml;Along with object-relational, it's the best storage strategy to use in conjunction with XMLIndex.
    You should also use a structured XML index instead, it's more appropriate than the unstructured index you're currently using :
    create index xml_t2_sxi on xml_t2 (xml_raw)
    indextype is xdb.xmlindex
    parameters (q'#
    XMLTABLE xml_t2_xt '/cdata'
    COLUMNS
    YEARS  INTEGER    PATH 'F1/name/year',
    MONTHS VARCHAR(3) PATH 'F1/name/month',
    DAYS   VARCHAR(2) PATH 'F1/name/day',
    HOURS  VARCHAR(2) PATH 'F1/name/hour',
    MINS   VARCHAR(2) PATH 'F1/name/minute',
    VALUE  FLOAT      PATH 'F1/name/value',
    VALUE2 FLOAT      PATH 'F2/name/value'
    call dbms_stats.gather_table_stats(user, 'XML_T2');Use the query provided by Stew and check the explain plan, you'll see the difference.

  • How to display the velocity template in browser

    Hi All,
    Am new to vm. Can anyone help me, how to display the content of .vm file in browser ?
    Am able to display the content of .vm file in console.
    Whether this is because of any path issues ?
    Thanks in Advance.

    Hi PKG,
    I think the easiest way to achive this, is to design your RenderListItem form like your ShowForm and restrict the number of items in your collection renderer to "1".
    So a list is rendererd with exactly one item.
    Kind Regards
    --Matthias

  • [svn:osmf:] 15505: Fix image smoothing, which had been broken as a result of some changes to how the display object of an ImageElement is exposed .

    Revision: 15505
    Revision: 15505
    Author:   [email protected]
    Date:     2010-04-16 09:29:26 -0700 (Fri, 16 Apr 2010)
    Log Message:
    Fix image smoothing, which had been broken as a result of some changes to how the display object of an ImageElement is exposed.  Add integration test.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/ImageElement.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/elements/TestImageElementIntegration.as

    That's a comment in the file. It has no effect at all.

  • How to display field Functional Location Field in Asset Master Data

    Dear Experts,
    I really appreciate for your advices on how to display Functional Location Field in Asset Master data.
    I have checked the configuration on path IMG:\Financial Accounting->Asset Accounting->Master Data->Screen Layout->Define Screen Layout for Master Data
    I have chosen the screen layout and review all Logical Field Groups. And there's no field "Functional Location" is available. I also didn't find "Add New" button to add "Functional Location" field.
    Thank you
    Best regards,
    Frans

    Dear Frans,
    I am sorry this is not possible.
    Note 140482:
    The field was created as a precaution. However, it is not being used at 
    present and consequently is not supplied.                               
    In particular, you cannot use the field as a criterion for a selection  
    in Asset Accounting reporting. This is still true even if this field has
    been included in the selection view delivered for the dynamic selections
    by modification.                                                        
    regards Bernhard

  • How to display the data of CJ2C(T-CODE) using web dynpro abap

    Hi all:
        How to display the data of CJ2C(T-CODE) using web dynpro abap.
        CJ2C used to display a Gantt Chart.
        Thanks.

    Hi,
    Create a Value attribute (resource) of type Resource, bind it with the property of File Upload UI element.
    On action place the code and Deploy the application
    byte[] bytes = new byte[ 1024];
    FileOutputStream out = new FileOutputStream( new File( <path in server>));
    InputStream in = resource.read( true);
    int len;
    while( ( len = in.read( bytes)) > 0)
         out.write( bytes, 0, len);
    in.close();
    out.close();
    Regards
         Vinod V

  • How to display Prompt values in Narrative

    Using 11.1.1.6.2
    Within a dashboard page I have a table with a dimension hierarchy for organization. If you click a division it runs an action link to call a browser script (javascript in a text section on the dashboard) passing the division. If you expand the division and click a market it calls the same javascript function.
    The Javascript function then uses Go Path to refresh an analysis within an iFrame on the dashboard page and passes either the Division value or the Market value.
    The target analysis has two filters: Division is prompted and Market is prompted.
    So after all that my question is how could I display the two passed values from the Go Path call in a narrative on the target analysis? Or I guess the alternative question is how to display the filter values on the narrative.
    Sorry for the long explanation, but hopefully this makes sense.
    Thanks for any help or suggestions.
    Brad

    Use @n to include the results from the designated column in the narrative. For example, @1 inserts the results from the first column
    Assuming you want to show the selected value for Division from prompt.
    Add Division column in the report criteria and call it @1, where 1 is position of Division column
    You may hide the Division column from report, if you dont have to show in the report
    Edited by: Srini VEERAVALLI on Feb 7, 2013 3:22 PM

  • How to display Flash Content uploaded in Admin Console

    HI All ,
    I have created a flash content in the admin console.Flash file is uploaded to a binary property.
    I have to display that flash file in the JSP.
    Normally , a Image can be displayed in the JSP , with following tag,
    *<img src="<%=request.getContextPath() + "/ShowProperty" + node.getPath()+"//Brochure-Image"%>" />*
    But how to display a flash content uploaded in the admin console.
    Pls suggest me in this regard,
    Srinivas

    There is no wlp tag to display flash image. You have to use HTML object tag for this. Just google it and you will find lot of answer how to include flash file in your JSP.
    Either you pass a path to your repository or save the file somewhere on you local drive and use that path.
    <object width="968" height="209" id="mymoviename">
                        <param name="movie" value="../flash/abcd.swf"/>
                        <param name="quality" value="high"/>
                        <embed src="../flash/abcd.swf" quality="high"
                        pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
                        type="application/x-shockwave-flash" width="774" height="204"></embed>
    </object>

  • How to display MICR font in XMLP where APPS is running on WINDOWS Server?

    Hi,
    I'm working on check printing reports with XMLP. In the output I need to print the check number in the last line of the page in MICR fonts. To do this I have followed the below steps...
    1. Installed the font (MICRe13b5.ttf) in local machine.
    2. Also placed this font in "\apps\ued02\applmgr\common\util\java\1.4\j2sdk1.4.2_04\lib\fonts" folder on the WINDOWS 2003 SERVER.
    3. We placed "xdo.cfg" in "\apps\ued02\applmgr\common\util\java\1.4\j2sdk1.4.2_04\lib\fonts" and "\apps\ued02\applmgr\common\util\java\1.4\j2sdk1.4.2_04\lib" folders.
    We made an entry for the MICR font in the xdo.cfg file.
    When we run the report it's showing the MICR Line in NORMAL FONT (ARIAL).
    Can someone help me how to display the MICR fonts where Oracle Apps running on WINDOWS server?

    The xdo.cfg contains below info.
    <config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
    <!-- Font setting -->
    <fonts>
    <font family="MICRe13b" style="normal" weight="normal">
    <truetype path="\apps\ued02\applmgr\common\util\java\1.4\j2sdk1.4.2_04\jre\lib\fonts\MICRe13b5.ttf"/>
    </font>
    </fonts>
    </config>

  • How to display Oracle error in web page

    Hi ,
    I am developing an application in Weblogic 10.2 and java . The data is fetched in oracle and i storre it in vector and display the same in the webpage .Whenever an oracle error or exception occurs , i need that ORA message to be displayed on the page , instead i get the error from Weblogic server being displayed on the page .The weblogic exception takes the precedence and it is displayed. Can anyone let me knwo how to display the oracle error instead of these head breaking lines , since it irritates the end users
    <Feb 10, 2009 6:38:31 AM MST> <Error> <HTTP> <BEA-101020> <[ServletContext(id=11
    504434,name=DefaultWebApp,context-path=/DefaultWebApp)] Servlet failed with Exce
    ption
    java.lang.NullPointerException
    at jsp_servlet.__ttt_cust_info._jspService(__ttt_cust_info.java:505)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:465)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:348)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:7047)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >

    I'm not convince that the null pointer exception is coming from the database. Rather, whatever you wrote to package the result might be at fault. Regardless, typically, to avoid the web container swallowing an exception is to catch it yourself. Your database call will need to catch the exception and repackage it for the JSP. A bad style would be to use scriptlet and catch the exception, but it could be useful for debugging.

  • 10 bit colour display path for lightroom 3??

    I have been following an interesting forum topic on the PS forum here about 10 bit monitor support in PS CS5.
    For some background:
    10 bits/pixel is becoming more prevalent with high-end displays these days (it provides 1.07 billion color possibilities instead of the 16.7 million colors available with the regular 8 bit display path). Getting a fully working 10 bit path from the app to the display appears to be more of a challenge though, but a challenge which appears to have been overcome now in PS CS5. I'm wondering if moves are afoot for Lightroom to also support the 10 bit color path??
    This is my take for what you need for PS CS5 to display 10 bit colour in windows (sorry, I'm not a Mac person so couldn't comment):
    Suitable graphics adaptor - Some ATI FirePro models and nVidia Quadro models support 10 bit color (cheapest is nVidia Quadro FX 580) - the availability/use of the displayport interface is most often the tell tale pointer as to whether the adaptor supports this. Only more recent driver packs provide 10bit API support for apps to utilise, so latest drivers are often required.
    Displayport connection between graphics adaptor and monitor (DVI only supports 8 bit color)
    A monitor which supports 10bit color - (High end NEC models (PA241W/PA271W models and new Spectraview Reference models in UK) now support this as does the HP DreamColor plus some Eizo and Lacie models to mention a few)
    Enable 10bit color support in the Graphics adaptor control panel - this option generally only appears when all of the above is in place, and when enabled, provides the display path via OpenGL, for apps to utilise if they are coded for such (this option is known as 'Enable 10-bit pixel format support' for ATI, and 'Deep color for 3D applications' for nVidia)
    Enable OpenGL hardware support (under Preferences, Performance,  'Enable OpenGL Drawing' in PS CS5)
    So will this be supported in Lightroom 3 before long? Or perhaps it is already??
    Anyone know this?
    Thanks, Paul
    p.s. I realise the above chain of requirements sounds complex, but I got it working this week for a new PC build and it was actually quite straightforward.

    martin-s wrote:
    What would be the advantage of this?
    If you google around for how many colours the human eye is able to distinguish, you'll find scientific research quoting numbers around 10.000.000.
    Horribly false.
    The prevalent sRGB color space is covered fairly well by the 8 bits per pixel depth most commonly used ("32 bit" or "True Color" color in Windows), and that is about 16.7 million colors.  While bit depth and color space are different things, once you go to the wider gamuts in other color spaces such as Adobe RGB without using more bits you will start to see banding in similarly colored (blue skies is a good example) areas because there are not enough digital steps to make smooth transitions as the color gradually changes.  Take my word for it (I've seen it in many of my own pictures.) or do more reading for more details if it's not clear, but the key points follow.
    First go to:
    http://en.wikipedia.org/wiki/XvYCC
    and read about the xvYCC color space.  In their reference number 2 down toward the bottom of the web page you find a link to:
    http://data.memberclicks.com/site/hopa/2007_xvYCC_forHPA_FINAL.pdf
    which is a pdf of a presentation discussing extended gamut color spaces.  Check out slide 3 which is at the bottom left of page 1 to see examples of many things in the real world that are quite visible to humans but outside of sRGB.
    Next check out slide 19 at the bottom left of the 5th page to see just how pathetic sRGB is at covering human vision.  The small pictures on the right in this slide show the coverage of the various color spaces of the "Munsell Color Cascade".  The gray areas indicate colors that each space cannot cover, and you can see sRGB has huge blotches of gray.
    Munsell did some of the very early definitive lab testing of human color perception.  You can start reading about him and his color system here:
    http://en.wikipedia.org/wiki/Munsell_color_system
    and continue reading other links found on that page for more info about the extensive lab testing of human color perception.
    Looking back at slide 4 on page 1 of the presentation linked above you will find an odd looking colored region that is curved around the top.  It looks like this:
    That colored region is the estimated range of standard human vision.  There is a version of that which has the sRGB color space shown on it at:
    http://en.wikipedia.org/wiki/File:Cie_Chart_with_sRGB_gamut_by_spigget.png
    And that large view also gives you a much better idea of just how pathetically inadequate the sRGB color space is at covering human vision.  Again, bit depth is not color space, but 8 bits per pixel is pretty much maxed out trying to represent the sRGB color space without having to fake colors within it's triangle.
    There are probably cases where banding can be seen even in purely sRGB images with only 8 bits per pixel.  And every color that you see in that large region with the curve at the top (in the picture shown in the last link above) that lies outside the sRGB triangle will have to be "clipped", which is converted into some color that does lie within the space.  That means you never see any actual colors that fall outside the triangle even if 8 bits per pixel could have covered them somehow using some other color space.  They're simply lost.
    If you do try to use 8 bits for wider gamut color spaces you end up with the banding I mention above because there are too many shades of color to be represented by 256 steps for each of red, green, and blue.  Thus the need for 10 bits or more per pixel.
    I hope this helps to dispel any more myths about the limitations of human vision falling within what 8 bits per pixel or sRGB can provide.

  • How to display an image, which is stored in a database?

    Hi All,
    I would like to display an image with Web Dynpro.
    I already know how to display an image which is stored in the path src/mimes/Components/...
    But does anybody knows, how to display an image which is stored in a database (e.g. MaxDB)as a datatype of binary?
    Thanks in advance!
    Regards,
    Silvia

    Hallo John,
    yes, you can use the Image UI element.
    Further you have to create a String for the URL. Implement like as follows:
    IWDCachedWebResource cachedResource = null;
    String imgUrl = null;
    WDAttributeInfo attInfo = wdContext.getNodeInfo().getAttribute(IPrivateXYView.IXYElement.PIC_DB);
    IWDModifiableBinaryType binaryType =
                   (IWDModifiableBinaryType) attInfo.getModifiableSimpleType();
    binaryType.setMimeType(WDWebResourceType.JPG_IMAGE);//Example *.jpg
    WDWebResourceType type = binaryType.getMimeType();
    byte[] file = wdContext.currentXYElement().getPicDB();
    if (file != null)
    cachedResource = WDWebResource.getWebResource(file, type);
    try
    imgUrl = cachedResource.getURL();
    catch (WDURLException e)
    IWDMessageManager msgMgr = wdComponentAPI.getMessageManager();
                        msgMgr.reportException(e.getLocalizedMessage(), true);
    I hope it will help you.
    Regards,
    Silvia

  • How to display images on a servlet generated page???

    Hi, I am developing an app in which I must display some messages, each message may have an image. The images are saved in the database. I do not want to save the image on the filesystem but instead of that I want to send the image as an attribute to the page but I dont know then how to display it. I have no idea about how to do that! Any help on this would be very appreciated!

    mmm yes I know that the img tag displays an image but I am asking how to display the image without saving the file into the server filesystem, I mean something like:
    1.- getting the bytes from the Database
    2.- getting an Image object
    3.- pasing it to the request as an attribute
    4.- getting that attribute from the request
    5.- displaying it on somehow directly from the image var or something.
    the src parameter of the img tag takes as a string the path of the image, but i dont want to save it.

  • How to display each anchor point number or label?

    Hello AI Community,..
                                      in an earlier Illustrator CS version, i was able to display any Paths' anchor point Numbers or label. But in CS6 with both "Anchor/Path Labels" enabled in Prefs. > Smart Guide section and in View > Smart Guides, no Point Numbers are displayed.
    Please let me know,..
    1) ..how to display each paths anchor point numbers or label?
    Thanks again for any help or suggestions,
    Jeff

    Thanks Kurt,..
                          just got in, checked and saw Measurment Labels, Anchor/Path Labels, Alignment Guides and Obj,Highlighting are all on. I also realized their working properly as "Anchor" and "Path" text labels display whenever moused over.
    But i can't remember how i enabled anchor point numeric display?
    Checked all menus i could find without luck.
    Any and all suggestions appreciated,
    Jeff

Maybe you are looking for

  • Staging area for inserts only?

    If our DW will only over contain inserts, do we require a staging area?

  • Appletv not finding my mac

    since the latest update my appletv no longer see's my mac mini across my wifi network. I made sure both the appletv and the mac mini/itunes were all up to date versions, restarted both. Double checked the wifi  (my iphone/ipad both see my mac mini's

  • Migration CAN´T PARSE BIG PROCEDURES!!!!

    Migration can´t parse Procedures bigger than 250kb!! How can i resolve this problem??? Tks, Paulo Portugal.

  • Script to view SVG files in Bridge?

    Is there a script to view SVG files in Bridge? I have to compare 55k images converted from eps to svg.

  • Userexit for va01

    Hi Friends, I have to code user exit for Tr VA01, i have got the exit name but my requirement is in sales order creation if user enters a material,  here i want to check whether it is a BOM, if it is a bom i want to make its items in display mode. ca