Simulation Wizard in oracle forms

Please can someone help:

I work in a project and one of the requested forms is a wizard that guides the user to complete certain data entries.
is it possible in oracle forms?
I use Oracle 10 g of form. Ideas please

Hello

is it possible in oracle forms?

Yes

What kind of canvas is better for my situation: stacked canvas?

pls use 1 table of contents which is your main canvas and then build your stacked paintings tell 3 stacked paintings

then build your blocks of database by selecting the paintings in the block appropriate for each

sooner or later to create time to FINISHED design buttons, THEN back and accumulate your triggers that will trigger the aid...

SHOW_VIEW('CANVAS_NAME') ;  -- Show the Stacked Canvas in NEXT button...

GO_ITEM ('Item_Name'); -- Go to the stacked canvas item ; should be navigable and visible in ur stacked canvas 

HIDE_VIEW('CANVAS_NAME'); -- hide the original current canvas in synchronize 

 --- do this for each NEXT button all the rest depends upon ur needs...

I hope this helps...

Kind regards

Amatu Allah

Tags: Oracle Development

Similar Questions

  • Display empty records oracle forms 11g

    Treat all the...

    I use oracle 11g forms, I've created a form using the data block Wizard & Wizard formatting, but when I run the form, the form running successfully in the browser, url is ( Forms / http://arun-pc:9001 / frmservlet), but it is showing empty records.

    When I check with sql more user Scott, I found 10 records in the table departments, same user and same table I used in oracle forms.

    I don't know what the problem... I am new to oracle forms please help...

    I'm waiting for your answer valuable 4r

    S thanks in advance...

    Dear

    You can write the following code

    Execute_Query;

    in your trigger a TIME NEW FORM INSTANCE of your form.

    This will run the query automatically when your form loads.

    Concerning

    Oracle-911

  • How to connect to Oracle Form Builder - Oracle Developer Suite 10 g - Windows 7

    Hi brothers and sisters.

    Hope that you are well. I installed Oracle Developer Suite 10 g on Windows 7 successfully and that it works correctly. But when I connect to Oracle Form Builder using Connect window asking:

    a. user name of
    b. password
    c. database

    a message box appears: "ORA-12154: TNS: could not resolve the connect identifier specified '.

    I check my String to connect with: ' SELECT * FROM database of v$ ', but the problem remains the same.

    Please help me how can I connect to Oracle Form Builder.

    Noor

    Hello

    Please use Net Configuration Wizard or set tnsnames.ora with string and computer name to connect.

    NET Configuration Assistant.
    When its open then go to.
    * The local Net Service name configuration.
    * Click Next.
    * Add.
    * Click Next.
    * Name service - Type here connect the String which is XE or any connection string.
    * TCP.
    * Click Next.
    Host name - enter computer name or Ip address.
    * Yes, perform a test.
    you enter the right password and username here.

    Note:-your database should be Up if it's not high, it will be by the same error please start your database first.
    Sarah

  • How to run Oracle Forms in Google Chrome

    Hello

    How can we run our applications Oracle Forms in Google chrome (with SSO)? This has not worked quite awhile and a lot of our other company activities revolve around Chrome in the standard user interface.

    We are in form 11g.

    Thank you! HJ

    976327 wrote:

    Hey Hamid,

    Chrome says: this plugin is not supported. I did some research and found something about NPAPI unsupported.

    The error appears when you try to run our applications Forms via a URL

    Thank you, HJ

    Hello HJ

    Check

    1. https://java.com/en/download/faq/chrome.xml

    2 https://productforums.google.com/forum/#! m5sRq0_UKek/chrome/section

    Use of IE

    or

    You want a 3rd party?

    Try TalkingByte

    Hope this helps

    Hamid

  • Console debugging Oracle forms 6i

    Hello

    where the Oracle forms 6i debug console?

    There is no 'Debug' menu, and I can't find the debug anywhere console.

    Forms 6i debugger is not the Debug Console with the form window values (for poster modules currently loaded and the item values and parameter),

    window spy (to specify the variables you want to monitor when your application debugging)...,.

    but we can get such information (in the ugliest way) in the pane Navigation Debug Forms 6i.

    We also use debugging triggers which are a general form of debugging action involving a block of PL/SQL code with a specific line within a program unit.

    See, for example. This using Forms 6i:

    Debugging triggers are particularly useful as conditional breakpoints.

    You can throw the exception of DEBUGGING. Break UP with a trigger.

    For example, the trigger for debugging below sets a conditional breakpoint on line 10 of my_proc, which will be achieved only if the my_sal local variable NUMBER exceeds 5000:


    PL/SQL > line 10 is

    + > IF Debug.Getn ('my_sal') > 5000 THEN

    + > Lift Debug.Suspend;

    + > END IF;

    Kind regards

    Zlatko

  • Take the backup of the user database using oracle forms 6i

    I need backup user database using oracle forms 6i. Is this possible?

    Yes.

    Try

    When press the button trigger

    DECLARE
        un                VARCHAR2(30);
        pw                VARCHAR2(30);
        db                VARCHAR2(30);
        con_str        VARCHAR2(100);
        --
        data_file    VARCHAR2(100);
        log_file    VARCHAR2(100);
        cmd_line    VARCHAR2(200);
        ALT NUMBER;
    BEGIN
        IF :CONTROL.file_name IS NULL THEN --- take a file location
            IF SHOW_ALERT('FILE_NAME') = ALERT_BUTTON1 THEN
                RAISE FORM_TRIGGER_FAILURE;
            END IF;
        END IF;
        --
        un    := GET_APPLICATION_PROPERTY(USERNAME);
        pw    := GET_APPLICATION_PROPERTY(PASSWORD);
        db    := GET_APPLICATION_PROPERTY(CONNECT_STRING);
        con_str    := un||'/'||pw||'@'||db;
        --
        data_file    := :CONTROL.file_name||'\'||un||
                                 TO_CHAR(SYSDATE, 'DDMMYYYY')||'.dmp';
    
        cmd_line    := 'exp userid='||con_str||' file='||data_file;
        HOST(cmd_line);
        --
    
        ALT:=SHOW_ALERT('MULTI_BACKUP');
        IF ALT=ALERT_BUTTON1 THEN
            RAISE FORM_TRIGGER_FAILURE;
        ELSE
            EXIT_FORM;
        END IF;
    
    END;
    
  • Oracle Forms Builder 12 c, crashing when generating a big mmx

    Hello

    I installed Oracle Forms Builder on Windows x 64 8 12 c. When I compile my menu I have no problem, but when I try to generate the file mmx, forms crash and close. Can someone tell me if I need a group of hotfixes or the value of any configuration on my Forms Builder?

    Best regards

    It's a bug I can reproduce it. It has nothing to do with the language or the size of the file, but the length of a Menu name here how it worked for me...

    The work around:

    Change the menu with 12cFormsbuilder.

    Open the file .mmb with Formsbuilder. Open the Menu tree. Look for the Menu titles that are more than 30 characters. Change the name< 31="" characters="" by="" clickiung="" on="" the="">

    If you click on it it will be automatically reduced to 30 characters. Save the file, generate

    The example which worked for me:

    MENU:

    ANDERE_STAMMDATEN_UND_VERKNUPF_MENU-> ANDERE_STAMMDATEN_UND_VERKNUPF

  • How to hide the Menu item in the Oracle Forms Menu bar.

    Hi all

    I have a requriement wherein I have to hide these oracle forms menu bar menu items whose rights are not available with the user.

    I already have enable / disable the option on the order of the day, but required to not display these items that are users do not allow access to users.

    Is it possible to do this task? Please help and guide me.

    Thank you

    Atif Zafar

    Perhaps a typing mistake?

    Your menu is named MAIN_MENU_MENU, in your code, you use only MAIN_MENU.

  • Oracle Forms Text_io package

    Hello everyone,

    I would like to ask if any body can help me to get the tutorial package text_io that explain step by step (PDF, link, video)

    something will help.thanks in advance to you all.

    Check

    1 function TEXT_IO

    2 TEXT. IO in Oracle Forms 10g

    3. howto_textio

    4. advice text_io

    Hope this helps

    Hamid

  • Oracle Forms and reports 12 c (12.2.1.0) Installation

    Hello

    I had downloaded a file of

    Oracle Forms and reports 12 c (12.2.1.0)

    Published on 23 October 2015

    http://www.Oracle.com/technetwork/developer-tools/forms/downloads/index.html .

    Now, I am trying to install, but its not install on the computer. can guide you how to install it.

    Sandy

    Two things:

    1. you didn't did not read carefully my last update.  I said that you need to install JDK 8 (more precisely 8U51 or newer).  Which suggests that you installed and that he tried to use Java 7 with that statement that you answered:

    C:\Program Files\Java\jdk1.7.0_79\bin>java-jar fmw_12.2.1.0.0_infrastructure.jar

    You must UNINSTALL 7U79 (which you cited above) and install the last v8, which is 8U66.

    http://www.Oracle.com/technetwork/Java/javase/downloads/index-JSP-138363.html

    2. you have not share of details necessary to understand what could happen.  For example:

    • On what platform and the version you install?
    • Have you reviewed the matrix of product Certification to ensure that this platform is certified for use?
    • Is your Windows user, a member of the Windows Administrators group?
    • The machine has at least 6 GB of RAM?
    • Is the installer staged locally or are access you it from a network share?
    • Did you review the Setup logs?  If this is not the case, do, as they will probably tell you what is happening.  They are located in:

      C:\Program Files\Oracle\Inventory\logs

    I highly recommend that go you through the documentation (Setup Guide, Sys requirements, etc.) before you install or use the product:

    http://docs.Oracle.com/middleware/1221/formsandreports/index.html

  • SSO ADF and Oracle Forms?

    Hello

    Is there a recommended way to share authentication between ADF and Oracle forms?

    We currently use Oracle 11 g 2 forms and we have our forms developed in-house running on this.  I would like to start working on some applications of the ADF, but I do not know how to ensure that the username and passwords are the same for our existing forms applications and any new request to ADF we add.

    I would use JDeveloper 12 c.

    We have < 100 users, so this isn't a large installation, and most users are (same office).

    Thanks for ideas or advice.

    Check out this blog https://blogs.oracle.com/olaf/entry/ofm_11g_oam_sso_for_forms_and because it describes how using OAM.

    Timo

  • Oracle forms/reports 12 c | Items on the Start Menu

    Hi guys

    I installed and configured Oracle weblogic 12 c (12.2.1), forms, and reports 12 c (Professional 64-bit Windows 10, 16 GB RAM, i7 processor platform) and be able to start the server administration Weblogic, wls_forms (wls_reports not yet configured). The only element of start menu, I could see as shown below with the image

    oq1.png

    I'm not sure what exactly I missed during installation and configuration (Oracle® Fusion Middleware, installation Oracle Forms and Reports, 12 c (12.2.1), E66264-01) for the installation and configuration. Please help me

    Kind regards

    Did you follow that?

    Steps in order:

    • Ensure that the machine has the static IP address (or the loopback installed and configured adapter for Windows)
    • 8 RAM minimum concert
    • Open a shell (DOS) and set the PATH to include the JDK (8U51 + 64 - bit) first in the list
    • In the shell, run the WLS installation program and follow the instructions: java-jar fmw_12.2.1.0.0_infrastructure.jar
    • Run forms and reports 12.2.1 installer
    • Run the RCU THAT found in C:\Oracle\Middleware12\Oracle_Home\oracle_common\bin
    • Run the configuration (config) (if on Windows, do not forget the shell has administrator privileges) (C:\Oracle\Middleware\Oracle_Home\oracle_common\common\bin)
    • With a shell with administrator privileges, start Node Manager (startNodeManager) and then start Admin Server (startWebLogic) (C:\Oracle\Middleware\Oracle_Home\user_projects\domains\base_domain\bin)

    Once the servers have been launched successfully, the configuration will complete automatically.  This process also ends configurations required by design tools, the server startup if necessary to complete the steps.  They can be stopped if you are simply interested in examining the Builder (s), but obviously will not be able to run anything, if the servers do not work.

    I hope that between this overview and documentation, almost everyone should be able to get a good start.

    Hamid

  • Oracle Forms with Tamil fonts

    Hi all

    I use Oracle Database 12 c and Oracle Forms and reports 11g r2

    I installed the database to Unicode

    NLS_LANG = AMERICAN_AMERICA. UTF8

    and I changed in the register of forms in the same window and I also configured in default.env too.

    I used 3 languages in my database, English, Arabic and Tamil.

    English and Arabic does not work well. His works to the label forms as well as stored in the database.

    Now, I have problem in Tamil fonts in Junk or?

    How to solve this problem?

    Can I missed any configuration?

    Thanks for all your answers,

    I found the solution. There is a fallback in Java for the fonts option.

    I just spent my fonts in java backup file.

    Now Oracle Forms can support Indian languages especially in Tamil, Malayalam, etc...

  • How to run the Oracle form window in the center of the browser?

    I want to run Oracle form in the middle of the browser window. When I run the form in the web it start on the left side.

    How can I change this environment forever?

    Dear Faisal Ahmed Odile ,

    Try the following code

    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE);
    SET_WINDOW_PROPERTY('', X_POS, (GET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, WIDTH ) - GET_WINDOW_PROPERTY('', WIDTH )) / 2);
    SET_WINDOW_PROPERTY('', Y_POS, (GET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, HEIGHT) - GET_WINDOW_PROPERTY('', HEIGHT)) / 2);
    

    Manu.

  • Tutorials Oracle Forms and reports

    Hi all

    I recently started a new job in collaboration with Oracle forms and reports using PL/SQL. I have little or no experience with either, I'm looking for some tutorials online. I found the following on Udemy me begin with PL/SQL - <-moderator removed link as we do to the business side--> but I find it difficult to find some tutorials on Oracle forms and reports. Can anyone suggest where I might find some good tutorials?

    Thank you

    -Action Moderator: removed link to a commercial side. The user don't please add links to commercial messages to any forum OTN in side. -----

    Tutorial Oracle...

    Although the first two of the following links are for older versions of forms, the concepts are still valid for all versions of forms.

    A tutorial on Oracle9i forms and reports

    http://www.holowczak.com/Oracle/dev9i/ iSelfSchooling - Introduction to forms Oracle Forms

    10g: demos, tips, and Techniques

    http://SheikYerbouti.developpez.com/index_en/

    http://www.SlideShare.NET/magupta26/Oracle-Forms-tutorial

    http://www2.cs.uh.edu/~ceick/3480/Customized_Oracle_Forms.pdf - create custom Oracle Forms

    http://www.youtube.com/watch?v=0BBiHvHzPYE - video

    Tutorial for Oracle reports...

    Here's some link...

    1. http://docs.oracle.com/html/B14364_01/title.htm

    2. http://www.scribd.com/doc/3960412/Basic2-Oracle-Reports-10g-Tutorials

    3. http://report10gsanamqa.blogspot.com/2010/08/triggers-in-reports-types-of-triggers.html

    Video tutorial

    http://www.YouTube.com/watch?v=Fum3MJm5yKU

    Hope this helps,

    Hamid

Maybe you are looking for

  • Can I remove the base of an iMac of 2013?

    I read that the later models of iMac, (I have a 2013) the base cannot be deleted. I need to lower my iMac, either by removing the base and attach a mount, 'He' placed on a support of ledger, or some kind of support. Any suggestion would be appreciate

  • A few questions about the USB DVB - T (DTT) PX1211E-1TVD Tuner

    Hello Recently, I saw the USB DVB - T (DTT) Tuner part number: PX1211E-1TVD announced on this site. It seems very initiative but I wanted to clarify the features actually described on the site, because it is not very clear... 1. Why is there a USB DV

  • HandyCafe server filter

    not workinig me windows vista, I need a software...

  • Camera compact Z5 and video works do not at all

    Hello I just bought a brand new compact z5. However, the camera does not work. Lights video application for the phone and camera time plant with "x has unfortunately stopped working. Any time I try and it hangs right of the device. I had to take back

  • Connection USB Samsung S4, Windows 7

    Hello I have Samsung Galaxy S4, whenever I connect it to my laptop (Windows 7 Home Premium edition), it detects the usb only connection by the (sound beeb), and sometimes he says: «cannot install this driver...» "a mistake like that, and sometimes it