Forms / Reports 6i - Reports won't stay in foreground.

We are using Oracle Forms and Reports 6i for Win32 and when a user launches a report or while a report is generating for previewing, if they click on the form that called it, the report preview will open in the background hidden behind the Forms application. The Forms application will just sit there and not accept input because, obviously, it is waiting for the report preview window to close. We are using synchronous mode to launch the report because we do not want the user to be able to do anything in the Forms application until the Reports preview window is dismissed.
This is a problem for us because in the environment our users use there is no Windows taskbar and alt-tab is not available. When this happens there is usually nothing the users can do (the calling forms are often modal parameter selection forms and do not allow the Forms app to be minimized). From their perspective when this happens they think the application has "locked up".
Does anyone know of any way to prevent or work around this?
Many thanks!

I have tried "ASYNCHRONOUS" mode and that just makes things worse. In asynchronous mode you actually can return to the calling form and continue doing things in that form, useful if one needed to run a large report in the background while continuing to do other work.
Synchronous is what we need - we don't want the users to be able to do anything else until they dismiss the print preview window. Unfortunately it doesn’t work exactly the way we need it.
Anyway, thanks for the reply.

Similar Messages

  • Reports 6i - Reports won't stay in foreground.

    We are using Oracle Forms and Reports 6i for Win32 and when a user launches a report or while a report is generating for previewing, if they click on the form that called it, the report preview will open in the background hidden behind the Forms application. The Forms application will just sit there and not accept input because, obviously, it is waiting for the report preview window to close.
    This is a problem for us because in the environment our users use there is no Windows taskbar and alt-tab is not available. When this happens there is usually nothing the users can do (the calling forms are often modal parameter selection forms and do not allow the Forms app to be minimized). From their perspective when this happens they think the application has "locked up".
    Does anyone know of any way to prevent or work around this? Is this more of a Forms Question?
    Many thanks!

    I have tried "ASYNCHRONOUS" mode and that just makes things worse. In asynchronous mode you actually can return to the calling form and continue doing things in that form, useful if one needed to run a large report in the background while continuing to do other work.
    Synchronous is what we need - we don't want the users to be able to do anything else until they dismiss the print preview window. Unfortunately it doesn’t work exactly the way we need it.
    Anyway, thanks for the reply.

  • Form & Report on a Webservice

    Hi,
    When I try to build a Form & Report on a web service(XDB web service), it won't allow me to build it by throwing an error message.
    The error message is ORA-20001: Unable to create form on table. ORA-20001: Query must begin with SELECT or WITH
    The webservice reference is a manually created simple soap envelope.
    <soapenv:Envelope xmlns:oraw="http://xmlns.oracle.com/orawsv" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
       <soapenv:Header>
        </soapenv:Header>
       <soapenv:Body>
          <oraw:query>
             <oraw:query_text type="SQL">SELECT * FROM ORDERS</oraw:query_text>
          </oraw:query>
       </soapenv:Body>
    </soapenv:Envelope>The form contains the input items needed for basic authentication. If I check the same soap envelope with SoapUI, or test the webservice reference in APEX it returns the result set with no issues.
    What could be the cause with apex form & report on webservice
    The Apex version is 4.0.0.00.46

    Hi,
    Yes I can build a webservice reference from the wsdl. But then it will recognize all other input attributes except for the crucial attribute <oraw:query_text type=""></oraw:query_text> . That's why I tend to create the soap envelope manually.
    Thanks

  • Problem installing Oracle Internet Developer Suite 1.0.2.4.1 (Forms & Reports 6i)

    Hi all,
    I am unable to install Oracle Internet Developer Suite 1.0.2.4.1 - specifically Forms & Reports 6i, Designer, Discoverer (ALL Products on Quick Install option on Windows 98 system). The installation proceeds to Install screen when the various files start to load ... Then the whole process stops after showing 100% load (sometimes the screen freezes, sometimes I get error message - illegal instruction etc) when the following file is being loaded :
    Extracting ... ewt_swingaccessbridge.jar
    I have another question :
    I have Personal Oracle 8i (8.1.7) installed on D:\Oracle\Ora81 already.
    During the install process (before I get the above error message) the 8.1.7 RSF-based product install location screen presents itself with the option to create a new Oracle Home and location (The preferred Oracle Home name iDSData and preferred Oracle Home Location D:\ORACLE\iDSData are already entered in the boxes) or Select an existing ORACLE_HOME. My existing ORACLE_HOME is
    D:\Oracle\Ora81. What am I supposed to do at this point ? The installation guide is not explicit. Any help with these topics will be greatly appreciated.
    I will be greatly obliged to anyone who can assist me with installing Forms & Reports 6i. Many thanks in advance.
    Sincerely,
    Partha Sur
    [email protected]

    Had the same problem too. It won't install in the same directory as your database. You need to create a new directory on your hard drive and have it installed there. Worked for me.
    Regards,
    LP

  • OracleXE and Oracle10gAS Forms-Reports Services

    Hello,
    Can they co-exist in a testing - development environment of Forms-Reports 10g Application ?
    Are there other alternatives of prototyping (without having to think about licensing costs) a Forms-Reports app and make a short demonstration to the client side ?
    Thank you in advnace.
    Pantelis
    PS. When the Application Server 10g r. 10.1.3 will include the Forms-reports services add-in and the Portal ?

    FRS is an installation option under Application Server (Business Intelligence). In a full blown installation (which includes more advanced features, but none specific to how Forms work), there are two components: an infrastructure and the application server (that name gets used more than one way, sometimes context matters).
    For a simpler, Forms and Reports only version of this, several years ago (probably from all the howls of complaints regarding how poorly iAS was first deployed/developed) Oracle came out with a standalone version of Forms and Reports. It still required the Enterprise Edition licensing under iAS, but at least it precluded the necessity of having the other component (the infrastructure) installed.
    Once FRS is installed, it can be managed via an Enterprise Manager type of Web app (it has the same look and feel of other Web-based controllers of Oracle apps such as Database Control and Grid Control).
    So, if all you need is Forms and Reports, no bells and whistles, use the FRS version. FRS is fairly reliable in terms of staying up, you'll probably have more issues with keeping the database up as much as FRS is.

  • Forms, Reports, Discoverer, OHS Multi-server

    So the plan was a 3 server installation.
    Server 1: MD Repository and OID
    Server 2: J2EE and Web Cache install w/ OHS and Web Cache enabled
    Server 3: BI & Forms install w/ just Forms, Reports and Discoverer enabled.
    I planned to have OHS and mod_OC4J on server 2 handling HTTP requests for the BI_FORMS container on server 3 (See the recomended topologies in the 10gAS security and high avalibility guides) I'm running in to a problem, Discoverer and Forms pull JInitiator and some other files from OHS. These files are not installed with the J2EE and Web Cache install type so they are not availible for OHS on Server 2.
    I can see two solutions.
    1) Copy the files needed by Forms and Discoverer from server 3 to server 2 and setup the config for OHS to use them.
    2) Change the install type of server 2 from J2EE and Web Cache to a BI & Forms install and disable everything other than except OHS and Web Cache.
    The problem w/ #1 is that i'm sure I won't get any support from Oracle for it and my boss really won't like that.
    The problem w/ #2 is that in production there will be at least two installs like Server 2 behind a hardware load balancer. I would really like to be able to use clustering so I don't have to make config changes on every OHS server. However clustering is not supported with BI & Forms type installs. This solution also just seems kind of wastefull. If I don't need to do this, I may be able to get by with just a Standard Edition liscense for these servers.
    Does anyone have another solution? Anyone doing something similar?

    I have now found another possible solution. I have been able to take the aliases from the forms90.conf and disco.conf on server 3 and translate them into OC4J virtual directories on the BI_FORMS oc4j instance. I had to put 3 VDs on the forms90 web module and 2 VDs on the discoverer web module. Things seem to work great, but I would still like to know how others are doing this.

  • Tool to change forms / reports.

    Hi Guys,
    Is there any tool available to change all forms/reports source code.
    I am asking this because I have to change the company name used as header of my 500 forms and 756 reports and also some other changes like this. To do manually it takes a lot of time. Can I have any tool which can save my time ?
    thanks in advance

    Just to add a little more, you can also use JDAPI outside the bean to change the source of your forms.
    But I suggest to correct the logic of your application while you're at it, change the text filed to an item where you populate the value from the database.
    This way if you again change the company you won't need to go on the source again and again. It will be dynamic.
    Tony

  • Creating FRCommon system failed - in 11g Forms & Report Installation

    Dear all,
    When installing 11g Forms and Reports "*Creating FRCommon system failed - in 11g Forms & Report Installation*".
    I have successfully created the weblogic server 10.3.5 , and continued with 11g forms & reports. First Installed the forms & reports software, and i try to configure. after several steps of configuration i have failed when its place "*Creating FRCommon system failed - in 11g Forms & Report Installation*".
    What it is this Error.
    Kindly help me.
    My OS Windows
    Forms and reports 11gR2
    More info
    When i start the configuration i have chosen Forms & Reports server and Development tools in the configuration page along with OHS.
    Regards
    Hamid

    Hi experts,
    I have the same problem when I try to install oracle Fusion Middleware 11g, is it possible that I forget some steps before, or should I install required something before continue intallation?
    Best Regards.
    Karim.

  • Development and Production Requirements for a Forms/Report application

    Dear all,
    We have an application witch run in client/Server mode using Forms/Reports 6i For 300 users.We want to migrate it on Forms/Reports 9I using Oracle 9IAS and Oracle 9IDB.
    I would like to have advises about material requirements of both development and production environment((developer deskop, development appServer and databaseServer, end user desktop,production databaseServer and production AppServer).
    Thank u for giving more details about my request.

    I have my dev and production on 2 different databases/instances, and the workspaces have a different name aswell (think 'dev' and 'prod').
    I do reuse my application ids, which makes the whole process a lot more manageable: easier for me to identify and replacing a whole application.
    However, when i want to replace only 1 page, apex stumbles over the workspace. Bummer.
    So i took an export of a page on both workspaces, and opened the files.
    prompt  Set Credentials...
    begin
      -- Assumes you are running the script connected to SQL*Plus as the Oracle user APEX_040100 or as the owner (parsing schema) of the application.
      wwv_flow_api.set_security_group_id(p_security_group_id=>nvl(wwv_flow_application_install.get_workspace_id,1377027056414870));
    end;
    wwv_flow_application_install.get_workspace_id,1377027056414870));
    I took both workspace IDs and keep them in a simple txt in my installation-files folder. Each time i need to import a page from dev->prod i go in the exported file from dev and change the workspace id to the id of my production workspace id. Everything works magically after that.
    If your application ids also differ, you can try changing the id in the exported file aswell, but i can't tell if it works or not since i've not done that yet.
    prompt  Set Application ID...
    begin
       -- SET APPLICATION ID
       wwv_flow.g_flow_id := nvl(wwv_flow_application_install.get_application_id,130);
       wwv_flow_api.g_id_offset := nvl(wwv_flow_application_install.get_offset,0);
    null;
    end;where of course you'd change around nvl(wwv_flow_application_install.get_application_id,130);

  • Upgrade from 11i to R12 - Custom Forms,Reports and Workflows

    Dear Community Friends,
    We are planning for upgrade from oracle apps 11.5.10.2 to R12.
    We have custom Forms,Form Libraries,Reports and Workflows.
    Kindly provide me for approach on how to migrate Custom form libraries,reports and Workflows.
    I beleive, this thread will exists as one shot point for custom forms,reports,workflow upgradation from 11i to r12 with detailed steps.
    I know that many links exists here in the forum for all the above objects mentioned,but still from all those i am able to get a clear picture for oracle forms but not for custom form libraries ,reports and workflows.
    Also,this post will provide a low level,practical picture of the steps for those who are in line with this.
    Links i have read for all these in our forum are:
    For Custom Forms,
    Re: Planning to upgrade from 11i to R12
    Re: Custom forms: After upgrading 11i to R12
    ofcourse,'n' number of links exists providing metalink notes also.
    Hussain,Helios and some others also has given many updates regd this.
    For custom workflow upgradation,
    Upgrade Workflow 11i to R12
    Workflow Upgrade
    Workflow Upgrade
    For reports,links mentioned the below metalink notes:
    Do Not Compile EBS R12 Reports Using rwconverter.sh or Reports Builder from IDS 10gR2 [ID 786794.1]
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    Per my understanding, after searching in many threads,i am here by summarising the practical low level steps for custom forms migration
    Please correct me,if i am wrong.
    1) Download the Forms(.fmb's) and all PLL's(all the PLL from resource folder in AU_TOP) into a Local Machine Folder
    2) Open the forms using Forms Developer 10G and connect to DB
    3) Compile by clicking compilein Forms Developer and then save it.
    4) Upload the Saved Forms(.fmb's) into the new R12 server(system) in the respective custom paths(paths similar to 11i Server)
    5) Compile all the forms using the command like below(example command is shown below or f60 gen commands or frmcmp.sh utility) in the respective custom form paths,
    this will generate the .fmx's.
    frmcmp_batch module=FORMNAME.fmb userid=apps/apps output_file=FORMNAME.fmx compile_all=yes
    Link for compiling forms: https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=359210362972527&type=DOCUMENT&id=1085928.1&displayIndex=3&_afrWindowMode=0&_adf.ctrl-state=c348xvwbg_98
    6) Open the form and check in R12 instance
    As per my understanding for custom form libraries,we can just copy paste the PLL's from 11i server to R12 server (Please correct me,if i am wrong)
    Can anyone please help me out in custom reports and custom workflows.Sorry that,i could not get a practical and clear picture for reports and also for workflow even after referring many threads and metalink notes mentioned.
    As for reports,some says that Developer Suite 10g can be used and .rdf can be used in R12.
    Some says that reports should be converted to XML published as reports does not exists in R12.
    So,i am not clear on this.
    Thanks,
    Ganesh
    [email protected]

    Per my understanding, after searching in many threads,i am here by summarising the practical low level steps for custom forms migration
    Please correct me,if i am wrong.
    1) Download the Forms(.fmb's) and all PLL's(all the PLL from resource folder in AU_TOP) into a Local Machine Folder
    2) Open the forms using Forms Developer 10G and connect to DB
    3) Compile by clicking compilein Forms Developer and then save it.
    4) Upload the Saved Forms(.fmb's) into the new R12 server(system) in the respective custom paths(paths similar to 11i Server)
    5) Compile all the forms using the command like below(example command is shown below or f60 gen commands or frmcmp.sh utility) in the respective custom form paths,
    this will generate the .fmx's.
    frmcmp_batch module=FORMNAME.fmb userid=apps/apps output_file=FORMNAME.fmx compile_all=yes
    Link for compiling forms: https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=359210362972527&type=DOCUMENT&id=1085928.1&displayIndex=3&_afrWindowMode=0&_adf.ctrl-state=c348xvwbg_98
    6) Open the form and check in R12 instance
    As per my understanding for custom form libraries,we can just copy paste the PLL's from 11i server to R12 server (Please correct me,if i am wrong)You are right, and the steps mentioned above should be sufficient.
    Can anyone please help me out in custom reports and custom workflows.Sorry that,i could not get a practical and clear picture for reports and also for workflow even after referring many threads and metalink notes mentioned.
    As for reports,some says that Developer Suite 10g can be used and .rdf can be used in R12.
    Some says that reports should be converted to XML published as reports does not exists in R12.
    So,i am not clear on this.You can still use RDF files in R12, and just follow the approach you mentioned above, and you do not have to migrate them to XML publisher (though it is recommended, but this can be done after the upgrade as an enhancement task).
    For custom workflow, you need also to do the same thing, open them using workflow builder and make sure they work in R12 (correct the code if required and save them again in R12 once they work properly).
    Thanks,
    Hussein

  • Report won't print to the end of width in Oracle E-Business Suite

    Hello all,
    I desperately need help to setup Reports 6i layout. I created a report for a 8.3 x 11.69" and it seems fine when I print directly from Reports Developer but when I register it in Oracle E-Business Suite 11.5.10.2 it won't print to the end of page width. It always cut the print in about 3/4 of page width. I already setup the report as a text and pdf but still no success. Enlarge the width and height of the report won't help either. Anyone can suggest something to help? Thanks.

    Hi Clamarion,
    Login as those users and check the preferences, or you can check the value from the backend (through FND_USER_PREFERENCES table).
    About "Applications Start Page" profile option (Doc ID 729375.1)
    https://forums.oracle.com/thread/940401
    Thanks,
    Hussein

  • Button based on data is not working in form/ report / region

    create or replace procedure "BUT2"
    is
    begin
    declare
    cursor c1 is select plot_id,plot_status from re_plot;
    tno number;
    v1 varchar2(500);
    c2 c1%rowtype;
    begin
    open c1;
    loop
    tno := nvl(tno,0) + 1;
    fetch c1 into c2;
    exit when c1%notfound;
    if c2.plot_status='BLOCKED' then
    v1 := v1 || ' ' ||'<input inline type =submit style="color:BLUE;background-color:RED" value='||c2.plot_id||'>';
    else
    v1 := v1 || ' ' ||'<input inline type =submit style="color:ORANGE;background-color:GREEN" value='||c2.plot_id||'>';
    end if;
    if mod(tno, 4)= 0 then
    --v1 := v1 || '<br/>' || ' ';
    htp.p(v1);
    v1 := null;
    end if;
    end loop;
    close c1;
    htp.p(v1);
    end;
    end;this above procedure works fine in SQL Command browser. I am unable to make it as page form / report.
    My requirement is i want to bring this images in form / report. Based on click button, the value need to be parsed to other page?
    how to do it?
    yours
    andi_raj

    is not working Insufficient information. In what way is it "not working"? The page doesn't render as required? There's an error message? The browser crashes? The server room has been trampled into dust by a herd of buffalo?
    >
    I am unable to make it as page form / report.
    v1 := v1 || ' ' ||'<input inline type =submit style="color:BLUE;background-color:RED" value='||c2.plot_id||'>';
    ...It is not possible to generate form elements in an APEX page in this way. The [APEX_ITEM API|http://download.oracle.com/docs/cd/E14373_01/apirefs.32/e13369/apex_item.htm#CACEEEJE] is the only way to create APEX items in PL/SQL. However it contains no procedures to generate button items, so an alternative design is required in this case, e.g. a report with links.
    (Also what is the intention of "inline" in the above code? [There is no *inline* attribute|http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#h-17.4].)

  • How to add a new font into Report Builder and Oracle Forms/Reports Server?

    Hi,
    I've searched the forum and can't find this being discussed.
    My developers run Report Builder 10.1.2.0.2 on their XP laptops.
    Their reports run (in production) on Oracle Forms/Reports Server 10.1.2.0.2.
    This server runs on MS Windows 2003, SP2.
    They've got a client who wants reports using the "Garamond Western" font.
    So....how do I get this font onto the developer's Report Builder laptops, and onto the Oracle Forms/Reports Server?
    I've moved various 'Garamond' fonts into C:\WINDOWS\FONTS on both the laptops and the server, but neither seem to recognize it.
    Thanks for your help.

    Thanks.
    This answers 1/2 of my question.
    The developer can now use Report Builder on his laptop, with the new fonts.
    But when he moves this new Report to the Oracle Application Server/Forms-Reports Server, it fails to use the new fonts.
    The Oracle App Server/Forms-Report Server is Version 10.1.2.0.2. It runs on MS Windows 2003, SP2.
    I have installed the exact same fonts on this server, into C:\WINDOWS\Fonts.
    I have used REGEDIT to change REPORTS_PATH....and placed C:\WINDOWS\Fonts; as the first value in this field.
    I have then stopped and restarted the Forms-Reports Server.

  • Search on Master Detail form/report

    Hi,
    I noticed that when I created a new application in Apex 4.01 basing the intial page on a Master Detail form/report, I was able to add a search item to the initial page. When I go to add another page with a different Master detail form/report, I did not have any option for adding a search item to the report page. Seems like an oversight?
    I would appreciate any hints as to how to add same search item to my 2nd Master/Detail form/report.
    Thanks,
    Pat

    Me too facing the some problem can some one pls help

  • Upgrade Oracle Forms/Reports from 6i to 11g

    Hi you Oracle experts,
    I'm considering to upgrade my Oracle Forms/Reports application from 6i to 11g.
    However, I see dozens of separated server components on the download page in OTN.
    Can anyone guide me what server/developer software components should I prepare to install ?
    Also, please tell me the service dependency between the server components.
    Thank you in advance.

    It depends on which Machine you want to install. Its different for a developer and a Server.
    For Forms and Reports, you can Weblogic server and install FMV with Forms and Reports builders.
    For migration you can go through this link.
    http://download.oracle.com/docs/cd/E15523_01/doc.1111/e10394/toc.htm

Maybe you are looking for

  • Very large file upload 2 GB with Adobe Flash

    Hello, anyone know how can I upload very large files with Adobe Flash or how to use SWFUpload? Thanks in Advance, All help will be very appreciated.

  • Updated to itunes 7 and music library appears empty

    Upgraded from itunes 6 to 7. Open itunes and nothing displays from the Music Library. I changed the Prefs/Advanced/General itunes music folder to point to where my music folder is but it still doesn't display anything in that folder. When I used itun

  • Keep getting unknown error when connecting iPod?

    Each time I try connecting my iPod in I get an error message in iTunes. It does the same thing when I connect my iPhone in too. The iTunes version is the one before 9.2 came out. I get an error saying "iTunes could not connect to this iPod because an

  • What is the "Adapter" subsystem ?

    Hi, On the console (WLS6.0), in mydomain->myserver->log, it is possible to customize the server logs (using "Search and Customize" link). Among the available subsystems one may search by, there is a subsystem called "Adapter". Could anyone tell me wh

  • 3.0.9 Portlet Repository Question

    We recently upgraded from 3.0.6.7.2 for NT to the 3.0.9 version for NT. When this happened the portlet respository was also upgraded. All of my old portlets show up at the top level of the portlet repository, but all my new portlets show up in a prov