White space when running forms in web browser

Hi I am running a simple master - detail form in web browser on my machine . The form is coming fine but a lot of white space of present on the right hand side of the form how can i eliminate that?I have checked my html file and HSPACE="0" and VSPACE="0". what else can be the reason?

are you running in seperateframe=true?
if not you could check your width and height properties of your formsweb.cfg config section
regards

Similar Messages

  • Java error when running Form in Web

    I've got the following message when I run form on web.
    java.lang.ClassNotFoundException: sun.applet.AppletViewer
    at com/ms/vm/loader/URLClassLoader.loadClass
    at java/lang/ClassLoader.loadClassInternal
    at oracle/forms/engine/Main.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run
    Is there any file missing when I setup my environment.
    Please help me.
    Regards,
    ET
    null

    Thank you very much otherwise I will waste a lot of time.
    Regards,
    ET
    Oracle Developer Team wrote:
    : ET (guest) wrote:
    : : I've got the following message when I run form on web.
    : : java.lang.ClassNotFoundException: sun.applet.AppletViewer
    : : at com/ms/vm/loader/URLClassLoader.loadClass
    : : at java/lang/ClassLoader.loadClassInternal
    : : at oracle/forms/engine/Main.init
    : : at com/ms/applet/AppletPanel.securedCall0
    : : at com/ms/applet/AppletPanel.securedCall
    : : at com/ms/applet/AppletPanel.processSentEvent
    : : at com/ms/applet/AppletPanel.processSentEvent
    : : at com/ms/applet/AppletPanel.run
    : : at java/lang/Thread.run
    : : Is there any file missing when I setup my environment.
    : : Please help me.
    : ET - this is a known bug with the 6.0.5.0.2 forms applet.
    This
    : bug has been fixed and will be available in patchset 2 due out
    : in August.
    : In the meantime a workaround is to put the classes.zip from
    the
    : standard JavaSoft JDK into the classpath on the client machine
    : or - unzip the classes.zip file into the virtual directory on
    : the server that you use as the CODEBASE parameter in the HTML
    : file.
    : There is a technical note that describes how to setup IE to
    run
    : Developer Server 6.0 applications on the OTN website. Check
    : this out for some more details.
    : - The Developer Team -
    : : Regards,
    : : ET
    null

  • HT4437 Would I be able to use Air Play, Apple TV, and an iPad running iOS7 in order to mirror an iPad running the Safari web browser onto an HDTV?

    Would I be able to use Air Play, Apple TV, and an iPad running iOS7 in order to mirror an iPad running the Safari web browser onto an HDTV?

    Yes.
    Basic AirPlay: Assuming both devices are on the same network and that AirPlay is not turned off on the Apple TV, then simply tap on the screen when you are watching content you wish to stream to your Apple TV, then tap the airplay icon that appears in the control bar, choose the Apple TV from the menu that appears.
    Mirroring: When displaying the content you wish to mirror on the iPad 2 (or better), iPad Mini, iPhone 4S (or better), swipe from the bottom of the screen, tap the AirPlay icon and choose your Apple TV from the list of devices (iOS 7 or better) or double tap the home button (quickly) and swipe the bottom row of apps to the right to reveal the playback controls, tap the AirPlay icon and select your Apple TV from the list of available devices (pre-iOS7)

  • PROBLEMS IN RUNNING FORM ON WEB

    HELLO ALL
    I AM DEPLOYING FORMS ON WEB. I AM USING FORM 5. I HAVE MANAGED
    TO DEPLOY AND RUN FORM ON WEB, BUT I AM HAVING COUPLE OF
    PROBLEMS AND QUESTIONS.
    1. MY FORMS ARE RUNNING AS AN APPLET. HOW CAN I RUN IT WITHIN
    BROWSER?
    2. IF MY CANVAS IS BIGGER THEN BROWSER WINDOWS SIZE WILL SCROLL
    BAR WORK?
    3. WILL I BE ABLE TO USE CUSTOM MENU AND CALL OTHER FORMS?
    4. HOW CAN I USE FORMS STANDARD FUNCTION KEYS (F7, F8 ETC.)?
    THANKS

    1. In your HTML startup file add <PARAM NAME="separateFrame"
    VALUE="false">
    4. Create a keyboard mapping (.res) file with function keys and
    modify your startup HTML file, e.g.:
    <PARAM NAME="serverArgs" VALUE="module=logon.fmx
    term=c:\forms\mykeys.res>

  • Trouble with running form on web through form builder

    Can anyone help me? I have research every document, talked with metalink and have checked everything. I cannot find the problem.
    While running form on web through form builder, receive error FRM-92100 Connection to server was interrupted. I have checked details and receive java exception java.lang.ArrayIndexOutofBoundsException:256. Not sure this means anything but adding it just in case.
    I am running Forms 6i, version 6.0.8.20.1 Loaded forms from CD which did not include the WEBDB listener, so loaded listener seperately. Loaded database version 8.1.7 with apache server.
    Information in my httpd.conf file shows servername myserver.domain, port 80 and listen 80.
    Information in my formsweb.cgf file shows serverport 9000 connectmode:socket
    What else should I check? What is set wrong? All services up and running.
    Can anyone help?

    Toni,
    try the following
    from the orant/bin directory type the following
    ifweb60 <modulename> <userid>
    make sure that the Forms module to start is in the Forms60_Path and can be found.
    If all works well then this should start teh Appletviewer showing the Forms you request
    to run.
    Hope that I am not misunderstanding you and you are looking for starting Forms from the Forms developer by clicking on the preview button in the toolbar. If you are looking for Web deploying Forms applications, requesting it from a Browser, then the configuration is different.
    Frank

  • How do you get rid of white space when you are printing multiple pages to one sheet of paper?

    How do you get rid of extra white space when you are printing multiple pages to one sheet of paper?  When printing multiple pages to one sheet of paper Acrobat won't let you select the "zoom" for printing.
    Thanks

    Take a look at Quite Imposing.

  • ORA-04062 error when running forms with different users

    ORA-04062 error when running forms with different users
    I have a form that has a block that should display some data from another users tables. (The other user's name is dynamic, it's selected from a list box)
    I wrote a stored procedure to get the data from other user's tables.
    When I compile the form and run it with the same user I compiled, it works without any error. But when I run the compiled form with another user I get the ORA-04062 (signature of procedure has been changed) error.
    I tried setting REMOTE_DEPENDENCIES_MODE to SIGNATURE in init.ora but it didn't help.
    My Forms version is 6i with Patch 15.
    Database version is 9.
    Here is my stored procedure:
    TYPE Scenario_Tab IS TABLE OF NUMBER(34) INDEX BY BINARY INTEGER;
    TYPE Open_Curs IS REF CURSOR;
    PROCEDURE Get_Scenarios(User_Name IN VARCHAR2, Scen_Table OUT Scenario_Tab) IS
    Curs Open_Curs;
    i NUMBER;
    BEGIN
    OPEN Curs FOR
    'SELECT Seq_No FROM '|| User_Name ||'.scenario';
    i := 1;
    LOOP
    FETCH Curs INTO Scen_Table(i);
    EXIT WHEN Curs%NOTFOUND;
    i := i + 1;
    END LOOP;
    END Get_Senarios;
    I would be happy to solve this problem. It's really important.
    Maybe somebody can tell me another way to do what I want to do. (getting a list of values from another users tables)

    I think it should be a better solution to create a package,
    and put your own TYPES and procedure into it.
    CREATE OR REPLACE PACKAGE PKG_XXX IS
    TYPE TYP_TAB_CHAR IS TABLE OF .... ;
    PROCEDURE P_XX ( Var1 IN VARCHAR2, var2 IN OUT TYP_TAB_CHAR );
    END ;
    Then in your Form :
    Declare
    var PKG_XXX.TYP_TAB_CHAR ;
    Begin
    PKG_XXX.P_XX( 'user_name', var ) ;
    End ;

  • Eliminate White Space in Picture Library Slideshow Web Part

    On my site, I am using picture library slideshow web parts on two different pages, and one of them is giving me trouble with unwanted white space between the photos and the back, pause, forward control buttons (see photo below).
    In an attempt to resolve this issue, I have tried numerous things. I have resized the width and height of the web part itself to many different sizes, but to not avail. I have cropped and resized all of the photos to be the exact same size of 300x200
    pixels. I have used CSS to display the photos to their actual size rather than the standard preview size. With all of this in mind, my second photo library web part on another page works perfectly. This was white space problem was only an issue until
    I resized/cropped the photos in that case. For this page, however, that solution is not working.
    Does anyone have any clue as to how I can remove this unwanted white space?
    Thank you!

    Hi Stacey,
    From your description, you would like to remove white space in picture library slideshow web parts. You used CSS to solve it however a web part still show white spaces.
    Please press F12 and see if there is div tag in white space, if there is, try remove it.
    http://365.webbrewers.com/Pages/webbrewerstest.aspx
    In addition, try edit web part properties > Display with > choose No Title or Description.
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/en-US/1e63661f-0183-44e7-843a-cca58a20cddc/remove-empty-space-in-picture-library-slideshow-web-part?forum=sharepointgeneralprevious 
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to Run a form in Web browser?!

    Hi,
    1- Is it possible to run a .fmx file in web browser? if yes how to do so?
    if no. what do I need to do to make it possible?
    Many thanks

    Forms 6i and above yes it is possible.
    Forms 6i can be deployed both web and client/server, but 9i and above is only for web deployment.
    If you want to deploy for testing purposes you can run the forms from the forms builder using OC4J Instance, but for production deployment you need to have OAS, Oracle Application Server.
    Tony

  • Prompting SaveAs when Form in Web Browser is closed.

    Hi All,
    I'm configuring with LiveCycle Designer 7.1 on LiveCycle Forms 7.1 server.
    If a saved form is opened and changed in Adobe Reader 7 with Reader Extensions enabled, Reader prompts users to save their PDF form when they close their form (i.e. with the standard x on the top right hand corner of a window).
    We would like the same prompt to appear for a freshly-rendered form the user sees within a web browser session when the form is about to close. It would be good if we can avoid two Save prompts from appearing in a saved PDF, as Adobe Reader has its own in-built save alert.
    To firstly trigger the prompt, I have tried using the following in the docClose event at the xfa.form.MyForm level:
    var saveResponse = xfa.host.messageBox(Save form?, windowname, 2, 2);
    If (saveResponse == 4)
    app.execMenuItem(SaveAs);
    But I observed that the message box appears only after the form disappears. When the Yes button is selected, no SaveAs window comes up. It seems as if the script executes only after the document is closed.
    Has success with implementing something like this?
    Thanks,
    Xiao

    Hi there
    Assuming you were Publishing in version 3 and choosing the HTML option, the standard.js file was likely there. I'd be totally shocked to find it wasn't part of the equation. This calls into question what your perception of Publishing is.
    I ask, because if you are coming at this from a Web Developer perspective, Publishing likely means something totally different to you than it does in the Captivate realm. In Captivate, you Publish to take the source .CP file and create output files from that source.
    In the Web Development realm, the act of Publishing is performing a process that transfers copies of the content on your hard drive to the Web Server.
    I'm wondering if somehow you have your Windows setup configured such that it doesn't show you files with a .JS file extension. That's the only other possibility I can fathom as to why you wouldn't be seeing it.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • What are the steps required for running a form in web browser in form10g

    Hi All,
    I want to run my form in web i.e forms10g. Please guide me what are the application server, configuation files and built in packages required to set up.
    Thanks

    You have to do some homework before you post here. You're very unlikely to get any help without explaining what you already tried and what your specific problem is. I guess your best of to start reading the Forms Services Deployment Guide.
    I can't point you to the correct location since you didn't even mention the version you're using. If it's 10.1.2.0.2 you can find it at http://download-uk.oracle.com/docs/cd/B14099_19/web.1012/b14032/toc.htm
    Otherwise have a look around at http://docs.oracle.com

  • How to Deploy Forms on web and Run report in Web browser

    Hi all,
    I am wondering how to run forms from the web and run report on web .. can u pl. brief me out and tell any source if i can reach and study...

    You have to install Oracle Forms server and Oracle reports server. Download the documentation about these products from Forms
    OTN site.

  • How do I remove the white space when importing a site from Flash?

    Okay, so I've dragged and dropped my created Flash site into Dreamweaver. One problem though, when I view it in a web browser (any web browser), it displays the site fine, however with a huge white space to the side of it. You'll see what I mean in this screenshot:
    What can I do then to remove that white space and make the site fill up the whole web browser? I've tried resizing it using a number of ways, but cannot seem to get it right.
    Thanks.

    function(){return A.apply(null,[this].concat($A(arguments)))}
    What can I do then to remove that white space and make the site fill up the whole web browser? I've tried resizing it using a number of ways, but cannot seem to get it right.
    You can do two things:
    1) Change the width of the container to 100%;  OR
    2) Post a link to your test page here (not the code nor picture) so that we can see ourselves what your code looks like.
    hth

  • Not able to run forms in WEB

    Hi
    I have installed OAS 4.0 and Developer 6.0 and configured OAS
    for deploying forms in WEB. Configuration went fine and services
    started. I have generated the HTML file for cartridge type
    implementation. When I invoke from the browser it starts the
    applet and after that gives an error
    "FRM-99999: A network error occurred, the client will not be able
    to continue".
    and stop executing. I have started the form server also.
    I'm using JInitiator version 1.1.5.3
    Can anybody help me to overcome this.
    Thanks,
    Santhosh.
    null

    Santhosh (guest) wrote:
    : Lev (guest) wrote:
    : : Santhosh (guest) wrote:
    : : : Hi
    : : : I have installed OAS 4.0 and Developer 6.0 and configured
    OAS
    : : : for deploying forms in WEB. Configuration went fine and
    : : services
    : : : started. I have generated the HTML file for cartridge type
    : : : implementation. When I invoke from the browser it starts
    the
    : : : applet and after that gives an error
    : : : "FRM-99999: A network error occurred, the client will not
    be
    : : able
    : : : to continue".
    : : : and stop executing. I have started the form server also.
    : : : I'm using JInitiator version 1.1.5.3
    : : : Can anybody help me to overcome this.
    : : : Thanks,
    : : : Santhosh.
    : : I was not able to run any cartridges with OAS 4.03 at all.
    : : OAS 4.07 and patching of Developer 6.0 (look at Oracle FTP
    : site)
    : : helped me.
    : Thanks for your time. Could you please tell me where can found
    : the Developer paches.
    Hi Santhosh!
    The place for the patches was rellocated recently. Now it is in:
    ftp://oracle-ftp.oracle.com/dev_tools/patchsets/dev2k/Win95NT/6.0
    /patch3/
    null

  • Failed to accept user input when run report on Web

    I've testing a report with one input parameter. It's a date with default current date. It is done by using SQL 'select sysdate from dual;' has been added to before form trigger. User is allowed to input any date other than the default sysdate before submitting the report. The report works fine when run in report builder, but it's failed to accepted user input date when called through web browser. The report still uses the current date as SQL parameter rather than user input date.
    Can anyone help me to fix this bug?
    The report is develped by Oracle 9i and is saved and run in .rdf format.

    I created a report with a user defined parameter p_date of DATE type. In the layout model, I created a field with p_date as data source. In the before form trigger, I put
    'select sysdate into :p_date from dual;
    I run the report through rwservlet:
    http://host:port/reports/rwservlet?report=datetest.rdf&destype=cache&desformat=html&userid=scott/tiger@orcl&paramform=yes
    In the html parameter form, I change the date from default current date to a future date and that date is shown in the final report.
    So I can't reproduce the bug.
    One thing you can try it to turn on reports server trace file, see what command line is sent to reports server when you submitting the parameter form.
    Thanks,
    -Shaun

