Concept of Directives to the compiler in Forms 6i and 10g Forms

Hi all
Do we not have the Pre 10g-shaped concept compiler directives and forms 6i. If it's there then Pls informed me of its use.

Kind regards
Alok Dubey

You can do that, in order to have a good compilation of 10 g. FMX files, you must open the Source in Forms 6i and compile it and correct the necessary code.
You have so every time a new FMX 10 g files you will need to recompile the files 6i and reassemble.

Instead of maintaining two copies of the same file

you do not keep 2 copies of the same file, we would be in Forms6i and one in 10g, internally, they are different.

With your logic, if you need to change something in your source, then you will have to recompile again and do the migration again patches every time.
Keep in mind that makes 10 GB works in architecture 3 thirds and forms 6i in level 2.

You asked the same question a few days under this thread keeping forms 6i with form 10 g

Believe me, the answers will not change when you ask him in another thread ;)

Tony

Published by: Tony Garabedian on October 6, 2008 09:39

Tags: Oracle Development

Similar Questions

  • I have problem with the compiler of forms

    HIII everyone
    I have problem to compile a simple form created in Forms Builder everything works fine... .i can cocnect with sql developer tailor I can connect with sql plu...
    I fllowed this steps just to complie simple form
    1-i run start an OC4J Instance and it show that
    **********************************************************************
    C:\Users\lotfi\Desktop > C:\oracle\DevSuiteHome\jdk\bin\java-Doracle.security.ja
    Zn.config=C:\oracle\DevSuiteHome\j2ee\DevSuite\config\jazn.XML-Doracle.home=C:\
    oracle\DevSuiteHome-DORACLE_HOME = C:\oracle\DevSuiteHome-jar C:\oracle\DevSuite
    Home\j2ee\home\oc4j.jar - userThreads - config C:\oracle\DevSuiteHome\j2ee\DevSuit
    e\config\server. XML
    07/12/11 11:39:57 oracle Application Server containers for J2EE 10 g (10.1.2.0.2)
    initialized
    ***********************************************************************
    2. I lance Forms Builder is run correctly I conect with 'hr' and my password and it connect properly... and I creat a simple form with datablock continues the table 'country '.
    3 - I save the form and run and it works correctly with mozila firefox as java applet... and just it ask me to login again with the same information that I entered at the beginning... but in the console of I 'Start an OC4J Instance', it adds the text
    ********************************************************************************
    07/12/11 11:59:32 FormsServlet init():
    configFileName: C:\oracle\DevSuiteHome/forms/server/formsweb.cfg
    testMode: false
    07/12/11 11:59:33 ListenerServlet init()

    *********************************************************************************
    4. now I want to compile my form just to not run as java applet... .i run forms 'Compiler' and I chose the form and I enter the information of the user and the database and type is FORM and and I press 'ok' * it take about 3 seconds and form compliler window disappear that's my problem gys how can I complete my form *.

    You cannot run the form without the applet on the client, and also there is no way or the need to create a file your application like .exe basically ask you a URL on the client.

    See this document for an explanation of the architecture of Web Forms: http://www.oracle.com/technetwork/developer-tools/forms/forms9iarchitecture-1-132221.pdf

    see you soon

  • The compilation gets error 7 and return all my strings

    Hi, I'm updating of legacy code. It contains references to the paths that don't exist any more (mainly drives on the network).

    So I go through the program, and I Exchange each defective path (from the old M:\ or P:\ to the my laptop C:\).

    When I run the labview program, it works very well.

    However, when I compile the program restores the old paths and gives error 7 when I run the *.exe.

    The paths are strings in text boxes (controls).

    I tried to check the "include files as library" option in the build specification.

    Any ideas? IM using Labview 2012 and the original program comes from an earlier version.

    Hey,.

    you set the values in the default controls or just change the values?

    So just changed, mark the new default values with a right-click on the control-> data operations-> default font of the current value

    Kind regards

    CMW

  • command prompt in the start menu goes directly to the control box black small and not big box

    Page product HP supposed to go to the start menu and type command prompt and choose Run as administrator.  There was a break in the screen of the typical white box with blue borders with a list of options.

    I typed in it and click on command prompt and I immediately had the window of small black command promt.

    I had to end up with a box by C:\. SFC\ and type SCANNOW after the.

    I can only see C: \USERS\OWNER >

    How can I get the usual box of options?

    Hello viewerx. C: \USERS\OWNER is always the default value in Windows Vista or later, even if you change it manually. You try to perform a file system check? If so, the command is "sfc/scannow" without the quotes.

    If you have any questions or concerns, please let me know. I'm only here to help!

    Mario

  • Question about the installation of 11g R2 and 10g R2

    Hi, my system is Windows 7, 32-bit with Service Pack 1.

    Can I install Oracle 10 g R2? Or Oracle 11g R2?

    Could someone send me the download links?

    Thank you very much.

    Happy Thanksgiving!

    Salvation;

    Several user forum already answered your question,

    Can I install Oracle 10 g R2? Or Oracle 11g R2?

    Both version can be installed on win 7. 10g to 10.2.0.5 version. For this version and also 10.2.0.1 reference, you must connect metalink and must raise SR or contact the local oracle office. Because as mentioned here only 11.2 download available

    If your Windows 7 is version home you can create vmmachine on your win7 OS that download oracle linux(OEL 5.x) of delivery site that install this on your vmmachine and can use it for your db instalation problem

    Could someone send me the download links?

    As mention before only 11g download available on OTN:
    http://www.Oracle.com/technetwork/database/Enterprise-Edition/downloads/index.html

    PS: Please don't forget to change the status thread answer whether it is possible when believe you your thread replied, he pretend to wasting time in other forums users while they are looking outstanding which is not answered, thank you for understanding

    Respect of
    HELIOS

  • How can I find out what queries executed in the SCT TEMP (Oracle 9i and 10g)?

    Dear friends, you have a query that can watch what instructions are currently running in the TEMP tablespace?

    Many thanks in advance, Marcelo.

    Dear Marcelo!

    What exactly do you mean with "what instructions are running currently in the TEMP tablespace". Do you mean: what statement uses the TEMP tablespace for big sortoperations instead of PGA?

    If Yes, then you can use tempseg_usage $ v and v$ sqlstats to gather the information.

    SELECT username, session_addr, sqladdr, tu.sql_id, tablespace, sql_fulltext
    FROM   v$tempseg_usage tu, v$sqlstats ss
    WHERE  tu.sql_id = ss.sql_id
    

    Yours sincerely

    Florian W.

    Published by: Florian W. the 17.06.2009 11:44

  • the difference between 3i/4i and 10g doc

    Hi all

    I am trying to achieve a doc of justification for 3i/4i towards improving the 10 g version of discoverer.
    Came with a few differences between the versions, I would be grateful if someone could share some points that I'm missing. I mentioned the following links on the forum.

    Re: 10g Vs 4i

    Difference of Discoverer 10g Discoverer 4i

    Thank you

    Hello
    If you are looking for a document that describes what's new Discoverer 10 g has it please take a look on my downloads page: http://learndiscoverer.com/downloads/downloads.htm

    There, you will find a file called DrakeFirstLook. It contains a PowerPoint presentation that I gave at the 2005 WORLD Conference that describes all the new features in Discoverer 10 g. In the book, you will find a description complete of new features as well as many screenshots that not only show the features in use, but allow you to have an idea of what the new product, will look like if you decide to use.

    Moreover, this presentation was awarded the prize for the best presentation at the Conference (http://learndiscoverer.blogspot.com/2006/06/best-presentation-odtug-2005.html) so I know it has been well received and will be useful.

    Feel free to download it.

    Furthermore, to follow up on what Russ said, this announcement on my blog lists the version numbers and patch for 3 and 4: http://learndiscoverer.blogspot.com/2006/09/releases-and-patch-numbers-september.html

    It is not 100% up-to-date with new releases, but is valid for Discoverer 3, 4 and 9.

    Best wishes
    Michael

  • Fill the SetPropertyListener directly with the value of the component

    My requirement is to inputtext component value to pass to the next page.

    To do this, I have to fill pageFlowScope value.

    But, is it necessary to create a reference to the inputtext component in a bean class? ()

    Can I directly take the value of af: inputtext and fill pageFlowScope value?

    or, simply store the value of entering text directly to a range variable of flow page (that I showed you the code)

    John

  • duplicate the compiler warnings?

    I have a small question in Flex Builder 3 using Eclipse. Whenever I save my project, it is not up-to-date warnings from the compiler generated, leaving old and sometimes double job with warnings in the tab "Problems." Even when the problem is resolved. In some cases that there the same warning applied 4 or 5 times and I can't delete it.

    Any ideas?

    Use "Clean... the project" more frequently

  • Error of suspicion of PL/SQL No copy of the compiler

    Hello

    My Version database is Oracle 9i.

    I have a table1 like this:
    agency_form_id      pk
    User_id  
    agency_Email_id
    date
    user_name
    I've written a procedure for agency_email_id during extraction:
    CREATE OR REPLACE
    PROCEDURE retrieve_emailid { p_formid IN table1.agency_form_id %TYPE, p_emailid OUT table1.agency_Email_id%TYPE)
                                          IS
    BEGIN
       SELECT agency_Email_id
         INTO p_emailid
         FROM table1
        WHERE agency_form_id=p_formid;
    END retrieve_emailid;
    I get an error like this:
     PLW-07203: parameter 'P_EMAILID' may benefit from use of the NOCOPY compiler hint
    Can someone help me in this please

    Thank you

    "PLW" indicates a warning, not an error.

    IIRC, Developer SQL has warnings from the compiler enabled by default, and it tends to pop when he sees an OUT or IN OUT parameter of any kind. It is doubtful that you would actually get a measurable performance of NOCOPY here advantage.

  • order to compile fmb, pll, mmb in 10g (10.1.2.0.2)

    Hello

    We are migrating from Oracle Forms 6i to 10.1.2.0.2 version.

    1. what will be the command to compile the PLL, MMB, FMAS on UNIX?
    2. what location and directory I find this script? I need to create this script to compile from scratch or just need to modify information that is already present in this script?

    Thanks for your help.
    Sandy

    Here is a link to a file of Windows compall commands:

    Re: Creating reports and Oracle 10 g Forms relies

    And this is genformall, a unix form 9 build script. In my view, that the appeal of the compiler 10 forms of unix is frmgen rather than f90genm.

    Re: How to generate multiple files using f90genm?

  • Im having a problem with your security software.  Your data bass must be bad, now I can't have spent my address question.  Ive answered all questions to the best of my knowledge and software has always said that my answers are incorrect

    Im having a problem with your security software.  Your data bass must be bad, now I can't have spent my address question.  Ive answered all questions to the best of my knowledge and software has always said that my answers are incorrect

    Hello Bernard,.

    You sign a document that has authentication based on knowledge, applied in it? If so, and if you can't go to questions, then you will need to contact the sender of the document because they can remove it and return you the document. You can respond directly to the e-mail received esign and happens directly from the sender.

    Kind regards

    -Usman

  • not able to open vro configuration manager if State HTTP 400 Error - Invalid reference directly to the form login page.

    32.jpg

    Hello

    You are not directly correct the VRO login page login, please take new private window and open the URL. https://IP:8283 / vco-config /

  • clear_form does not directly from the drop-down list on a form.

    Have a switchboard form called PRINCIPAL used to call the other forms, FORM1, FORM2 and FORM3. 1 3 have buttons to return to the map switch which contains the following code, as well as a menu item drop-down which is identical.
    IF :GLOBAL.logged_in = 'y' THEN
         CLEAR_FORM(no_commit, to_savepoint);
    END IF;
    EXIT_FORM;
    This works very well for the buttons and menus on FORM1 and 2. The button works fine on FORM3, but if I click on the menu item, forms displays a message saying "Close this form?" with a Yes or no choice. 'Yes' closed form, but why am I being asked this? This does not happen on other forms.

    Published by: user10401609 on November 26, 2008 07:40

    Published by: user10401609 on November 26, 2008 07:49

    Get help online at Clear_Form and Exit_Form. One weird shape has a block and the registration state that requires a different action.

    Unless you want to really save some previously entered data, you should do a Clear_form (No_Validate, Full_Rollback), or the Exit_form must be: Exit_Form (No_Validate, Full_Rollback).

    States to help online Exit_Form (in the section describing the default validation mode "Ask_commit"):
    However, if RECORD_STATUS is INSERTED but the folder is not valid, Form Builder instead asks the operator if the form should be closed.  If the operator says Yes, the changes are cancelled until the form is closed.

  • Print file .rep directly on the printer, configure the application server

    Hello

    I spent several hours on this forum and unfortunately not found a solution yet so hoping someone has an idea that can help me solve this problem.

    Using forms/States of oracle 11g with a linux application server, we develop on windows machines. Printing reports using compiled .rep files.

    We have a network printer sharing (HP) that is configured on the application server, and we can print on the correct printer directly on the application server.

    Problem is when I try to print a report when executing the forms of oracle on my machine of development directly to the printer.

    I tried:

    SET_REPORT_OBJECT_PROPERTY (l_repid, report_destype, printer);

    SET_REPORT_OBJECT_PROPERTY (l_repid, report_desname, 'APPSERVER_PRINTER_NAME');

    When I put the report_desformat in 'pdf' format I can see the reports to enter the print queue, but they do not reach a 'State' order ' print file empty. "

    When I remove report_desformat, he sends in eps and as I understand it, it prints, but with bad formatting (I work remotely and run by what their colleagues say.)

    CUPS 1.4.2 reference printer queue tab.

    The report generates in the browser if I change the destype to produce and use web_show_document to display it as we usually do.


    I understand there are solutions using a java bean or involving the installation of the software on the client computer, but my employer is unwilling to go to that direction. We have only a handful of reports that require the ability to print directly to the printer.


    That someone has an idea of what the problem might be or help provide additional steps, I can take to solve problems? I have no idea how to do to configure printers, our IT Department managed this and they say, it's good so I don't know if there is a problem with what I'm doing or there was something installation related rate with this network printer.


    Thanks in advanced for any assistance!

    I have given up trying to use a report_desformat of pdf and paste it with the default value of the eps, after review, it seems pretty close match that generates pdf format and despite the fact that the queue on the application server throws a misprint even with the eps format it actually always draws for the good enough for now. Would be nice to know what happened here, but the problem has been resolved.

Maybe you are looking for

  • Search for words in an excel file

    Hello I have a question, can I do a search for the words I want to write in labview, in an excel file? what I want is to search for certain words from an excel file and then replace it with another that I will write from labview. have you undeerstand

  • folders and files wmp 11

    Newbie asks: why Media Player keep rearranging mp3 files and folders, even when I specifically create and copy files in a different folder, they are all eventually duplicated in the original folder? And the question of $64000 - why any version of med

  • Unable to send email via Fastmail imap from windows mail on vista

    I can't send emails with Fastmail imap from windows mail on vista.  I can receive mail okay, but cannot send. Help Lawrence Quinny E-mail address is removed from the privacy *.

  • Update of PC Companion by mistake

    Hello. I leave companion pc trying to update itself or I use installer smartphone that download the latest version, the software is TOTALLY Impossible to install the latest version. I always get stupid error that says that there is a fatal error duri

  • adminstrative password / power on password forgotten

    can remember the password/administrative power on access code for hp pavilion dv7-7121nr. need help please. the stop code is 78647378 Thanks for any help.