Canvas and Forms Server

I have an application with some different windows. Each window possesss a different function. When I go to publish my application in web, those windows with one canvas had only appeared. The ones that possessed one more than, had simply not appeared. It has some restriction how much to the this?
9iAS 1.0.2.2.1
Forms 6i

See my previous answer on Focus and somewhere for the cursor to go. If in doubt do a GO_ITEM() rather than SHOW_WINDOW()

Similar Messages

  • Infrastructure and forms server into same machine

    Dear friends,
    I am faching strange problem
    , I install 9ias(9.0.2.0.1) infrastucture and form server into same machine,
    after sucessfull installation it is mention infrastucture will run the port 7777 and form will 7778,
    but after just installation it work into these ports but when i restats the system then port of infrastucture change and it is 7779.
    now if i run forms the it give internal error 500,
    then I stop fist infrastucture http server then http server of form
    and again first start infrastucture hhtp server then form http server
    now agin infrastructure server port id 7779(insted of 7777)
    but now my form work properly.
    every day i do this job , but some time this method fails then i have to again install server and have to repeate above mention job .
    pls help me
    With regards
    Siddharth Singh
    [email protected]

    Mid-tier listens on a lot of ports. On a std install (with both Infra and Mid-tier) Web-cache listens on port 7778 "in front of" httpd for OHS on 7779. So perhaps you forget to start web-cache? (run from BI home: webcachectl)
    Perhaps the problem with Forms is related to X Toolkit?

  • I want to run IIS and Form Server on same machine

    Dear follows
    I have problems , porblems is that i want to run IIS and Form
    Server at same machine but i m facing some problems so please
    inform me right proceduers to run this services at same machnine
    now i m using Windows NT .
    My secone problems is that i want to send emai via oracle
    reports , actuall condition is that i have oracle report and i
    want to add button and behind this boutton i want to add trigger
    to send this report as a emai to client as txt/html format.

    There shouldn't be any problem running both forms server and IIS
    on the same machine. Just make sure the ports that are used are
    different. IIS's default port is 80, so either change this port
    number or change it for the Forms server's web listener.
    You can send reports to email if you use DESTYPE=MAIL.

  • Apache and form server check

    HI,
    i have three nodes in middle tier and each node contains apache and form server , so now how to check these servers is up or not?

    The Enterprise Manager Console lets you administer your servers.
    See the Administrator's Guide for details. I think it really helps if you read that guide.
    http://download-uk.oracle.com/docs/cd/B14099_17/idmanage.htm

  • Canvas and form (&elements)

    Hi, i wanna use input box with canvas. As i googled it is not possible. It says i have to write my own inputbox.
    First question: is there another way use inputbox with canvas?
    Second: Can i use canvas and form together. Can i draw something with canvas on half of screen, can i put a form on another part?

    aDiGe wrote:
    Lets make clear my problem.
    I have letters in square and i am changing square's background in my code. It is easy to make with canvas. But i need an InputBox under the letters, it is a bit hard for me to draw it with canvas.You mean you have problems making it editable, right? Because I can't imagine having problems with drawing some background under the letters. Or perhaps you should define what exactly do you mean by "InputBox".
    I thought to use form. When i use StringItem for letters i can not change their backgrounds (i dont know if it is possible)
    İ tried to use ImageItem for letters. I made each of letters image. When i ll change their background i am putting another letter image on the other letter image which has different background. But i am not sure if it ll be problem about performance.
    Any idea??Do I understand it correctly that you tried to simulate a TextField (which is an already available Item) using ImageItems only to have some background color under the text?
    I don't know what application are you writing, but what's wrong with a simple TextField? If you're using Canvas for the rest of your application and sometimes you need some text input, just switch to a Form, let the user enter the data and switch back.
    If you don't like the look of the high level GUI, implement your own TextField usable with Canvas. But trying to bend a Form like you described is just... odd.

  • J2ME Canvas and Form Objects

    I am currently in the process of converting an existing MIDP application which uses the standard high-level UI to implement menus and form objects.
    I am converting this to use the low-level UI with canvases to make the application look far more professional. There seem to be no decent tutorials realting to using the canvas to with relation to menus or user input.
    Is it possible to add the standard TextField and ChoiceGroup types into a canvas? If not, how are these implemented in existing MIDP applications that clearly use a canvas.
    Thanks for any help that you might be able to give,
    Dave

    umm abit of athread revivial but it seems that using j2me polish is more hard work than using standard j2me. This is because you need to know abit of xml and css to take full advantage of j2me polish.
    still is that the only way to create a form in a canvas?

  • Checklist for apache server and form server

    Hi,
    When some thing wrong happen to Apache server
    please tell me the checklist for apache simillarly for form server
    Thanks

    I would recommend the following notes:
    Note: 244274.1 - Oracle Application Object Library Generic Service Management (GSM) Setup Test
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=244274.1
    Note: 200360.1 - Oracle Application Object Library Concurrent Manager Setup Test
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=200360.1
    Note: 398624.1 - Oracle Application Object Library Concurrent Manager Test Set
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=398624.1
    Note: 370317.1 - Oracle Application Object Library Concurrent Processing Data Collection Test
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=370317.1
    Note: 134007.1 - CMCLEAN.SQL - Non Destructive Script to Clean Concurrent Manager Tables
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=134007.1
    One more Note which helps to make sure that all necessary components of Oracle applications are up and running before releasing the instance to end-users:
    Note: 283976.1 - Applications 11i Health Check After Maintenance
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=283976.1

  • Forms 6i, Forms Server and MS Word Templates

    Hi All
    Thanks for taking the time to look at my question :
    I have a Forms 6i application running in client/server environment that uses OLE2 to open up a MS Word 2000 template stored in c:\orant\templates.
    It then populates this word document before printing it off.
    My question is, if I deploy the application over the web via Oracle 9iAS and Forms Server, can I still use the functionality of OLE2 and perform the task outlined above ?
    Any white papers, tutorials, examples, etc would be most welcome.
    Greg

    You can read this:
    http://otn.oracle.com/products/forms/pdf/ClientSideOLE.pdf
    Helena

  • How Oracle forms server 6i run on web?(Configuration)

    hi all,
    I want to run oracle forms on web.
    For that,
    I installed forms server 6i.
    I installed forms developer 6i.
    which web server i have to install?
    What are the configuration required for that both (Web Server and Forms Server)?
    can u give me suggestion step by step.
    thanx in advance
    regards,
    dhaval lodha

    Hi,
    Forms Server uses the WebDB Listener for the web access.
    Since then we improved Forms Services to use the Oracle HTTP Listener in Oracle Application Server. Oracle Applicaqtion Server also is the only supported application server for Forms on the web.
    Frank

  • Application Server & Forms Server

    I'm trying to study Oracle Developer. I need someone to tell me what's the different between Application Server and Forms Server?
    Is Application server software that can run any application one of them is form applications?
    Is it one software? so if I use it to run my forms I’ll call that machine forms server or if i use it to run my report I’ll call it report server.
    I would appreciate any help
    With regards

    Hi.
    Oracle Forms Server - the correct name is Oracle Application Server Forms Services - is a component of teh Oracle Application Server.
    After installing the full version of Application Server Forms is ready for you to use.
    Please refer to the Forms Whitepapers on otn.oracle.com/products/forms for how to configure Forms (formsweb.cfg and default.env) to run your custom applications.
    Configuration is also supported through Enterprise Manager.
    Frank

  • FORMS SERVER help ASAP

    I know this is era of 9iAS.But one of our clients has Forms 6i and Forms server and its not cost effective for them to buy high-end server for implementing 9iAS.So is it alright to implement such an architecture with Oracle 8i as back-end.Is there any issue of Oracle support expiration for Forms Server.Since I have migrated client server architecture based forms and reports to 9iAS, I am not too sure of how to do the same without 9iAS. Is web-enabling of forms in 9iAS same as with Forms server.Please help , as we have to provide solution feasibilty report to our clients.
    Thanks in advance,
    Ankush

    I don't know anything about suport,but,I can tell you that is easy to install a forms/reports server after you have a apache,iis or some other web listener installed on your server...

  • Forms server architecture advice needed

    Hi
    We are using Forms & Reports Standalone 10.1.2.3.0. I am trying to get confirmation on two areas: how network traffic flows between client and Forms Server, and if traffic between the client and engine is encrypted.
    Network Traffic
    ==========
    Are the steps below the correct sequence of steps, particularly the last two steps?
    . user enters the appropriate URL into a browser
    . web server serves page containing applet tag (the applets render the forms screens on the client)
    . Browser requests applet if not already on client
    . Web server downloads applet to client
    . Applet on client contacts Forms Listener on server (using socket specified).
    . Forms listener starts a java runtime process on the server and hands off communication to it.
    . All further communication (as the user interacts with the form) is directly between applet on client and runtime process on server.
    Encryption
    =========
    Once communication between the client and the runtime applet is a direct relationship, is this traffic encrypted. I have seen a white paper from 2006 "An overview of Oracle Forms Server Architecture" which states it is, but this paper is 8 years old and I cannot find anything more upto date for 10gRel2.
    Any help would be appreciated.
    Regards
    Andy

    Oracle's reply to my questions were:
    Network Traffic
    =========
    Your understanding for the forms network traffic process is almost correct, except for step (7), where further communication between the applet and the runtime process is done through the Forms Listener Servlet, i.e. not a direct communications as was the case with sockets.
    But I believe this is not a network security issue, as both the Forms Listener Servlet and runtime process should reside on the same server machine.
    Encryption
    =======
    If security is an issue for you, Forms Development do not promote the 40 bit encryption as a secure solution. It dates back to a time when security did not have such a high profile, and most applications were run over the intranet.
    In that case, I would recommend using SSL.
    Regards
    Andy

  • Forms Server 6.0 and white Form

    I tried to run an very simple form (scott/tiger emp table...) on
    a forms server 6.0 in the applet viewer and in the Jinitiator
    environment.
    The result is a white form with only a menu item (window) and
    nothing more.
    I tried with WebDb, IIS4 and OAS 4.07 on WNT 4.0 SP3 and SP4
    systems but the result is allways the same.
    Any ides, suggestion
    TIA
    Tullio
    null

    i have a unique problem when i install form server and run
    web forms with jdk supplied with the dev 6.0 it runs for the
    first time that for does not have an image in it. but when i try
    to load a form with image in it. it shows a white form and when i
    retry to load the prevuios form with out image i also show the
    same white form now. or if i install jinitiator then the jdk
    stop working and even if i deinstall the jinitiator and remove
    all the entires form jinitiator the problem remains the same. tha
    same white form.
    any ideas pls i know i wont get an answer form Oracle Development
    team. so any one else around can who can help.
    mobeen
    Genevieve Millsap (guest) wrote:
    : We're having a similar problem when we use the parameter
    : separateFrame="yes". Fortunately, the corner of our login box
    is
    : visible, and we can drag it into the white frame and proceed,
    but
    : changing width and height has no effect.
    : If we omit the separateFrame parameter, it defaults to "no",
    and
    : we don't have the problem.
    : mobeen (guest) wrote:
    : : I have the same problem but i dont see a single reply from
    : Oracle
    : : Guys.
    : : Matt Stuempfle (guest) wrote:
    : : : I am having the same problem with the white screen.
    Changing
    : : : the width and height did not help. Any other suggestions?
    : : : Sailesh Patel (guest) wrote:
    : : : : Tullio Bettinazzi (guest) wrote:
    : : : : : I tried to run an very simple form (scott/tiger emp
    : : : table...)
    : : : : on
    : : : : : a forms server 6.0 in the applet viewer and in the
    : : : Jinitiator
    : : : : : environment.
    : : : : : The result is a white form with only a menu item
    (window)
    : : : and
    : : : : : nothing more.
    : : : : : I tried with WebDb, IIS4 and OAS 4.07 on WNT 4.0 SP3
    and
    : : SP4
    : : : : : systems but the result is allways the same.
    : : : : : Any ides, suggestion
    : : : : : TIA
    : : : : : Tullio
    : : : : Change the default values to the following information
    in
    : : : : static_jinit.html
    : : : : WIDTH=500
    : : : : HEIGHT=500
    : : : : and try after that.
    null

  • Dev 6.0 forms server and 8i

    One server with NT 4.0 SP5 running Oracle 8i (8.1.5.0.5) and Dev 6.0 (6.0.5.32) installed in seperate oracle homes. I configured tnsnames correctly and created a very simple form that connects to the DB and displayes two fields. Form runs fine in client/server form runtime mode. Setup a client with IE5 microsoft VM (5.0.0.3240) and security configured so I can run the javasoft examples. I started the Forms server as a service running as a domain admin. When I try to run the form using static (not a cartridge) config it connects to my static.htm file and downloads some java stuff and then says applet initialized and displayes the blue logo for Oracle Developer Server and then stops, no form??? So my first question is: this config is supported right? Then what am I doing wrong? I initially installed Dev. 6.0 using the wrong installer (the one on the distribution), but then installed again (ontop of current config, I couldn'e un-install) and patched it to 6.0.5.32 and as I said the forms run in Client/Server mode fine. How do I debug the forms server??? I don't get any error messages.

    I got it!
    After reading numerous postings I discovered that I needed to unzip the class.zip files and store them in the java directory, but thanks anyway.

  • How to debug a form (servlet) in the Forms and Reports Server

    Hi:
    I have a new install of an application that ran perfectly on a different host using the Forms and Reports Server.
    I have installed the FRS on the new host and it is working fine. I can run the test form.
    When I run my actual forms app, I only get a blank screen in the browser and on the status bar it reports "Applet Started'.
    Is there a way I can turn on debugging or something so I can see at what point it is failing or why the form is not opening properly?
    Any advise would be appreciated.
    Many thanks.
    Bruce

    Thanks for the reply Frank. I have looked all through the Start menu but see no "Configuration and Migration". I assume it's because I only installed the Forms and Reports option, so I only have Forms Services, Reports Services, and the Universal Installer. No big deal - I've already setup tnsnames manually. I just like to use the Net Assistant when I can.

Maybe you are looking for

  • How to refresh changes on the host/node

    Hi, I checked the documentation and didn't find the information which would help me answer the following question: Say I have couple of databases on a four node RAC and I have disabled a four instance RAC database to two instance RAC database. But fo

  • Error in PCR approval using JSP scenarios in ERP 2005

    Hi All,    Due to the missing Adobe PCR scenarios for Request for Transfer, we are having to use the JSP PCRs.  I can create one, and route it to the senior manager for approval, but when they try to launch the form from the workitem, I get the follo

  • Cannot upgrade to OSx Lion no Recovery

    I purchased and tried to install the OSx Lion upgrade. My mac is running Mac OSx 10.6.8 and I have bootcamp with Windows 7 It seems that there is some sort of problem in upgrading the OS when bootcamp is installed, but I am not sure of which would be

  • Automate query that export to excel

    Hi, I'm not sure if this is the right place to post this question... but.... I run some queries every day and export to an excel file and send by email every day, there is any way to make it automatic? Do anyone have any suggestion? Thanks, Leandro T

  • JAXB issue

    Hello everybody, i'm working with a simple example of JAXB. It's an example from the Java Web Services Tutorial. I generated and compiled the classes from an xml schema file. But when i try to use them it gives me this error: javax.xml.bind.JAXBExcep