Starting a search from within a report

Hi to everyone!
Is it possible to start the content area wide (or portal wide) search from a report that is written in portal. I want to have a link on (e.g. a number) and then if I click on that number portal shall search for all the documents that have this number inside (intermedia as well).
Please let me know
Henrik

Hi,
maybe this will help you
http://dstas.blogspot.com/2010/05/master-view-search-form-display-only.html
Regards,
Dimitris.

Similar Messages

  • Starting notepad.exe from within Java app?

    Is it possible to start notepad.exe from within a java app to display a log file (for instance)?

    search the forum for Runtime.getRuntime()

  • What is the best way to call a report from within a report

    What is the best way to call a report from within a report(master / Detail concept)
    A type of drill down report
    Oracle Database 10g
    Forms 10.1.2.0.2
    Report Builder 10.1.2.0.2

    Hi
    Have a look in this link, certainly you will get fix, if not just post a comment on blog, will get reply soon
    http://windows7bugs.wordpress.com/?s=oracle+10g+bug

  • Paper Tray designation from within the report

    We are running XMLP 5.6.3 from within Oracle Apps.
    Is there a way to designate a paper tray from withing the report?
    We have the requirement for AP Check to print first page to Tray #1 and then all the following pages to Tray #2. Since we have different Header on the first page I was hoping I can insert some printer codes within to instruct the printer to get the paper from the correct tray.

    doesn't support it right now. it will figure it out what tray if the paper is a different size but that's about it. you have two options, have two printers or no preprinted stationary. Most companies go with two printers.
    Good luck,
    Ike

  • Setting up a full contextual search from within folders,document libraries or lists.

    Hi Everybody
    I have been loooking through all the availdable answers but so far have not seen anything that is wholly relevant to my problem.
    I have set up a search on sharepoint 2013 that seems to be working 100% and does a full contextual search from sites and sub-site. My problem is that the client requires a full contextual search to be working from any folder, document library or list. In
    other words, if the user is in that specific folder, only results from that folder should come up when doing a search.
    I think that maybe the secret is in writing the proper kql script that will automatically incorporate the folder,document library or list name ? Any assistance with setting up the needed variables or maybe pointing me in another direction.....
    If possible, I need to do this without any coding ......

    Hi Theuns,
    According to your description, my understanding is that you want to confine the search result to the specific document library or a folder.
    I recommend to create a new Result Sources and use {searchTerms} path:http://SERVER/SITE/LIBRARY to limit the scope. Then configure the search page to use the new created Result Sources.
    Here is a similar thread for you to refer:
    http://techmikael.blogspot.in/2013/04/limiting-search-results-in-sharepoint.html
    Best regards.
    Thanks
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to start a browser from within a java program?

    I want to make a help file for my java program and want to run the browser from the menu of my program.
    How can I start my browser from my program?
    A small code will be helpful.
    Thanks.
    Niteen

    This should work on Windows without having to know where the browser is located. See http://www.javaworld.com/javaworld/javatips/jw-javatip66.html for more details
      public static void viewHtml(URL url, boolean fixHtmlExtension){
          String cmd = "rundll32 url.dll,FileProtocolHandler " + url.toExternalForm();
          if (fixHtmlExtension){
            //There is a bug in rundll32. For http requests, it doesn't like .html or .htm extensions,
            //but replacing the 'm' with '%6D' works. 
            //This fix is not needed for file requests.
            if (cmd.endsWith(".htm")){
              cmd = cmd.substring(0,cmd.length()-1) + "%6D";
            else if (cmd.endsWith(".html")){
              cmd = cmd.substring(0,cmd.length()-2) + "%6Dl";
          Process process = Runtime.getRuntime().exec(cmd);
          try{
            process.waitFor();
          catch(InterruptedException e){

  • Repairing start up disk from within disk utiltity no longer an option

    When I first upgraded to 10.4, I could repair the startup volume from within disk utility, now, that button is greyed out and no longer an option!
    Any thoughts?
    thanks

    Methinks you are mistaken. You could not verify or repair the boot volume using Disk Utiltiy prior to 10.4.3. In 10.4.3 and later, you can verify it, but need to enable journaling. See <http://docs.info.apple.com/article.html?artnum=302672> for details.

  • Start host process from within guest OS

    I am using VMWare Workstation 10.
    Some of my vm's are dedicated to compiling code using CruiseControl.NET.
    What I am attempting to do is add a step that automates testing a completed setup on several clean virtual machines. From what I can see, the guest OS will be required to 'announce' to the host OS that a build has completed and then launch a process to revert the virtual machines, start the virtual machines and then launch a process that does the following:
    Copy the setup.exe from a known location to a directory on the virtual machine
    Launch the setup.exe with parameters from a command line
    Wait for setup.exe to finish
    Launch an automated testing tool to validate basic functionality of the application.
    Wait for automated testing to complete
    Shut down the virtual machines
    Wait for next successful build
    I am attempting to work on this problem using vmrun.exe within a powershell script. With this script I can successfully revert virtual machines, start and stop virtual machines.
    What I am trying to work out is how to pass data from CruiseControl.net in the guest operating system to the host operating system. So I am turning to this community to see if anyone here has any ideas?
    I have not read of any ideas of communication from the guest to the host while there is a 'host' <yeah, pun is intended> of information of sending info from the host to the guest. Note that the guest OS does not have VMWare Workstation installed, nor is it desirable to do this.
    My initial thoughts, even as I write this question, is that all of the guest OS build machines map a drive to the host. At the end of of a successful build the setup is copied to a directory and a sentinel file is updated with information. The host OS will have CruiseControl.net installed and will monitor for file changes for the sentinel file. When changed then it will start the automated testing process.
    Is there a better way to accomplish this goal?
    I appreciate any suggestions.
    Sincerely,
    Dan Lee | Release Engineer

    >I guess I was expecting VPC to work like Remote Desktop, where you would automatically see the host drives listed in Windows Explorer ("C on hostname", "D on hostname", etc).
    It really should, but there's a RDP update that messes up this
    functionality.
    >Edit 2: I've just set up a mapped drive, but it seems very unreliable. It gets slower and slower as I "drill down" through folders on the host, and right-clicking a file to copy it to the guest causes Windows Explorer to hang, and never
    shows the context menu. I've tried uninstalling IS from the guest and re-installing/enabling it, but it made no difference. Thoughts?
    Turn of all TCP and UDP offloading in the NIC properties on the host. Not
    all NIC's are fully compatible on that feature.
    Bob Comer Microsoft MVP -- Hyper-V

  • Dynamic selection of xml templates from within a report

    I have a report for sales orders that I need to be able to select two different xml publisher templates based on payment type. I am including the code that I have wrote and the error that it is getting when it is ran in in the eBusiness Suite. Any ideas about what I may be doing wrong would be very helpful.
    Thank You Russ Cowan
    function CF_XML_Template_Code_IDFormula return Number is
    v_vcr_template varchar2(100);
    begin
    if :Payment_Type_Code = 'Check' THEN v_vcr_template := 'XXTRU_OEXPMTRC';
    elsif :Payment_Type_Code = 'Cash' THEN v_vcr_template := 'XXTRU_OEXPMTRC';
    elsif :Payment_Type_Code = 'Credit Card' THEN v_vcr_template := 'XXTRU_OEXPMTRC';
    else v_vcr_template := 'XXTRU_OEXPMTRC_FO';
    end if;
    Exception
    When Others Then
    v_vcr_template := 'XXTRU_OEXPMTRC_FO';
    :CP_XML_TEMPLATE_CODE := v_vcr_template;
    return v_vcr_template;
    end;
    function AfterReport return boolean is
    v_num_retcode number;
    v_vcr_errbuf varchar2(100);
    begin
    srw.message(1,'in after report trigger');
    BEGIN
    SRW.USER_EXIT('FND SRWEXIT');
    EXCEPTION
    WHEN SRW.USER_EXIT_FAILURE THEN
    SRW.MESSAGE(1,'FAILED IN AFTER REPORT TRIGGER');
    RETURN(FALSE);
    END;
    Following modified by SVSastry for enabling this report from Action Button
    If NVL(:P_REP_REQ_SOURCE,'XXX') != 'SRS' Then
    -- execute this line of code only if report is called from actions button
    -- XXTRU_OEXPMTRC(v_num_retcode, v_vcr_errbuf, 'XXTRU_OEXPMTRC', :P_CONC_REQUEST_ID);
    -- srw.message(100,'Print Payment Receipt Result :'||v_num_retcode||'-'||v_vcr_errbuf);
    Following modified by Russell Cowan for enabling multiple templates based on payment.
    XXTRU_OEXPMTRC(v_num_retcode, v_vcr_errbuf, :CP_XML_TEMPLATE_CODE, :P_CONC_REQUEST_ID);
    srw.message(100,'Print Payment Receipt Result :'||v_num_retcode||'-'||v_vcr_errbuf);
    End If;
    return (TRUE);
    end;
    emsg:was terminated by signal 11
    Xlib: connection to "athena:0.0" refused by server
    Xlib: No protocol specified
    REP-3000: Internal error starting Oracle Toolkit.
    MSG-00001: in before parameter form trigger
    MSG-00001: in after parameter form trigger
    MSG-00001: in before report trigger

    Hi Chris I have been working on it throught out the day without much luck. the following code is what I am using to try and accomplish the select.
    Any help would be great.
    Thanks Russell
    /*************************************Primary Template*****************************
    <?import:xdo://ONT.XXTRU_OEXPMTRC_PR.EN.US?>
    <?import:xdo://ONT.XXTRU_OEXPMTRC_FO.EN.US?>
    <?if:Payment_Type_Code !=''?> <?call-template:XXTRU_OEXPMTRC_PR?> <?end if?>
    <?if:Payment_Type_Code =''?> <?call-template:XXTRU_OEXPMTRC_FO?> <?end if?>
    /*********************************Sub-Template #1****************************************
    <?template: XXTRU_OEXPMTRC_PR?>
    "Template data"
    <?end template?>
    /*********************************Sub-Template #2****************************************
    <?template: XXTRU_OEXPMTRC_FO?>
    "Template data"
    <?end template?>
    I have been getting an error that reads
    --XDOException
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:520)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:196)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:161)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1015)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:968)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:209)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1561)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:951)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3555)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3614)
         at oracle.apps.xdo.oa.cp.JCP4XMLPublisher.runProgram(JCP4XMLPublisher.java:815)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:148)
    Caused by: oracle.xdo.parser.v2.XSLException: <Line 48, Column 66>: XML-22049: (Error) Template 'XXTRU_OEXPMTRC_PR' invoked but not defined.
         at oracle.xdo.parser.v2.XSLStylesheet.flushErrors(XSLStylesheet.java:1526)
         at oracle.xdo.parser.v2.XSLStylesheet.endContent(XSLStylesheet.java:333)
         at oracle.xdo.parser.v2.XSLBuilder.endDocument(XSLBuilder.java:273)
         at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:289)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:266)
         at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:560)
         ... 17 more

  • Google Search from Within Safari

    I was wondering if there was a way to turn ON Search when entering info in the google search box (not URL) within Safari. Like in Firefox it will give you searches based on your spelling. I want it like that in Safari. Any ideas?
    Thanks.

    If you mean suggestions as you type in the search bar, then the closest I can match is a plugin called Inquisitor (inquisitorx.com).

  • How can I control paper tray selection from within a report?

    Hello everybody
    I need to print out a report (preferably in the PDF format) in which certain pages need a specific paper. I am therefore looking for a way to control the paper tray on per page basis. It seems hard to do even though there must be thousand of people out there with the same need - or please proof me wrong
    I really appreciate any suggestions.
    Regards from Zurich, Switzerland
    Peter Buchmann

    doesn't support it right now. it will figure it out what tray if the paper is a different size but that's about it. you have two options, have two printers or no preprinted stationary. Most companies go with two printers.
    Good luck,
    Ike

  • Starting new threads from within shutdown hooks

    I'd like to discuss this statement from the java 6 API:
    "A shutdown hook is simply an initialized but unstarted thread. When the virtual machine begins its shutdown sequence it will start all registered shutdown hooks in some unspecified order and let them run concurrently. *When all the hooks have finished it will then run all uninvoked finalizers if finalization-on-exit has been enabled. Finally, the virtual machine will halt*. Note that daemon threads will continue to run during the shutdown sequence, as will non-daemon threads if shutdown was initiated by invoking the exit method. "
    Now, my question is this: If I have a hook that starts a new non-daemon thread and then goes on to complete it's run() method, will the JVM finalize and halt? Or will it wait for my new thread to complete as well?
    I trust the specification, and believe that the JVM will either not allow me to create the thread or will finalize and shutdown even if it is running. However it's not explicitly stated anywhere, and I think that it's a hole in the documentation.
    I'm going to write a test case for this now. But chime in if you have thoughts.

    This is what happens if you start a new thread from a shutdown hook and do not wait for it to finish:
    public class ShutdownTest {
        private static class Shutdownhook extends Thread{
            public void run() {
                System.out.println("Shutdownhook starting");
                Thread t = new Thread(){
                    public void run(){
                        System.out.println("Thread successfully started");
                        try{ Thread.sleep(5000); }
                        catch(Throwable e){ System.out.println("Throwable from sleep: "+e); }
                        System.out.println("Thread successfully finished");
                t.start();
                //try {t.join();} catch (InterruptedException e) {}
                System.out.println("Shutdownhook completing");
        public static void main(String[] args) {
            Runtime.getRuntime().addShutdownHook(new Shutdownhook());
            System.out.println("Exiting from main()");
            Runtime.getRuntime().exit(0);
    Exiting from main()
    Shutdownhook starting
    Shutdownhook completing
    Thread successfully startedHowever, as you might expect, if you join() or wait for the thread's isAlive() to return false, you will be able to complete the thread.
    I'll leave someone else to figure out if that new thread gets finalized and if finalizers on exit is on, what happens. Mostly because it doesn't matter for my purposes.
    Enjoy

  • Start Hyperion Retrieve from within Excel?

    <p>Am wondering if there is a way to start Hyperion Retrieve fromwithin Excel using VBA (or whatever).</p><p>TIA</p><p>Jean</p>

    Yesterday I just had another user report the similar issue with with office complaining that the file was not checked out therefor upload (check-in) was failed.
    Please see the version and build number of MS Office
    Forgot to say, we are all on the same release and updates for MS Office as well as IE.

  • Logon as different user from within report

    Hi,
    I would like to logon as a different user within the report. Reason is, that I don't have the opportunity to change how the report is called. Due to some security issues, I would like to do something like "CONNECT scott/tiger@myoracle" from within the report.
    Any ideas?
    Thanks!

    Hi Chris,
    Based on my research, on the windows 8.1,we could add "Run as different user" on Start in Group Policy.
    Please perform the following steps:
    1.Press Win+R, and type"gpedit.msc",then press Enter.
    2.In the left pane, click/tap on to expand User Configuration, Administrative Templates, and open Start Menu and Taskbar.
    3.In the right pane of Start Menu and Taskbar, double click/tap on Show "Run as different user" command on Start.
    4.Select Enabled, click/tap on OK.
    5.Reboot the computer.
    Hope these could be helpful.
    Regards,
    Kelvin_Hsu
    TechNet Community Support

  • Need to start JINI registrar instance from within the code

    HI All,
    I need to write JUnits for our app using JINI for which we need to start JINI registrar from within the code and then publish some services to it.
    Any idea how we could be starting the JINI registrar from Java Code ? Any thoughts/suggestions/pointers would be highly appreciated.
    Thanks in advance
    Vikram

    Hi Senthil,
    You can directly call the outer class method. Otherwise use the following way MyDialog.this.close(); (But there is no close() method in Dialog!!)
    If this is not you expected, give me more details about problem.
    (Siva E.)

Maybe you are looking for

  • BPM : Message interface is not used by this process

    Hi, In BPM : to pass the message facing error as below. Messages not reflecting in BPM monitor. I have configured Recveiver - transformation - sender in BPM. In recvier in BPM is configured with Abstract Type as same in the message mapping. Is there

  • Content VANISHED!  Please Help...

    So, I have....er, rather HAD SEVERAL GIGS of music and audiobook content on my iPod to the point of the iPod being nearly full.  After the recent IOS updated, now it seems that 80% of the content on my iPod has vanished--No all content has vanished--

  • Photoshop cs5 crash on type

    Hi, I got the same crash that affects many mac users, I found many MM font type succesfully removed, I tried the instructions on http://kb2.adobe.com/cps/846/cpsid_84672.html but the only way that works for me is to create a new user account or remov

  • Shut down multiple users schedule

    I would like to use the energy saver schedule to shut down my mac with multiple users logged in unfortunately this seems to be a problem in the system permissions :-/ I have tried using 2 admins or just a admin and a extra account funny thing here is

  • Remote Desktop Redirection

    Hi, I can't use folder redirection on Microsoft remote desktop when I upgraded my Mac to Yosemite. Is it related to its incompatibility with new OS version? Or my setups? Thank you for your help!