Maybe you are looking for

  • How to create a dyanamic query in PL/SQL from XML

    Hi Forum, I am having an XML file with tags. I am controlling my JSP page layout with these tags and it is working fine. But I need to send the Orange colour nodes to a pl/sql in the JSP page to construct the query as per the XML <?xml version="1.0"?

  • Display string to LCD TV

    Hello. I need help again. This time about : How to display string  from LabVIEW  to LCD TV?  I have two LCD TV, and want to show some "string1" cycle from LabVIEW to first LCD TV1 and "string2" cycle display to LCD TV2. Any idea?

  • Help,why brconnect do not collect statistics for mseg table?

    I found "MSEG" table`s statistics is too old. so i check logs in db13,and the schedule job do not collect statistics for "MSEG". Then i execute manually: brconnect -c -u system/system -f stats -t mseg  -p 4 this command still do not collect for mseg.

  • T.code AS91: takingover the values of "Accm.ord.deprec." ...

    Hi All, creating an asset by AS91, choosing the button "takeover values: - when I fill in the amount of the "***.acquis.val." for the 01 depreciation area (field ANBTR01), SAP repetes it for the other areas (fields ANBTR02 and ANBTR03) ; - instead, w

  • How to solve the issue "CUV check user equivalence failed" ?

    Folks, Hello. I am installing Oracle 11gR2 RAC using 2 VMs (rac1 and rac2) whose OS are Oracle Linux 5.6 in VMPlayer according to the website http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html In order to install Grid