Calling oracle9iAS Forms and reports into the portal

Hi !
Could it possible to call a Forms and reports in the portals? if yes ? How?
In my case I have to generate lots of reports..like printing reports in the different tray of printer through portal ? Could this be achieved by Oracle Portal ?
thanks in advance
chris

Do you know how to do it by now.
Thanks.

Similar Messages

  • Form and report on the same page...

    Hi,
    I want to have a form and report on the same page... as soon as user enters the information and submit the form via button then the report should be able to display the addition...
    may I know how to accomplish this...
    Thanks in advance

    Hi
    Can you try like this
    1.First create an empty page and add a html region and template as form region and add the necessary fields to insert into table
    2. create a another region with type as "SQL Query" and template as report region and add the necessary fields for the reports.
    Once u entered the details into form region and created process and insert into table and then automatically the report region query will fetch the recently added row and displays in the report.
    Hopes this might helps you.
    Thanks & Regards
    Srikkanth.M

  • How to integrate BW reports into the Portal ???

    Hi all,
      I need to integrate the BW (3.5) Reports into the Portal. If any one has good documents could you please pass it to my e-mail id: [email protected]
    Thanks in advance.

    Hi Venkat,
    Integration of BW Components into the Portal
    http://help.sap.com/saphelp_nw04/helpdata/en/a8/37e1082163c54abce581a54d6b771a/frameset.htm
    Configuration for the Integration of SAP BW and SAP EP
    http://help.sap.com/saphelp_nw04/helpdata/en/2f/741a403233dd5fe10000000a155106/frameset.htm
    How to Integrate BW Web Applications into EP 5.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/af073962-0b01-0010-f7a4-f4c1023ed0a4
    Keys for Integrating SAP BW 3.5 and SAP Enterprise Portal 6.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6b1472a7-0301-0010-64bd-dc96509db6f7
    Enterprise Portal Integration into BW(e-class)
    https://media.sdn.sap.com/eclasses/ebw201/main.htm
    Hope this helps.
    Regards
    Hari

  • How to deploy existing forms and reports on the web

    Hi Guys,
    I have 6i forms and reports within our environment, and we are running client/server architecture, by installing forms and reports runtime on each client PC's. We would like to get rid of this by deploying forms and reports on the web, without zero coding. Can any one suggest and guide me through the process with proper security mechanism enabled along with.
    Thanks in advance,
    Aji

    Thanks for the update,
    We have a develpment 10g AS environment setup made,
    1) But we are really confused how to present the forms and reports.
    We have around 250 forms and reports running on client/server architecture. All these forms/reports have been copied to a fileshare and access control is restricted by folder security.
    2) How to deploy forms - entries within formsweb.cfg with Named Configuration sections.
    3) How to deploy reports, as to were to copy the .rep files.
    getting the following error
    REP-110: Unable to open file 'Car_Readings.rep'.
    while trying
    http://kddsvr6.kddc.com:7778/reports/rwservlet?report=Car_Readings.rep&userid=username/passwd@db&desformat=htmlcss
    Thanks in advance,
    AJi

  • How to do a partial refresh of a form and report on the same page?

    Hi all,
    im trying to make a page where you have a report on top and when you click the link instead going to the form page, the form page is on the bottom of the report. lets say im trying to send an id from the report to the item below so that i could fetch the rest of the item. however when i pass,other items would still refer to this one as null.
    if im not mistaken this could be done with submit,but i want it to be partial refresh..
    i tried steps here but this only worked when the lower part is a also a report:
    https://forums.oracle.com/thread/2345863
    i also tried this,but this actually submits a page..
    Grassroots Oracle: Apex Tutorial - Form & Report sharing the same page
    would it be possible to get a form and report in one page as partial refresh?
    Message was edited by: T101_cyberdyne

    If so, you need to create a dynamic action with a javascript action to set the id of the report row in the id form field, and a subsequent pl/sql action to fetch the record based on the id. You can use this record to set the other form field items.
    For the example in the above link the code looks as follows.
    the javascript action:
    var empno = $(this.triggeringElement).find('td[headers="EMPNO"]').text()
    $s('P26_EMPNO',empno)
    the PL/SQL action:
    declare
    cursor c_emp is
    select * from emp
    where empno = :p26_EMPNO;
    BEGIN
    for r_emp in c_emp loop
      APEX_UTIL.SET_SESSION_STATE('P26_ENAME',r_emp.ename);
      APEX_UTIL.SET_SESSION_STATE('P26_JOB',r_emp.job);
      APEX_UTIL.SET_SESSION_STATE('P26_MGR',r_emp.mgr);
      APEX_UTIL.SET_SESSION_STATE('P26_HIREDATE',to_char(r_emp.hiredate,'dd-mon-yyyy'));
      APEX_UTIL.SET_SESSION_STATE('P26_SAL',r_emp.sal);
      APEX_UTIL.SET_SESSION_STATE('P26_COMM',r_emp.comm);
      APEX_UTIL.SET_SESSION_STATE('P26_DEPTNO',r_emp.deptno);
      APEX_UTIL.SET_SESSION_STATE('P26_ORDNO',r_emp.ordno);
    end loop;
    END;
    Hi Vincent,
    Yes! im looking for something similar. This looks interesting. I did look into apex_util.set_session_state yesterday but didnt know how to apply. perhaps i was doing it wrong.
    Question though, so basically first use the javascript to send the EMPNO from top report to the EMPNO in the form fields below.
    Then based on the EMPNO received in the form, do a loop to get the rest and put it into session. Correct?
    if i'm not mistaken i did something similar,but when i tried to set session for the rest,it refers to to the p26_EMPNO still as null..does the javascript sets the id of report to the id of the form or does it just send over?
    i'll try it out.
    Thanks.

  • Urgent : Deploring Forms and reports on the web

    I have deployed forms on the web using Forms6i(Forms Server).
    I have a criteria window(Forms). Based on the criteria selected by the user i want to call the reports wo run on the web. Calling of reports is using Run_Product built in, with parameter list.
    Will this method work are i have to call the reports from HTML alone.
    Whether reports can be called from the forms(applet) running on the browser.
    For needful please
    Srinivasan

    There is a paper on forms and reports integration on the web in the Forms section of OTN.
    http://otn.oracle.com/products/forms

  • Tracking calls to Forms and Reports in an application - Migration

    Hello,
    This is an interesting case. I have an application that has a number of Forms and reports written for 6i. Before I start migrating to 10g, I want to have an estimate of the current usage for this app (for one month), namely the number of times users accessed the forms and the reports.
    For example:
    Form A accessed 675 times
    Form B accessed 30 times
    Form M accessed 0 times
    etc..
    sames things for the reports.
    Based on this statistics, I can say which ones should be migrated first, etc...
    Now, I was thinking about creating a table called USAGE and each time a user clicks on the menu that calls a Form or a report, I will update the corresponding record in USAGE.
    The problem here is that users can access a report or form from within other forms and as such the info I get from the Menu will be only a rough estimate. I need to point out that I don't want to open ALL the forms and check whether there are other calls from there.
    What do you think of this approach and if someone was faced with the same issue, what would be the best bet to get the usage estimate.
    Note: The app is used quite heavily.
    Thanks

    That's one possibility but the thing is that I don't want to open ALL the fmbs and then add that piece of code.
    That's why I want to just work on the Menu and try gather statistics from there. However, that will give me only a rough estimate.
    I was looking at Oracle Trace and I am checking whether I can get the required info (Forms and reports names) from this log for a client/server Forms app. However, I would prefer to see whether someone already had experimented with this.
    Thanks.

  • How to deploy forms and reports in the new upgradation of OAS?

    Hi All ,
    I have an application. In that I have Oracle Application Server - 10g release 1.
    Now I have upgraded OAS to 10g release 2 .
    1.what are the steps are needed to deploy the forms and reports in that newly installed OAS ?
    2.Do I need to recompile all fmbs / mmbs / plls etc.,
    4.Do I need to set any files like conf file ,env file ?
    3.Is there any documents for this please provide the links ?
    thanks All
    sai
    Edited by: user12045030 on Aug 24, 2010 6:58 AM

    Use a batch file for that:
    @ECHO OFF
    cls
    Echo compiling libraries....
    for %%f IN (*.pll) do frmcmp userid=%1 module=%%f batch=yes module_type=library compile_all=yes window_state=minimize
    ECHO libraries compilation complete
    ECHO ----------------------------------
    Echo compiling menus....
    for %%f IN (*.mmb) do frmcmp userid=%1 module=%%f batch=yes module_type=menu compile_all=yes window_state=minimize
    ECHO menus compilation complete
    ECHO ----------------------------------
    Echo compiling forms....
    for %%f IN (*.fmb) do frmcmp userid=%1 module=%%f batch=yes module_type=form compile_all=yes window_state=minimize
    ECHO form compilation complete
    ECHO ----------------------------------Francois

  • How do I store oracle forms and reports in the database

    Hi !!
    Is there a way I can store the forms and reports runtime in the
    oracle database ??
    We are working on forms 5.0, reports 3.0
    oracle 8.0.5.0.0 on HP-Unix
    Can someone guide me step by step from storing the forms to
    accessing it back on the desktop.
    Thanks in advance,
    Shobhit Kumar
    null

    You need SMB compatible names.. for both TC and if you use wireless then wireless.. short, no spaces, pure alphanumeric.
    Go to the disk file sharing page.. turn on guest account.. read and write access.
    Give it the right workgroup .. usually WORKGROUP
    Load bonjour for windows onto the windows machine.. that should be included with the airport utility for windows.

  • Importing oracle forms and reports into workbenches

    Good day I am trying to understand the correct method of
    Using workbenches how does one import oracle forms and reports.
    Within my work group we think jsp and java are the technology being used.

    Hi Rajesh,
    But i have not installed IAS at all. I have only Forms and Reports 10g and Oracle database installed. As you said it only save on IAS, but can we save it on local machine. Is there any other alternative.
    Again my second issues is --> I want to remove Mail option and rename Cache option to PDF from Destype combo box which appears at run time.
    Any idea how we can do this?

  • [ANN] Run Oracle Forms and Reports on the Web for $5,000 only

    A new time limited price promotion for customers looking to upgrade Oracle Forms to the Web is now offered.
    Get a restricted license to use Oracle9iAS Forms Services and Oracle9iAS Reports Services only for $5,000 per CPU (or $100 per named user).
    Or you can get 25% discount on the full Oracle9iAS Enterprise Edition.
    Interested?
    visit http://www.oracle.com/tools/deals for more details.

    the first step to give only 9i form server and report server(or services, a buzz word) only is good. But the key issue to adopt the limited 9iAS is whether it must use Oracle LDAP SSO server, if so, then it will have trouble to buy it as it will force to buy full 9ias again.
    E.G., the Chrysler corporate standard is to Websphere, then it prohibits our team to buy another set of similar app. server. Now we like the limited form/report server edition, but before we go ahead to apply for permission to buy, we must also answer if it will work with no Oracle LDAP SSO etc.
    Will the 9.0.4 limited edition work with non-oracle LDAP/SSO ? Or generally, will 9.0.4 be open enough to work with other application server/infrastructure?

  • [ANN] Run Forms and Reports on the Web for $5,000

    A new time limited price promotion for customers looking to upgrade Oracle Forms to the Web is now offered.
    Get a restricted license to use Oracle9iAS Forms Services and Oracle9iAS Reports Services only for $5,000 per CPU (or $100 per named user).
    Or you can get 25% discount on the full Oracle9iAS Enterprise Edition.
    Interested?
    visit http://www.oracle.com/tools/deals for more details.

    the first step to give only 9i form server and report server(or services, a buzz word) only is good. But the key issue to adopt the limited 9iAS is whether it must use Oracle LDAP SSO server, if so, then it will have trouble to buy it as it will force to buy full 9ias again.
    E.G., the Chrysler corporate standard is to Websphere, then it prohibits our team to buy another set of similar app. server. Now we like the limited form/report server edition, but before we go ahead to apply for permission to buy, we must also answer if it will work with no Oracle LDAP SSO etc.
    Will the 9.0.4 limited edition work with non-oracle LDAP/SSO ? Or generally, will 9.0.4 be open enough to work with other application server/infrastructure?

  • Deploying existing application (forms and reports) over the web

    Hi I do have the following environment:
    1) Oracle 8.1.6.0.0 on HP-UX.
    2) Application written using oracle forms6i and reports6i on NT (Client-Server environment)
    I am looking to deploy this existing application over the web using 9iAS, sure I don't want to rewrite my application. I did that in the past using OAS 4.0.8 and forms server and reports server.
    1)Does 9iAS support that, which one should I install the standard or the enterprise.
    2)Do I still need forms server and reports server.
    I stopped using the OAS because it had problems and the performance was not that good, I found CITRIX and Tarantella do better, performance wise.
    3)Does 9iAS has improved that.
    Any feedback regading these many questions is highly appreciated
    Thanks
    Khaled

    Sounds like the ideal 9i As environment (although you might want to consider either upgrading or patching the database - 8.1.6.0.0 does have patches)
    You'd be pleasantly surprised with the performance and stability improvements of 9iAS over OAS.
    Deploying reports & forms over the web (pure web access, not terminal services like citrix) require some form of web server, reports server and forms server. I believe that 9i AS is totally compatible with the reports and forms developed in 6i tools, so there should be no rewrite at all.
    If you have the time, strongly recommend you check it out.

  • Running oracle forms and reports on the web

    can any one help me out....
    I have oracle 9i database as back end and oracle forms & reports 6i which was running on client server architecture. Now i want to deploy all my forms on web so that it runs on internet explorer . For all these things to happen what all upgradation i need to do.... . Do i need to upgrade my back end database and with what i have to replace my oracle forms 6i. pls tell in detail. I am using windows XP as my operating system and my disk space is 160GB and RAM is 1GB.

    The process of upgrading Forms to the web can be found here: otn.oracle.com/formsupgrade.
    You will also need to confirm the version you are upgrading to supports the database version - if you have support from Oracle you can check this out on metalink.oracle.com (and navigate to certifications).
    Of course, the documentation is also a good place to start - otn.oracle.com/products/forms and navigate to documentation.

  • I am using the  portal forms and reports in the locally built providers and

    need to find a way to use a dynamic LOV for select and then submit retrieve the data in a report. Anu help would be greatly appreciated.

    If you accept a very basic form parameter, you can use the form automatically generated by any report component. Before, you have to create dynamic LOVs and map these LOVs to your parameters in report definition.
    If you need a sophisticated parameters form (saying a "nice" form), you have to design either a regular form component (based on a dummy procedure which will call the report you made with the parameters), or a dynamic page which will call the same report. In this last case, (the better choice in my opinion) , you can embedd calls to package utility(portal.wwv_ui_lovf.show) which generates dynamic LOVs, inside the <oracle> tag.

