Stylesheet XSL for Oracle Forms necessary

Hello
In the past, I used a xsl stylesheet to generate documentation of converted xml forms.

This utility has been appointed Oracle Forms XML Explorer and recorded by Oranails (http://www.geocities.com/oranails/forms/forms_xsl.htm)

Description: Oracle Forms XML Explorer is an Oracle's XSL Transformer documented forms XML format in Forms Builder - as HTML representation that can be published, stored and read in the browser. No need to install Oracle Developer. As in Forms Builder, you can navigate between Forms objects in the object Navigator and explore the syntax and the properties of the object that is highlighted in the pl/sql source codes by using the property Palette.


Unfortunately the site is no longer available. I found a snapshot, but the download link does not work of course.

Can someone help me and provide a link to this xsl tool when it exist?
Any help will be appreciated

Concerning
Jean-Yves

I have the same need and found this post...

No promises, but I continued a few geocities which lead me to websites of archives:

OraNails - solutions for Oracle database & tools, examples, tips, links

which eventually lead me to:

http://www.ingonord.com/oranails/download.php?d=forms&f=forms_xsl.zip

Hope this helps someone someday :-)

Russ

Tags: Oracle Development

Similar Questions

  • How can we export itno csv data file for oracle forms

    Hello

    How can we export itno csv data file for oracle forms

    For example. I have the block called A.what never the data displayed on a block, when I click on a button, displays the block data, must be exported to the csv file.

    My application is running on the unix operating system.

    Please help on this.

    First of all.  What is your version of forms (for example: 11.1.2.2.0 not 11g).  Finally, who will use the .csv file?  If it is a user on their client computer - CLIENT_TEXT_IO TEXT_IO or WebUtil are standard packages used to export data to a file of Oracle Forms.

    The amount of data to be exported?  If you export only a couple hundred lines - export of Froms will be OK.  If you export more lines than that (300 + lines) then the export will be extremely slow to your username.  Keep in mind that forms is not designed to perform data exports - there are better tools available for this...

    Craig...

  • Internet Explorer default for Oracle Forms, instead of Google Chrome

    I use 10g Oracle Forms and reports configured with Java 6 on Internet Explorer. I have to use Google Chrome sometimes for security reasons. There are therefore two browsers installed on my computer.

    When I run Oracle Forms, it uses Google Chrome. How can I get Internet Explorer default for Oracle Forms, instead of Google Chrome.

    Please let me know, how should I solve this problem.

    Noor

    Noor ul Huda wrote:
    I use 10g Oracle Forms and reports configured with Java 6 on Internet Explorer. I have to use Google Chrome sometimes for security reasons. There are therefore two browsers installed on my computer.

    When I run Oracle Forms, it uses Google Chrome. How can I get Internet Explorer default for Oracle Forms, instead of Google Chrome.

    Please let me know, how should I solve this problem.

    As'salamualikum Noor ul Huda

    First go to your form's constructor. In the menu EDIT travel PREFERENCES can DURATION tab and set the location of the Web browser. Here, define the path of the executable file.

    And check out this link. Make Chrome default browser

    Hope this helps

    Hamid

  • Any merge tool is available for Oracle Forms?

    Hello

    I am working in Oracle Forms 10 G.
    I have 2 versions of forms.
    Any merge tool is available for Oracle Forms?
    Pls answer me

    You can merge with the forms tool / Forms API master (I did for hundreds of forms)

    Open the forms you want to merge with the developer compare and different objects appear. Then you have the options "Copy/property of the object again" (ideal form to your left) or 'Copy old object/property' (form left to your right). For program units, you also have a differences Viewer to display the differences between program units the same in different forms...

    Another possibility would be to convert the two XML forms using frmxlate, merge them and convert them to fmb.

  • Is it possible to configure jpi_codebase to autodownload JRE for Oracle Forms 11.1.2.2.0 8?

    We are currently working with Oracle Forms and reports 11.1.2.2.0 (64-bit) using Oracle WebLogic Server 10.3.6 (64-bit) installed with the 64-bit JDK 1.7.0_40. Currently, we configure the YPI parameters (jpi_download_page, jpi_codebase, etc.) to use Java 7. Here is an excerpt from formsweb.cfg of that we deploy to end users to download a 7 Java JRE (Java 7u67 taking as an example):

    jpi_download_page = http://Java.Sun.com/products/archive/J2SE/7u67/index.html

    jpi_classid = clsid:CAFEEFAC-0017-0000-FFFF-ABCDEFFEDCBA

    jpi_codebase = http://Java.Sun.com/update/1.7.0/jinstall-7u67-Windows-i586.cab#version=1, 7,0,67

    jpi_mimetype = application/x-java-applet

    NOTE: For the jpi_classid, we use clsid:CAFEEFAC-0017-0000-FFFF-ABCDEFFEDCBA so that users can continue to use their currently installed Java JRE 7 without being forced to use a specific update to Java 7.

    As we know that update of Java Runtime Environment (JRE) 8 5 or higher is supported with clients running an Oracle Forms application 11.1.2.2.0 inside their Web browsers supported by the Oracle for the 11.1.2.2.0 forms certification matrix (we are aware that the JDK 8 is not supported with 11.1.2.2.0 forms) found at http://www.oracle.com/technetwork/es/middleware/docs/oracle-forms-111220certmatrix-2087910.xls?ssSourceSiteId=otnen We want to be able to set up automatic downloading for JRE 8 using the parameters of YPI formsweb.cfg (or help 'EM under "Setting up the Web"). As we know in Internet Explorer, the URL in the jpi_codebase parameter is where it can find the .cab file for the automatic download of the JRE. Even if it works well for JRE 6 and 7 of the JRE, if we were to use the configuration settings following parameter changed to 8 JRE:

    jpi_download_page = http://Java.Sun.com/products/archive/J2SE/8u25/index.html

    jpi_classid = clsid:CAFEEFAC-0018-0000-FFFF-ABCDEFFEDCBA

    jpi_codebase = http://java.sun.com/update/1.8.0/jinstall-8u25-windows-i586.cab#Version=1, 8,0,25

    jpi_mimetype = application/x-java-applet

    nothing happens in the browser launches the application Forms.

    Use the jpi_codebase setting, if we go directly to http://Java.Sun.com/update/1.8.0/jinstall-8u25-Windows-i586.cab to download the JRE, we get an error saying: "File not found."

    We went to http://www.oracle.com/technetwork/java/javase/autodownload-140472.html on the Oracle Web site, which explains the more information on the identification of the URL appropriate for auto-download of JRE, it only shows the URL for JRE 7u71 and 7u71 structure. We used this provision to JRE 8, but we get the "File not found" error when you use the URL directly.

    According to these results, someone happens to know if 8 JRE is currently available (or even supported) for automatic download by using the parameters of YPI in formsweb.cfg? We know that anyone can download the latest Java 7 or 8 Java JRE manually from Oracle, but it would be convenient if he could be auto-téléchargé if it is currently possible. It would be more a une question question for the forum Java or Java Runtime, let me know.

    Thank you

    Scott

    Scott, have you had a look at metalink? (always a good place to look if you have a proper support contract).

    Formsweb.cfg for JRE 1.8 Configuration settings (Doc ID 1926764.1)

    I can't replicate the whole doc here, but looks that the download page you are after is:

    jpi_download_page =http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html

  • standard.olb and calendar.pll for oracle forms 6i.

    Please tell me where I can download standard.olb and calendar.pll to work with oracle forms 6i.
    PL will post these files for me at my gmail id that is [email protected] if possible.
    Thanks in advance.

    Vishal amine

    Hello

    http://download.Oracle.com/OTN/NT/forms/forms6idemos.zip

    Concerning
    SANAE

  • Use of the JRE instead of JInitiator causes problems of development of mouse for Oracle Forms

    Hi all

    We run Oracle Forms application based using JRE instead of JInititor.

    (1) the application is run on an individual laptop with Windows XP SP3 as an operating system.
    (2) with the help of oc4j of Oracle Developer Suite 10.2.0.1.0 to run the application
    (3) JInititor is more used and JRE version 1.6.0_26 or JRE version 1.6.0_27 used to launch the application. It works very well.
    (4) the browsers used to access the applicarion are IE8 and Mozilla Firefox 8.0.1

    Questions:
    (1) cannot have the focus of the mouse on an item. Even when the cursor seems to be in another element, for example after ctrl + E, point B article content watch editor has (which is the first on the form).
    (2) the LOV on any item shows what brings the LOV on section (first one on the form).
    (3) we are forced to use the keyboard to access the respective item all the time.

    Can anyone suggest a solution to this problem?

    Kind regards
    Aparna

    HELO,

    You, normally I think shoud upgrate to the version of forms 10.1.2.3,.

    François

  • Problem PLL for Oracle Forms demos

    Hello

    I downloaded demo from otn oracle forms.

    Have successfully installed the demos after following the instructions and I am able to see the different applications of demos made.

    Currently, I use the lookup demo application and am able to see that the entire application works very well.

    All relevant files (fmb, fmx, pll, LDP gif) are in the folder from the list of choices.

    When I try to load the picklist.fmb to the developer of forms I get the message below.

    FRM-10102 impossible to attach list drop-down pl/SQl library.
    This accessory of library will be lost if the module is registered.

    What should I do to have this library connected to the picklist.fmb and not get this message/warning in the future?

    Rgds
    s

    Hello

    In your registry, there would be a FORMS_PATH variable, add the folder (where you keep your fmb, mmb, pll and olb files) to this variable for registry and restart the forms generator.

    The registry entry would be under HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\KEY_

    Arun-

  • What do we need to install for Oracle forms

    Hello

    I installed Oracle Database 10 g Express edition. I want to learn Oracle Forms, what software do I need to install. I am running windows vista.

    Thank you

    porobashi

    Published by: user10603880 on November 30, 2008 09:48

    you need nothing else that installation of Oracle Developer Suite (more the database that you have already installed)
    Download from this link:
    http://www.Oracle.com/technology/software/products/IDs/htdocs/101202winsoft.html

  • INTERFACE to AUTHENTICATE USER and CONNECTION for Oracle Forms 10g...

    Hello Hello Silvere all the...

    I was wondering, is it possible to create a small interface where a user may connect by giving the user name and password to view the form... Run, a popup window by default when the user mode
    must give its user and password... is it possible... If Yes... Please show me how...

    And secondly, I have two 10gs oracle on separate computers, we're on laptop and we're on the home computer, both Versions are identical, and I create a BCSPROJECT user with 25-30 tables and
    views, I exported and imported from the laptop to my computer at home... My question is, is it POSSIBLE, when I connect my laptop to a WAN in my LAB of the DEPARTMENT and have access to my house
    computer base... ANY HELP will facilitate my work import and export again and still much easier...

    Hello

    You can try to create you're own login form.

    Please search in this forum, you will find the right answer.

  • Oracle Forms 10 g for distributed environment

    Hi all

    I tried searching through the documentation for Oracle Forms, but I can't find anything about it either related to Oracle Forms development for a distributed database. Someone at - it links to documents or web sites that could help me? I would really appreciate it.

    Kind regards
    John

    In this case, your question is probably best answered on the forum of the database. What forms is it sees tables according to the privileges of the logged in user has. It should be transparent to the forms if, for example, database links are being physically stored reference elsewhere tables user...

    Grant

  • Need to reply and report interview question and Oracle Forms 10 G

    Hi gurus

    Soon, I expect my interview for Oracle Forms and Reports 10 G, I'd appreciate it if someone provides me with assistance to find the answers and the related question. Thank you

    Concerning

    Shu


    Hello

    Google is your friend

    http://www.coolinterview.com/type.asp?iType=64

    http://asset-9.soup.IO/asset/10511/3383_9441.PDF

    http://javarevisited.blogspot.com/2012/12/top-10-Oracle-interview-questions-and-answers-database-SQL.html

    Amatu Allah

  • The components of Oracle Forms and reports refers specifically to the which components?

    Hello

    Could you help me with the following question.

    Our client uses the following documents to improve reports and forms Oracle 11 g Release 1 on Oracle Forms and reports 11g Release 2.

    http://docs.Oracle.com/CD/E38115_01/doc.111210/e23975/upgrade_from_r1.htm#BDJFHIEH
    Oracle® Fusion Middleware Upgrade Guide for Oracle Forms and reports
    11g Release 2 (11.1.2.1)
    E23975-02 part number
    Upgrade-5,3 doing the Oracle Forms and reports 11 g Release 1 (11.1.1)
    ----------cut-----------
    Ensure that the destination Oracle instance and the destination Oracle WebLogic Server domain are running.

    To verify that the instance and domain are running, log on to Oracle Enterprise Manager Fusion Middleware control for the field and make sure that the managed servers and components Oracle Forms and reports are running.
    ----------cut-----------
    On the above documents, our client has a question.

    [Question]
    The components of Oracle Forms and reports refers specifically to the which components?
    (Or need to check what components are running?)

    Please give me some advice.

    Best regards

    David

    For Windows, you can use the command line or shortcuts in Windows that are created for you.  In the case of OPMN under Windows, a Windows Service is created.  Information on the power on/off is in the documentation of the product here:

    http://docs.Oracle.com/CD/E23943_01/Web.1111/e13708/TOC.htm

    http://docs.Oracle.com/CD/E23943_01/Web.1111/e13740/starting_nodemgr.htm

  • Can I ask what's happened on the Oracle Forms forum, after reading it for 20-odd years it seems to have disappeared?

    Can I ask what's happened on the Oracle Forms forum, after reading it for 20-odd years it seems to have disappeared?

    I just get a message saying that the makers of the element do not exist, it can havbe been deleted when you try to access the page to:

    https://community.Oracle.com/community/Developer/English/development_tools/application_development_in_pl_sql/forms_2

    TIA

    Ady

    Ady,

    Apparently the people who helped create this software was last updated forum decided to restructure the many places as well as simply a change of software...

    ... but could not be bothered to document changes, they went to the URL for the new locations.

    FORMS are always, like REPORTS.

    They were buried at the following locations tree:

    All locations > Database > Oracle + Options database > SQL and PL/SQL > PL/SQL application development

  • I recently received licenses for Acrobat ro DC to develop PDF using Oracle Forms.

    I recently got a license for Acrobat Pro DC develop PDF using Oracle Forms.

    But Oracle Support says I need

    PDF version 1.4 is Acrobat 5.x

    PDF version 1.5 is Acrobat 6.x

    PDF version 1.7 is Acrobat 8.x

    and adobe Support says that they do not support these versions.

    Any suggestions?

    All had similar problem earlier?

    Appreciate your responses.

    Thank you in advance.

    What this means is:

    PDF version 1.4 is Acrobat 5.x or higher

    PDF version 1.5 is Acrobat 6.x or higher

    PDF version 1.7 is Acrobat 8.x or higher


    Then you should be fine with DC...

