HOW TO ADD A SPECIFIC DISCO REPORT TO THE USER IN FUNCTION MENU

Hello world

We use DicovererPlus. Our customers want to reach a specific report (often used) in access to its menu in function.

I know that it is possible to reach DiscovererPlus from the screens of forms, but is it possible to send a report of the menus?

Thanks in advance.

Cagri

You can consult the page of Anil Passi:

http://Oracle.anilpassi.com/invoke-discoverer-report-from-Oracle-applications.html

Tags: Oracle Applications

Similar Questions

  • How to add lines of text information in the settings?

    Guys,

    I'm trying to customize a few things about Motion 5 and really I was wondering how to add these lines of text in the settings?

    Tried to google it, but without success.

    I think you need to learn how * write * FxPlug effects plugins. You cannot add these labels/buttons on the move as it is. What I usually do, is create a platform > pop up widget and use remove the "Snapshot" texts... "(and usually replace it with a series of quadratins (---) to create a line of separation.) To help you, you must have a 'sex' you can show/hide with opacity (and a rig box) which displays the help text.

  • How to remove a specific email inbox with the client application code?

    Hello

    How to remove a specific email inbox with the client application code?  Please suggest useful links.

    Advanced thanks.

    Concerning

    Sunil.G

    Your question is a bit broad, so it is difficult to give you details.

    First of all, you must have the ID of the original message. Usually, you get either by hanging the message when he came into the Inbox (by implementing FolderListener), or by retrieving a list of mail of enamel "Store".

    Once you have this message ID, you call Folder.deleteMessage ().

    Here, there is a laboratory of Developer:

    http://NA.BlackBerry.com/eng/developers/resources/Labs/listeningforemail.jsp

    Moreover, classes to look in the API of reference:

    Store

    Folder

    FolderEvent

    FolderListener

    Session

    ServiceConfiguration

    Message (message RIM, not the J2ME)

  • How to add notes (stars) for comment in the layout of the Webapps list?

    How to add notes (stars) for comment in the layout of the Webapps list?

    Then... I've found a workaround. It's dirty and messy, and I don't know there's a better way, BUT using an Iframe in your list template that refers to your details page you CAN get the sides to work in list view.

    Here's what you do:

    1. place a comment form and the scoring module in your model detail page.

    2. place iframe in the list of your webapp template and point src = "detail_page_url".

    3. get this plugin to find the location of your scoring module in your details page: Page control - Chrome Web Store

    4. set the iframe scroll position so that when you view the list of your webapps it automatically queued upward at the position of the note on your details page module. Style the iframe using the attributes listed here: Scroll the IFRAME in a preset Position content

    So essentially of workaround reflects everything that happens in your detail page. Do not know if I explained that very well so if you need a clarification let me know.

  • How to add records to a file via the file adapter.

    Hi all
    How to add records to a file via the file adapter.

    I must read data from the database and need to add all the records in a file.

    Thanks in advance.

    Hello

    I think you have a while loop to hit the DB in your process (as you said you need to extract data from DB 10 times if 1000 rec is here)
    First sopy your DB O/P to a var
    and second time add to previous data. (Otherwise you can directly use Add to start instead of copy and add)
    When the loop ends, you can turn to the file adapter Var.

    Otherwise, you can configure yourFileadapter as it will be aapend current recordings for previous records.

    You can use 'Append = true' in your adapter wsdl file.
    It will add the previous records to existing records in the same file.

    Concerning
    PavanKumar.M

  • How can I move all my files from the user from one user to another on my pc?

    original title: moving files

    How can I move all my files from the user from one user to another on my pc?

    Log an administrator account. Open your folder 'user '. Select all the files, copy them, and paste them into the other folder 'user '.

  • In the date picker, how can I default to select * dates if the user has...

    In the date picker, how can I default to select * dates if the user does not select a date.
    Thank you
    Doug

    Doug,

    Now lets say l want everything
    

    Could you post some sample data and the output you want to get... ? It would be very easy to understand the requirements...

    When you mean everything, I guess you need all possible dates between date1 and date2.

    You can use... (to asktom.oracle.com).

      1  select to_date('12-jan-2009','DD-MON-YYYY') + rownum -1
      2    from ALL_OBJECTS
      3    where rownum <= (to_date('20-jan-2009','dd-mon-yyyy') -
      4*                     to_date('12-jan-2009','DD-MON-YYYY') +1 )
    sql> /
    
    TO_DATE('
    ---------
    12-JAN-09
    13-JAN-09
    14-JAN-09
    15-JAN-09
    16-JAN-09
    17-JAN-09
    18-JAN-09
    19-JAN-09
    20-JAN-09
    
    9 rows selected.
    
    For your case, since you have date1 and date2...
    
    select to_date(:p12_date1,'DD-MON-YYYY') + rownum -1
      from ALL_OBJECTS
      where rownum <= (to_date(:p12_date2,'dd-mon-yyyy') -
                        to_date(:p12_date1,'DD-MON-YYYY') +1 )
    

    Should work... in my opinion... Have not tested the other by their Summit.

    Is that what you're looking for... ?? If no, please give details...

    Thank you
    Rajesh.

  • How to add provider-specific functionality

    Hi all

    I build my lab VSAN and I try to create policies to define a rule of VSANS, but I couldn't see and any node failure or anything else (if I use "Rule based on labels" or not?), I read the other document and drag and find the document set "vendor-specific capabilities" and could see above setting...

    I want to ask where I could add provider-specific functionality?

    Thank you!!

    Wyld

    Hi wyldkao,

    Please try the steps below to create the virtual machine storage strategy.

    * Go to the "Home" in the customer Web page

    * Choose "VM storage strategy.

    * Choose 'create a new VM storage strategy.

    * Give the policy a name > click Next twice and you you'd find in a page to choose VSAN as provider of VASA

    Doc of VMware for the same thing.

    http://pubs.VMware.com/vSphere-55/index.jsp#com.VMware.vSphere.storage.doc/GUID-9A3650CE-36AA-459F-BC9F-D6D6DAAA9EB9.html

  • How to add a list of parameters in the request for a report

    I need to change the code of a trigger when key pressed in order to call a report from a form by passing a parameter, but I have some problems.
    This is the part of the code I'm interested (I put a < < < < < < < < on the lines concerned):

    DECLARE

    v_repid REPORT_OBJECT;
    v_rep VARCHAR2 (100);
    v_rep_status VARCHAR2 (100);
    -v_param VARCHAR2 (200): = NULL;
    -v_valor VARCHAR2 (200);
    v_url VARCHAR2 (2000);
    v_repserver varchar2 (20): = "myserver";
    -v_PARAMETER varchar2 (100): = ";
    v_parameter_list ParamList; -< < < < < < < <

    BEGIN

    : global.p_id_attivita: = 23728; -< < < < < < < <

    Add_Parameter (v_parameter_list, 'P_ID_ATTIVITA', TEXT_PARAMETER,: global.p_id_attivita); - < < < < < < < <

    v_repid: = FIND_REPORT_OBJECT ('MYREPORT'); -report is a report of object navigator item
    SET_REPORT_OBJECT_PROPERTY (v_repid, REPORT_EXECUTION_MODE, LOT);
    SET_REPORT_OBJECT_PROPERTY (v_repid, REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY (v_repid, REPORT_DESTYPE, cache);
    SET_REPORT_OBJECT_PROPERTY (v_repid, REPORT_DESFORMAT, "SPREADSHEET");
    SET_REPORT_OBJECT_PROPERTY (v_repid, REPORT_SERVER, v_repserver);

    v_rep: = RUN_REPORT_OBJECT (v_repid, v_parameter_list); -< < < < < < < <

    v_rep_status: = REPORT_OBJECT_STATUS (v_rep);
    While v_rep_status IN THE LOOP ("CURRENT", "OPENING_REPORT", "PENDING")
    v_rep_status: = REPORT_OBJECT_STATUS (v_rep);
    END LOOP;
    IF v_rep_status = "FINISHED" THEN
    WEB. SHOW_DOCUMENT(v_url||) e/Reports/rwservlet/getjobid ' | SUBSTR (v_rep, INSTR (v_rep, '_',-1) + 1) |'? ' |' server =' | v_repserver, "_blank");
    END IF;

    END;

    When I try to call the report by pushing the button that the trigger is connected, I get the following message:

    FRM-47009: failed to add the P_ID_ATTIVITA parameter to the parameter list: Invalid list ID.

    I remind you that without settings, this code works.

    Thank you!

    To add a parameter, you must create the parameter list. Like this

    DECLARE
    
    v_repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    v_rep_status VARCHAR2(100);
    --v_param VARCHAR2(200) := NULL;
    --v_valor VARCHAR2(200);
    v_url VARCHAR2(2000);
    v_repserver varchar2(20) := 'myserver';
    --v_PARAMETER varchar2(100) := '';
    v_parameter_list ParamList; --<<<<<<<<
    
    BEGIN
    
    :global.p_id_attivita := 23728; --<<<<<<<<
    
    v_parameter_list := Create_Parameter_List('tmpdata'); --------i added
    Add_Parameter(v_parameter_list, 'PARAMFORM', TEXT_PARAMETER, 'NO');  --------i added
    Add_Parameter(v_parameter_list, 'P_ID_ATTIVITA', TEXT_PARAMETER, :global.p_id_attivita);--<<<<<<<<
    
    v_repid := FIND_REPORT_OBJECT('MYREPORT'); -- report is an element from object navigator report
    SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_EXECUTION_MODE, BATCH);
    SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_DESTYPE, cache);
    SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_DESFORMAT, 'SPREADSHEET' );
    SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_SERVER, v_repserver);
    
    v_rep := RUN_REPORT_OBJECT(v_repid,v_parameter_list); --<<<<<<<<
    
    v_rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE v_rep_status IN ('RUNNING','OPENING_REPORT','ENQUEUED') LOOP
    v_rep_status := REPORT_OBJECT_STATUS(v_rep);
    END LOOP;
    IF v_rep_status = 'FINISHED' THEN
    WEB.SHOW_DOCUMENT(v_url||'/reports/rwservlet/getjobid'||SUBSTR(v_rep, INSTR(v_rep,'_', -1)+1)||'?'||'server='||v_repserver, '_blank');
    END IF;
    DESTROY_PARAMETER_LIST(v_parameter_list); --- i added
    END;
    

    Try

    I hope this works.

    Hamid

  • How to add music to iTunes without copying the music files

    How to add music to iTunes without music copied to an iTunes Media folder or anywhere else?

    I read the answer is to go into the advanced settings and uncheck "Copy files to iTunes Media when adding to library". Which is excellent and this option is not checked, but iTunes keep copy of the music into an iTunes Media folder...

    Anything ripped CD, converted, downloaded from the iTunes Store or added via the automatically add to iTunes folder will eventually iTunes Media. If you add a folder of files stored outside the media folder and the option is disabled, then iTunes should not be generating copies in the media folder. Can you describe a specific example where you can see the new arrival before and after importation?

    As a backup to one side and the migration of an iTunes library is much easier if all the content is organized inside the iTunes Media folder, but this is no reason not to try and find out why things are not behave correctly for you now.

    TT2

  • How update a field in a report whenever the page is refreshed?

    Hello

    I have a pain with the logic below field:

    If the Date deadline > SYSDATE and end Date = NULL then
    Suffering: = Date deadline - SYSDATE
    End

    How can I change a field suffering in a report whenever the page is refreshed?

    Thank you
    Guy

    Hello

    Try to add a column to your SELECT statement.
    CASE
    WHEN G IS NULL
    THEN
    NULL VALUE
    WHEN (F IS NULL) AND (G<>
    THEN
    SYSDATE - G
    WHEN (F IS NOT NULL AND F > G)
    THEN
    F G
    ON THE OTHER
    NULL VALUE
    FINISH as difference

    Kind regards
    Dimitri
    ----------------------------------
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/
    AWARDS: Don't forget to mark correct or helpful messages on the forum

  • How to add or remove programs that launch the connection in 10.11.2 IOS?  Earlier versions contained an element in the preferences allowing programs added or deleted

    How to add or remove programs entering connection IOS 10.11.2 on a MacBook Pro?  Earlier versions contained an element in the preferences allowing programs to be added or removed.

    Users & groups > login items.

  • How to add applications to be allowed in the firewall

    I would like to add a few apps allowed through the firewall. How can I do

    In fact, in Vista go to start / Control Panel / Security Center / Windows Firewall / allow a program through Windows Firewall.  Under the tab control Exceptions to see if the program you want to distribute already - if so, just check the box and the program is allowed.  If not in the list, click Add a program and click on the program, if it is in the list, or click Browse to find the program and add it.  Then too will be admitted.  Remember that whenever you make an exception that you open a hole in your firewall, so try to keep it to a minimum and also to remove all exceptions you don't need (that you do not use).

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • For a given file, how to add and change file properties on the Details tab, for properties that are not in the properties list?

    Now, I am aware of the modification of the properties of the file is simple in Windows 7 Explorer. Select a file, 'Properties', then tab "Details".  Some are not editable, and that's understandable.  Click on next to any area classified as year, Genre, Publisher, etc. and the apply.  No problems so far.

    Then of course in Explorer, when you right click on a column header, you get several choices of column beyond the usual that is displayed by default; Date, the Type, size, etc.  But, there is an option "More...", which has up to now, MUCH more useful properties to choose from, such as the model project, Department, job statusand so on.

    It's fantastic!

    But when you look into the details of any given file, none of these additional properties even are listed to be edited.  Why offer to view these details, if you don't change them, or add them to different files?  I must be missing something.  I do not need to add my own custom details, this additional list has a choice, that I need; If only I could edit the files to get this info.

    How to add and change these properties to files?  Word, Excel, MP4, AVI, JPG; I would add these properties, so I can set directly in the Solution Explorer, as you would by name or Type.

    Any help would be greatly appreciated!

    My experience is that most of these 'extra fields' no existence not as fields in the directory (folder) itself.  On the contrary, these fields exist in the target file itself. Each file type has its own format and established file except for the types of files that belong to Microsoft, Microsoft cannot control or arbitrarily change the format of a particular file type.

    For example, a ".jpg" file  The format of this file type allows a large number of areas such as comments, Tags, date taken, opening, device manufacturer and so on.  If you go into the properties on a .jpg file, you will see a lot of them and will be able to change.  After changing any of these fields, you will find that the file itself has been changed to contain this information (as can be verified by the parity of the file and to come check upward with a different checksum).  If you display one of these fields in Explorer and 10000 ".jpg" files in this folder, then Explorer must open each of these 10000 files to extract the data in the corresponding fields, you have chosen to display.  May take some time.

    Compare that to the same picture saved to a file ".bmp".  The ".bmp" format has no provisions for any of these fields, so you will not be able to view, save, edit, or sort by them.  If the editable fields are directly related to the type of file that is displayed.

    Microsoft has apparently interviewed a lot of file types and made a compilation of the editable fields in each type of file and the Union of the selected fields in which can be displayed and modified.   That's apparently what you see in the option «More...» ».   So, in summary, the file type determines which fields are available for editing and posting.

    HTH,

    JW

  • How to add an API key / authentication in the Adobe Muse site

    Hello world!

    I'm not really knowledgeable code yet so I'm really asking for help.

    OK, here's the scenario:

    I work with the programmers who work with Ruby On Rails with a browser based platform. What we want to do, is that only registered users of this so-called platform can access this site. If a type of person in the URL of the site on a browser tab, we wash them in to connect to the platform first before you can access this site. We have a special icon ready in this platform - if a user clicks on it, they can see the site. As long as they are connected.

    How can I do? Should what code I use?

    I've seen Google Analytics integrate with Adobe Muse. Similarly work (concept wise?

    It would be great if there is a way that easy. Thank you!

    Nothing to do with the Muse. Muse only generates static HTML pages. If you choose to hide behind a log-in dummy and advance page is entirely yours, but ultimately a moot point. Conversely, all the elements that must be controlled via authentication must be built with the specific API hooks of the back-end system so it can determine whether to extract data or not, still has nothing to do with SAG just a global script in the header of the Muse. As is the case, you are looking for in the right place if you plan to use the Muse for this kind of things.

    Mylenium

Maybe you are looking for

  • DVD player does not accept disks

    My '' integrated '' DVD player does not read the disc (DVD, BluRay, any region code), but it ejects after a small delay of about 1 to 2 minutes.  Is there a diagnostic software to find the problem?

  • El Capitan running Microsoft Office?

    Recently updated my iMAC bought recently at El Capitan - been seen since the oddities, slow, speed, desktop icons is not displayed entirely and external applications does not 100% correct or as fluid that they were only 4 days before the installation

  • Re: Black ink cartridge does not work

    I'm having the same problem.  New cartridge.  I bought a pack of three for $59.00.  I think to install a new one and return to the rest of the three Pack if one is defective.  Don't know what else to do.

  • Can't get my "delete/remove programs" list to come

    When you go to the Control Panel, select "Change/Remove Programs", but the list does not appear.

  • System refuses to boot from HP System Recovery DVD, or any other bootable DVD...

    Dv6915nr HP won't start upward from any bootable DVD, including all of the HP Recovery DVD system. It is not a problem boot from CD however. The trippy part, it does not start out of external optical drives with DVD either, only the CD. Please notify