Maybe you are looking for

  • External Asset Acquisitions

    Dear FI/CO PROFESSIONALS In External Asset Acquisitions,  we  have Different methods to post purchase order  like  with  FI-AP/FI-MM  ,with integration ,with non intigraton  KINDLY EXPLAIN ME  whats these methods really? what is integration/non integ

  • Why is the cursor inserting within other sentences

    Every single time I go to type my cusor inserts itself wherever it want to on a previous sentence. I did have this problem once before and I thought I uninstalled the touchpads driver but that is not working this time.  But it was someone in here who

  • Ever time i save a file in jpg it saves the file that was 4 to 5 meg to 720 kb

    i am a photo stock photographer when i down load my files from my camera they are between 4 to 5 meg in size but when i bring up in photoshop to edit them after i save them in jpg as format cus tomer wishes they save in a 720kb or less file size i ne

  • My iCloud option is greyed out in general settings

    My iCloud feature is greyed out along with Facebook and twitter....also the manage memory is also greyed out... Ay suggestions?

  • Moved and can't find my power adapter!

    Unpacked all my stuff, and couldn't figure out which power adapter went to my EtherFast Cable/DSL Router (4-port switch). It doesn't say the voltage and amps it's expecting on the back of the router. So i look online and im seeing (if im looking at t