Maybe you are looking for

  • Top sites and the browser history

    Hi, I'm on a Macbook Pro 2011 running OS X Yosemite 10.10.5, with several people using my login information. My question is - I have a site on my Top Sites, but when I look in the browser history I don't see. This means that the browser history was d

  • Messages app on my iPhone TO work well.

    I have a new iPhone SE. The messages app worked for a while, then stopped, then I got it working again, and then he stopped (I can not send messages, but can get them). I called Apple Support today, and they had me reset the phone - not fun because I

  • Satellite C660 - 1 M 0 - FN does not work

    I have a laptop Satellite C660-1 MB. My FN key does not appear on the top of my screen.I tried to uncheck that the "function key all disable them" under the map flash but it still does not. I hope you could help me guys.Thank you. It works in the hom

  • Cannot install PSC1610 with Vista Business

    He used to work fine with Win XP Pro SP2. Trying to install AIO_CDB_Full_Non - Network_enu.exe with Vista Business, I get the message: Care HP Installer option stopped working. The details are: the APPCRASH problem event name hpzrcv01.exe application

  • My toolbar disappeared sizing!

    My toolbar that you can resize things simply disappeared after installing a windows update.  I'm not sure that I call in the right name, but it was located in the area of the volume & clock.  You can change the size to 100%, 125%, 50%, etc...  I trie