Open repository folder from oa page

Hi,
I need to open an repository folder through an OA page. ie i have the location path of my repository say \\otwa.oaf.
using an hyper link i should be able to open the repository folder.
can any one send me the steps / approach to acheive this task.
thanks a million

Hi,
My form file (*.fmb) is already in $AU_TOP/forms/US, and i DO NOT have any other custom libraries (other than the standard ones that come with TEMPLATE.fmb).
The problem occurs only when i try to open the form in enter query mode with a parameter (config_id) that i pass from the OA page.
I have another button, which opens the blank form, and it is working fine.
The OAF dev guide mentions
Step 4: If you wish to pass parameters to the form, set the Destination URI property with a value using the following format (Note that the parameter list is delimited by a space between each "parameter=value" pair):
form:responsibilityApplicationShortName:responsibilityKey:securityGroupKey:functionName:param1=value1 param2=value2 param3=value3
Do i need to make any changes to my form for this? Is there any example for this?
I am sure there must be quite a few modules haviong the same requirement.
Ashish

Similar Messages

  • How to hide 'catalog','open',home' link from dashboard page in obiee11g ?

    Hi,
    how to hide 'catalog','open',home' link from dashboard page in obiee11g based one users/groups.
    http://imageshare.web.id/images/e7tosu6qtsa9zdl1a8w8.jpg
    i.e: some users shold not able to see 'open','catalog',home link from dashboard but some power user/groups can able to see the 'open','catalog',home link.
    Thanks
    Deva

    Hi,
    I don't want to remove totally, what i am asking is there any
    Possibility to do users/groups wise,
    E.x:
    Work around home page
    Setting home page each users/groups wise . I am expecting like that option to
    Do open and catalog link.
    Home link not a priority .
    http://obieeelegant.blogspot.com/2011/06/how-to-changing-theobiee11g-homepage.html
    Thank
    Deva
    http://obieeelegant.blogspot.com

  • Opening downloaded templates from the Pages start menu

    can you do that? i downloaded a template for avery address labels and just have it sitting on my desktop right now. is there any way i can integrate it into my pages application thing so when i click to open the program, that template is one of the option i have to choose from?

    Pages stores documents you created & saved as templates in HD > Users > [your account] > Library > Application Support > iWork > Pages > Templates > My Templates. You can also move any downloaded templates into this folder to be available in the Pages template chooser. If you haven't saved any templates you've made, this folder path won't exist. The easiest & safest way to create it is to save a template. If you create it yourself, there is always the chance you may misname one or more. I have put an alias of this My Templates folder in a couple of places - in a folder of frequently accessed folders & files in my Dock and in the toolbar of Finder windows. You could also put it in the left panel of a Finder window. I find this is a much easier way for me to access my templates rather than using the Pages template chooser.

  • Open Windows folder from web link - Firefox

    Hi Guys,
    I'm trying to open a folder either through a link in Firefox, it doesn't open.
    Link:
    <a href="file://Server/Folder/" target="_blank"/>Open Directory</a>
    - IE8 works fine
    - FF 3.0.13 does nothing.
    I've also tried the OPENDIR funtion without any luck.

    If you are attempting to have this code on a page that is running from a web server, this won't work with most browsers. Are you running this page from the file system, or a web server?
    The best way to handle opening a remote file or dir is to use server side scripting.

  • Can't open pdf files from web pages

    I recently upgraded to Adobe Reader 8.1. Now I cannot open pdf files from email attachments. Advises to set Adobe Reader as default in folder options. When I try to do so, it appears to be OK, but still will not open files from emails.

    [email protected] wrote:
    > I recently upgraded to Adobe Reader 8.1. Now I cannot open pdf
    > files from email attachments. Advises to set Adobe Reader as
    > default in folder options. When I try to do so, it appears to be
    > OK, but still will not open files from emails.
    Did you check the settings of your mail client for handling attachments?
    Rainald

  • Opening Elements 9 from welcome page

    I can't open Elements 9 from the starter page.  The organizer opens, but the edit page will not open.

    I'm assuming that you're running Windows.
    Right-click on your Desktop and choose New...Shortcut.  In the "Create Shortcut" window, hit the "Browse" button and find the
    "C:\Program Files (x86)\Adobe\Photoshop Elements 10\PhotoshopElementsEditor.exe"
    file.  If it's not there, look for the
    "C:\Program Files\Adobe\Photoshop Elements 10\PhotoshopElementsEditor.exe"
    file to create the shortcut.
    Ken

  • Open dynamic tab from remote page

    Hi!
    I have a question. We use JDeveloper 11.1.2.1.0
    We are using dynamicTabShell template for dynamic tabs managment in our application. Everything works as it should if page is using dnymicTabShell template. But...
    I would like to have a Home.jspx that would load when client logs in. Home should be a special page without dynamic tabs support. I would like to have quick links on Home.jspx that would open certain page and bounded task flow with page fragments in application. How can I achieve that? Do I have to enable URL invoke property? Problem is, we implemented custom security that checks if client has proper permissions before task flow is launched through _launchActivity* method in launcher.java. URL invokation would make security more complex.
    In fewer words: Is there's a way of opening certain tab in application from page that does not use dynamicTabShell template? Or do I have to enable URL invoke property on bounded task flows with page fragments? How can I then check permissions if task flow is reachable through URL.
    I hope I'm being clear.
    Regards, Marko

    OK, is there no other way of opening a bounded task flow with page fragments in a page (which is using dynamicTabShell template) from other page that is not using dynamicTabShell template?
    Maybe calling _launchActivity in beforePhase is completely wrong approach, because "java.lang.NullPointerException: UIComponent is null" is returned.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Opening a Folder from Flash Exe

    I am actually looking for a solution where in I can open a
    folder by clicking a button in my Flash executable file.
    E.g., I have 'dbs.exe' I have a button in this file linking
    to Windows folder. when this button is clicked it should open the
    'Windows' Folder. Is this possible? How do I do it?

    Yes its possible using JStart look at this example
    http://www.flashjester.com/?section=faq&cPath=28_41#349
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. - www.flashjester.com
    "This has been one of the most impressive and thoroughly
    pleasant
    experiences of customer support I have ever come across -
    astounding!"
    Director - hedgeapple

  • Opening a folder from java

    Hows it going.
    I 'm trying to write a program to do this:
    when the user clicks a JButton, a windows folder or windows explorer window opens showing the contents of the C directory. I know how to do all the normal button stuff but does anyone know how to make the folder open?
    I hope some can help me
    Thanks,
    Jim

    if your code runs on a windows system and you only want to open the folder to show the content then use:
    Runtime.getRuntime().exec("explorer c:");But you can't get any events of user-action in this explorer.
    If you want the user to select a file/directory use javax.swing.JFileChooser;
    regards
    jumu

  • How to open (popup) a windows folder from a page?

    Hi,
    I´m building an application using Oracle Application Express (version 4.2). I need to open a windows folder (popup) using a button located wihtin a region (Region Type: HTML) . The configuration I used for the button item is:
    Name:
    Application: 109SCSG_oficial_Fll
    Page: 11 Ficha- Modificar Ficha
    Name: P11_OPEN_XPLORER
    Text Label/Alt: Abrir
    Attributes:
    Attributes: Image
    Image: mfopen.gif (it is an picture of a little folder)
    Attributtes: onClick="openFolder('P11_XPLORER');" (where P11_XPLORER is a text field filled from a oracle table with the folder´s path, e.g C:\3219)
    Action when Button is clicked:
    Action: Submit Page
    Excetute Validations: No
    Button Request: openFolder('C:\3219');
    It is not opening any windows folder. I appreciate any information regards how to configure a button item in order to do this.
    Regards,
    Luis

    This is illegal with in the realm of Web Pages.
    The most you can hope for is putting up a "File Browse.." item type.
    Now, if the files were placed where the Oracle Server can access it....
    (please remember:  Servers are not allowed to 'access' client machines.)

  • Open Specific Panel From Remote Page

    http://labs.adobe.com/technologies/spry/samples/collapsiblepanel/collapsible_panel_sample. htm
    Example 4 from the above link.
    The 'Open Panel' text link.
    How can I take this link and place it on a page [which
    contains no Collaspible Panels] so that when a user clicks on it -
    the link will redirect to a 2nd page that contains Collapsible
    Panels and open a specific Panel without compromising the basic
    functionality of the Panels on the 2nd page ??
    *NOTE -- The Panels on the 2nd page have been modified to be
    Closed at the time of page load and also the Animation has been
    disabled.

    Thanks Don.
    I checked out what you were talking about and it makes sense.
    I used something similar a few months back on some tabbed panels
    actually. Didn't think about applying it to Collapsible Panels.
    Except that I'm not sure how to translate it over to a
    Collapsible Panel.
    Tabbed Panels Example
    ?panel=4#examples
    But the C.P. are not contained inside of a group to make a
    complete set. On the Spry Example Page from the link in my above
    post they have put the C.P. into a group - to make it function. But
    again this only seems to work when the link is on the same page as
    the Collapsible Panels.
    The panel call after the question mark "?" doesn't work and I
    don't know what to swap it with. I also tried to put my C.P. into a
    group and hope it would accept the order [for lack of a better
    term] of the Panels and that did nothing either.
    I am profienct with XHTML and CSS but rather weak in
    JavaScript.
    So is there anyway you or someone could translate your
    "theory" if possible ?
    Thanks.

  • Problem with opening PDF files from JSF page using SDO

    Hi all,
    I'm new with JSF and was attempting to read a PDF file from a Database using SDO and JSF. The code below throws an exception when casting from DataObject to Blob. The getLcDoc() method was created by WSAD when I dragged an SDO relational record onto the JSF page. This method returns an DataObject type which I tried casting to a Blob type before using it further. However, an exception is thrown.
    Any feedback is appreciated.
    Arv
    try {
                   FacesContext faces = FacesContext.getCurrentInstance();
                   HttpServletResponse response =(HttpServletResponse) faces.getExternalContext().getResponse();
                   Blob file= (Blob)getLcDoc().get("ATTACH");
                   int iLength = (int)(file.length());
                   response.setHeader("Content-type", "application/pdf");
                   response.setHeader("Content-Disposition", "inline; filename=Attachment");
                   response.setHeader("Expires","0");
                   response.setHeader("Cache-Control","must-revalidate, post-check=0, pre-check=0");
                   response.setHeader("Pragma","public");
                   response.setContentLength(iLength);
                   ServletOutputStream os = response.getOutputStream();
                   InputStream in = null;
                   in = file.getBinaryStream();
                   byte buff[] = new byte[1024];
                   while (true) {
                   int i = in.read(buff);
                   if (i<0) break;
                   os.write(buff,0,i);
                   os.flush();
                   os.close();
         } catch(Exception ex){
              System.out.println("Error while reading file : " + ex.getMessage());
         }

    Hi...I found out that there is actually no need to use a Blob object at all. You can simply call the OutputStreams write() method and pass the DataObject.getBytes() method that returns a byte[] array. The revised code is shown at the end of this posting.
    However, a few other teething problems exist:
    1. This works well only if I specify the content type in response.setHeader() method. What if my users upload different types of files, is there a way that the browser opens according to the file type without setting the content type?
    2. I still have a problem opening PDF files, even if I specify - response.setHeader("Content-type", "application/pdf");
    I get the message - The file is damaged and could not be repaired
    3. I would also like this to open the attachment in a new window and using target="_blank" doesn't seem to work as seen below:
    <h:commandLink
                                                 styleClass="commandLink" id="link1" action="#{pc_DocumentDetailsRead.doLink1Action}" target="_blank">
                                                 <h:outputText id="text5" styleClass="outputText"
                                                      value="Click Here"></h:outputText>
                                            </h:commandLink>
    ------------------------Revised code-----------------------------------------
    FacesContext faces = FacesContext.getCurrentInstance();
                   HttpServletResponse response =(HttpServletResponse) faces.getExternalContext().getResponse();
                   response.setHeader("Content-type", "application/msword");
                   response.setHeader("Content-Disposition", "inline; filename=Attachment");
                   response.setHeader("Expires","0");
                   response.setHeader("Cache-Control","must-revalidate, post-check=0, pre-check=0");
                   response.setHeader("Pragma","public");
                   ServletOutputStream os = response.getOutputStream();
                   os.write(getLcDoc().getBytes("ATTACH"));
                   os.flush();
                   os.close();

  • How do I Keep the "zoom" size setting the same each time I open Safari and from web page to web page?

    I have a 27" iMac when I open Safari the web page is only 1/3 the size of the full screen Safari window. I know how to ZOOM in on the web page! My question is, How do I keep this ZOOM setting for all web pages and each time I open Safari up?

    Sorry, but that's not possible.
    An alternative might be to use Zoom in System Preferences > Accessibility
    Or try a different screen resolutioin in System Preferences > Displays > Scaled

  • Error :Openning Form Function from OA page

    Hi,
    I have an OA page on which advance search is implemented. Result set of search having one column with hyprelink to open a form function.
    In controller we are openning the form UI using using following code..
    pageContext.forwardImmediatelyToForm(destination);
    It is working fine and openning the form first time, while form UI is open and if we go back to OApage and click on any other link, it should refresh the same form UI with new values, but it gives error...
    FRM-92050: Failed to connect to the server: /forms/formservelet:-1
    Error appeares on the applet window.
    Please help me in resolving this issue.
    Thanks in advace. - Atal

    Atal,
    Not sure of any docs, but you surely can try in metalink. Moreover as the forms gets launched on 1st invocation and the error code is related to forms, I will suggest to check this issue with forms forum.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Trial question:  Can't open .doc files from web page

    I'm using Dreamweaver on a Mac, and I have a link on a page
    that should bring up a doc file. When I preview the page in Safari,
    it brings up a directory listing which highlights the file so that
    you can double-click and open the file. (Of course, I'd love for it
    to go ahead and open the file, but my understanding is that
    Dreamweaver Mac doesn't support that.) However, when I preview in
    Internet Explorer, I either get a message that the File is Not
    Found or it just spins and never brings up anything. The file is in
    the root directory of my site (same directory as my index.html.
    Any ideas?
    Thanks!
    Kim

    Do you have Word installed on your Mac? If you don't, it
    won't open.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "kshorb" <[email protected]> wrote in
    message
    news:eenckl$h3a$[email protected]..
    >I used code similar to that below, but the .doc file
    never opened in IE. I
    >did
    > find, however, if I link to a .pdf it works just fine.
    So I just went
    > ahead
    > and converted my .doc to a .pdf and changed the href.
    Maybe it's
    > something
    > specific to my computer... Thanks.
    >
    > <a href="yourdoc.doc">Click here to open Word Doc
    > </a>
    >

Maybe you are looking for

  • New AIrport Extreme - seems to work, but....

    Hey all: Just received an Airport Extreme to replace old D-Link wireless router. Connected everything, and all seems to work as it should. But.... The AE unit's amber light on the front is continuously flashing. The Setup Guide says this indicates on

  • Can't connect Macbook Pro to TV with HDMI

    I have a Macbook Pro (osx Lion) and I can not connect it to my tv. I am using a mini display port to HDMI adapter to connect to my Insignia TV. Whenever I connect it the screen on my laptop goes blue for a second but nothing shows up on the TV. When

  • How do i install OS X 10.5.4 on my macbook pro?

    I cant get OS X 10.5.4 to install on my macbook pro anone know what I can do?

  • Wifi WEP passphrase vs. key - how to connect?

    My iTouch only connects to my secure Wifi by using the 26 character WEP key when challenged for the Network password. How can I get my iTouch to connect using the passphrase, instead, which is much easier to remember? The network password gets blown

  • Conversion from a string to date type

    I am trying for a servlet application , for which the requirement is as under : from a html form through a input type text field , a date in string format , say 12/25/01 , is picked up. this date is received in the servlet code , and is required to b