Sample Forms 6i Apps

Hi Friends,
I am newbie Form6i Developer. Can you give me links to sample forms applications
which I can practice, learn, copy, or immitate?
Thanks a lot

Yes dear :) thanks
But it is so sad :( I can not play with them coz my apps11i is on linux and my Dev6i is on WinXP, when I copy an fmb for testing it looks for lots of files and
looks so complicated.
I wish I can download app11i for windows but its so big.
I have downloaded demo 6i forms apps. But it is asking for WebDB which is dependent on 8i DB. Unfortunate my database is already 10g so I can not install it
anymore. Anyway, my only hope is to work on copying fmb on linux to windows
so I can have a test form. I will try first what u have advised in my previous post :)
Thanks a lot

Similar Messages

  • How to get the Purchase Order sample form to have 2 detail regions?

    I would like to use the "Purchase Order" sample form as the base, and add one more "detail header" and "detail" subform to it.
    So I copy and paste the "detail header" + "detail" subforms, and position them right beneath the first "detail" subform.
    It works to certain extend.  I can click the "Add Item" button(s), and it would expand the respective "detail" region.
    The problem comes when things get expanded to the 2nd page.
    Say, I first add 5 rows to the 2nd "detail" region, everything still fits in one page;
    then I keep adding rows to the 1st "detail" region, and it begins to expand to the 2nd page....
    everything in the first "detail" region can still fit in the first page,
    the rows in the 2nd "detail" region should get pushed to the 2nd page...
    but when I look at the 2nd page of the form, the "detail header" on the 2nd page is that of the "FIRST" detail header, not the 2nd detail header!!
    So, when you look at the entire form, you have
    First Detail Header
    some First Detail Rows
    2nd Detail Header
    some 2nd Detail rows
    --- end of page 1---
    --- page 2---
    First Detail Header
    some detail rows (can't tell if they belong to the first detail region or 2nd detail region)
    This obviously is not right.
    So, how do I fix it such that the Detail Header on the 2nd page is that of the 2nd Detail header???

    an update:
    I have found out that the detail rows on the 2nd page are all that of the 2nd detail region.
    so, it's like this:
    when you look at the entire form, you have
    First Detail Header
    all the First Detail Rows
    2nd Detail Header
    some 2nd Detail rows
    --- end of page 1---
    --- page 2---
    First Detail Header
    some 2nd detail rows

  • Can download applications form any app store.

    Wonder if anyone has found a way to download applications form the app store. such as candy crush, or friends with words. I keep getting a message saying not compatible, I have the nokia n8 update to belle.
    hnks in dvance for any help
    Solved!
    Go to Solution.

    Hi senthukannan
    Thank you for posting and welcome to Nokia Support Discussions! 
    May we know the model of your phone? Where are you trying to download all the applications? Any error message? Please provide us all the important information so we can get better answers from the community.
    If my post helped you, please don't forget to click on the "White Star" and if it resolved your issue click on "Accept as Solution"

  • Open PDF through forms in apps

    I have a requirement where in I need to open a pdf document on click of a button. This document is a static doc for guideline/help purpose (for users accessing the form from apps). I want to know the best way to handle this. I can store the document in a table in the database but I do not know how to open/invoke it through froms in apps environment.
    we are using forms 10g and are in R12.
    Thanks in advance.

    See your /forms/server/forms.con file. You can see that some virtual directories are defined, for instance /forms/html
    AliasMatch ^/forms/html/(..*) "C:\DevSuiteHome_1/tools/web/html/$1"The physical directory is located on the Application Server.
    For a single test, you could put your PDF in the physical directory, then display the document within Forms via the Web.Show_Document() built-in
    Web.Show_Document('/forms/html/mydoc.pdf','_blank')You can also create new virtual directories in this file to handle your docs, for instance :
    AliasMatch ^/forms/pdf/(..*) "C:\DevSuiteHome_1/tools/pdf/$1"Francois

  • OLE not working in WU_TEST_106 sample form

    Hi,
    When I am running the WU_TEST_106.fmb sample form for the web util, Save to the file on Client (OLE) is
    not working, no error.
    When I debugg the form, it is getting hanged on the statement
    result := GET_CUSTOM_PROPERTY(bean,1,propertyName);
    So, I am not able to load data from data block to excel from the client machience.
    Working with OC4J (not Application Server) , Forms 10g
    Thanks in advance
    Rizly

    Hi,
    Yes I got the errors , I am writing the erros down:
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\faisal
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Exception occurred during event dispatching:
    java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.jacob)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkLink(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at com.jacob.com.Dispatch.<clinit>(Dispatch.java:537)
         at oracle.forms.webutil.ole.OleFunctions.create_obj(Unknown Source)
         at oracle.forms.webutil.ole.OleFunctions.getProperty(Unknown Source)
         at oracle.forms.handler.UICommon.onGet(Unknown Source)
         at oracle.forms.engine.Runform.onGetHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Plz helpt me to solve the problem
    Thnaks in advance
    Rizly

  • Sample forms in Developer 6i

    I know that there is lots of sample forms, reports and Java that comes with Developer 6i and its demo disk. I can locate the directory that contain them but I can't find any documentation that talk about their usage. Does anyone know about this ?
    null

    I downloaded Dev. 6i and patch 1 and, so far as I can tell, there are no sample forms as in previous versions (except for some that are irrelevant). Is there a place where these can be downloaded, or should I just use those from a previous version?
    I have no Features and Benefits as mentioned in your message. There was nothing about samples in the install program.

  • Free sample Forms 9i code

    Hi,
    some one plz, tell me the address of website from where I download free sample forms 9i code to make my application better, thanks for all of you help.
    Khawar

    Hello,
    <p>This is an article that contents 15 sample dialogs that explains some of the extended functionalities of Forms 10gR2.<br>Note that you can download Forms 10.1.2 for free on the OTN site.<br>Maybe if you google on the "Oracle Forms" keyword, you could find some more material</p>
    Francois

  • URGENT:steps for registering a form in apps front end

    hi,
    i have created a form in form builder 10g(10.1.2)and i compiled that in my machine as well as in server.Now i want to register my form in apps front end and customize it.Can anyone explain how to do that .It would be more helpful with snapshots.
    Thanks
    Nasiya

    form builder 10g(10.1.2)I assume you have Oracle E-Business Suite R12, if you have Apps 11i then you should use Forms 6i.
    Can anyone explain how to do that .It would be more helpful with snapshotsPlease check the following links/docs:
    Registering New Forms in Oracle Apps 11i
    http://www.exforsys.com/tutorials/oracle-apps/registering-new-forms-in-oracle-apps-11i.html
    Oracle Applications Developer's Guide
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115devg.pdf

  • If I buy an electronic dictionary form the App store can I use it on both my MacBook and my iMac?

    If I buy an electronic dictionary form the App Store, will I be able to use it on both my MacBoook and my iMac?
    All the best in 2014!

    yes.

  • I cannot open some pdf files online with Reader XI (like sample forms in Help section).

    I cannot open some pdf files online with Reader XI (like sample forms in Help section or IRS.gov or credit card statements).  I have uninstalled Reader XI, cleaned and reinstalled.  I have no problem right-clicking and downloading and then viewing the files.  No problem viewing acrobat files.  I'm runnnig Windows 7,  IE9.     I can acces them through Chrome.

    RESOLVED
    I found two suspect programs that were installed within the last 48-hrs that may have caused the problem
    1) - Libre Office - latest update.  This is a fork of Open Office.  (unlikely)
    2) - ManyCam video manipulation software  (likely)
    Following info here, I opted to try to open an Adobe PDF file that was on my hard drive.  When I did, it refused and IE10 gave me an ActiveX error (AHA!!).   When I checked the installation of ManyCam, it had installed a version of DirectX that may have over-written the resident versions or disabled them somehow.
    I uninstalled ManyCam but left Libre Office's update in place, then I ran a system restore from a point 24-hrs before the installations.
    This resolved the problem 100%.
    So, the suggestion here is that there may be one or more program in the wild that is interupting the ActiveX or DirectX systems.  They may be running or installing an older version.  In this case it appears the handlers were broken.
    Once the system restore had completed I was able to open Adobe PDF files within my IE10 browser from the Internet as well as open PDF files from my hard drive.
    Note that this same issue also clearned up a problem I was having with the Comodo Dragon web browser, which is a fork of the Chrome project.  Once I eliminated the suspect program and ran the system restore all was well.  In the instance of the Comodo browser it was unable to open or reach anything - dead white screen below the menu bar.
    So my suggestion would be to take an inventory of recent program installations, remove/uninstall them, run system restore from a date before the suspect programs were added, and see what happens.  In my case that fixed the problem.

  • Problem running CalendarWidget sample form

    I am trying to get the CalendarWidget sample form with the calendar PJC to run on my pc. I can run the form from my forms developer (v 10g), but the calendar "button" doesn't enable or show anything.
    The implementation class for the Calendar_Widget_Bean is forms90.java.CalendarWidgetWrapper
    When I go to open the canvas for the form, I get :
    FRM-13008: Cannot find JavaBean with name 'forms90.java.CalendarWidgetWrapper.'
    When I try to run this by opening the calendar_jinit.html file I get the following error:
    Java.lang.ClassNotFoundException: forms90.java.oracle.forms.engine.Main
    The form, html, classes are all in my forms90/java directory.
    The java console shows the following message:
    load: class forms90.java.oracle.forms.engine.Main not found.
    java.lang.ClassNotFoundException: java.io.FileNotFoundException: \forms90\java\forms90\java\oracle\forms\engine\Main.class (The system cannot find the path specified)
    followed by several lines ending with Unknown Source.
    Ideas on what I might need to do to get this thing to work? I am no java guru and have been doing the registry and environment settings based on documentation that came with the demo as well as other posts from this forum.
    Tracy

    The exception you are getting is Forms error. Please post this in Forms forum
    You can see Forms - Reports integration white paper here
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    Thanks
    Ratheesh

  • Forms 9iDs could not run sample form

    I downloaded the windows version of 9IDs release 2 and tried to run a sample form. The applet get initialized. the login window pops up. once the user and database information is passed the applet tries to connect but this message pops up finally:
    "FRM-92100:Your connection to the server was interrupted.
    This may be the result of a network error, or a failure on the server
    you will need to reestablish your session.
    Details...
    Java Exception
    java.io.EOFException
    at java io.DataInputStream.readUnsignedByte(Unknown Source)
    at Oracle.forms.engine.Message.readDetails(Unknown Source)
    at oracle.forms.engine.message.readDetails(Unknown Source)
    at oracle.forms./net.StreamMessageReader.run(Unknown Source)
    Please assist. Note that I have set the NetworkRetries Parameter to 30.
    thanx in advance.

    Getahun,
    are you trying to run the demos on Oracle9iAS ? I thought the readme is saying that you can only run this from Oracle9iDS. Please make sure that you run this in 9iDS and not 9iAS.
    Frank

  • SQL query to know which users are working on which forms in APPS R12

    Dear gurus
    We need the SQL query to know which users are working on which forms in APPS R12, and how to get the user.name of those records.
    thanks in advance
    best regards

    Hi,
    Please see this thread.
    USERS CONNECTED
    Re: USERS CONNECTED
    Regards,
    Hussein

  • Sample Forms Library?

    Is there a library anywhere that has a bunch of sample forms from which to get ideas
    on how to make things work? I have a form I want to build that will resemble a
    character based legacy system screen that operates in block mode. What I want to do is
    have an array of input fields displayed on a grid and let the operator position the
    cursor on a row in the grid and then enter values into three fields that make up a row
    on this grid and then insert a record into the database that has a value in a fourth field
    that is calculated based upon which row the operator has made the entry into. I tried a
    tabular canvas and I get the "look" I want but it always wants to force the operator to
    start entering data on the first row. I can't just skip a row I've tried different things
    with stacked canvases representing each row in the grid but I can't get the database fields
    to line up with what is being displayed. With a tool like Forms I'm sure there must be a way
    but it's not obvious to me and I'm running into a lot of time being spent trying to figure
    this seemingly easy thing out.

    Hi,
    Sorry! I've no problem with that!

  • Recently updated iPad 2nd gen and wooden bookcase is gone form iBook app now just a white screen

    recently updated iPad 2nd gen and wooden bookcase is gone form iBook app now just a white screen

    Yes, if you updated to iOS 7 you also got a new version of iBooks.  The new iBooks app does not have the wooden shelf theme at all.  The library has been re-styled for iOS 7 to be a plain white area listing your book or pdfs.

Maybe you are looking for

  • Firefiox 7.0.1 crashes everytime I try to open. It immediately goes to a crash box for me to either restart or quit Firefox.

    When I select restart it send a report and takes me back t the crash dialog box. As such I have no way to get into Firefox. I have reloaded Firefox 7.0.1 from fresh downloads twice and still have the same issue. I've unsuccessfully looked for earlier

  • How to find out the active status of catalog area..

    Hi Team, In COMM_PCAT_ADM, we can find out the catalog view > catalog areas and product and their status. I am working on a requirement where i need to create a report program which will fetch the catalog id, catalog view, catalo area, catalog area s

  • Presentation of my website as a portfolio

    I have just begun with Dreamweaver and have created my first website. I don't plan to have this site up on the internet yet but instead I want to burn it to a CD and show it as a portfolio piece to go along with my resume. My quesiton is this: Is it

  • IMac Won't Boot

    I have a 24" iMac bought in 2007. It now won't boot up. I suspect it is because the hard drive is so full that it won't reboot. Is there a way to rectify this without an erase and reinstall? I do have Applecare.

  • Setting the database automatically in Java

    Is there a way to set up the database (microsoft) automatically within my program? So I don't have to manually go through the adding a new data source in the odbc thing?