Implementing Forms look and feel into oracle 10g

hello, im using oracle 10.1.2.0.2
i've been trying to implement this look and feel project hours ago here are the steps that i followed:
# Copy the corresponding JAR file to your /forms/java directory. [copied it to C:\DevSuiteHome_1\forms\java\ and renamed it to laf.jar like mentioned in http://forums.oracle.com/forums/thread.jspa?threadID=693024 but copied also laf_1012.jar  ]
# Update your /forms/server/formsweb.cfg file.
As it needs the Sun Java Plug-in instead of the Oracle JInitiator, you have to create a special section that uses the Sun Plug-in.
You also need to add the corresponding JAR file to the archive tag (not the archive_jini). [modified it to archive=frmall.jar,laf.jar, laf_1012.jar, i didnt know what to do with the Sun Java Plug-in but when i debug and run the oracle there is an icon that shows the java icon launched]
# Copy the forms.css file somewhere on your disk (by default, it is searched in the C:/ root directory). [done and i've put it in c:\]
# Compile the laf.pll PL/SQL library, then copy the pll.plx to one of the directories pointed by the FORMS_PATH variable.
*i've put the laf.pll in my C:\DevSuiteHome_1\forms as shown in the FORMS_PATH of the default.env
*tried to open the laf.pll from the oracle froms and reports, choosed Program -> Compile PL/SQL -> All, but errors like PKG_DB_LAF_LOV.PREPARE must be declared ...
*tried to compile it using f60gen module=laf.pll userid=Administrator/pass module_type=LIBRARY output_file=laf.plx batch=yes compile_all=SPECIAL but the f60gen is no where to be found
*i tried to replace f60gen by envshell.cmd from the $APPL_TOP but i cant find any environment variable called $APPL_TOP, i even searched the whole hard disk for envshell.cmd and couldnt find anything
Please help as this is the final step of implementation, waiting any response asap!

Hello,
Please, don't ask question about the LAF on this forum. Ask them on the dedicated mail address : [email protected]
Thanks,
Francois

Similar Messages

  • XE look and feel in Oracle 10g Enterprise Edition

    Hi!
    I have both Enterprise Edition 10gR2 and XE installed on Linux. I want to use Enterprise Edition as my main database. But I want XE "look and feel" for 10gR2
    What do I have to do to accomplish this?
    regards
    Paal

    nothing, you can have both running at the same time.
    all depends what you mean by 'look and feel' really

  • Oracle Forms Look and Feel project for Forms 6i

    Hello everybody,
    Recently I find a web site that introduce Oracle Forms Look and Feel project,
    Oracle Forms Look and Feel project
    http://sheikyerbouti.developpez.com/forms-pjc-bean/LAF/doc/Oracle_Forms_Look_and_Feel_project.htm
    Can I use the PL/SQL library (laf.pll) , Java Beans and PJCs grouped in a jar file (laf.jar) for Oracle Forms 6i?
    thx

    Hi Francois,
    I find one website mention the following,
    "PL/SQL tables reside in the private PL/SQL area of the Oracle Server database instance; they are not available as client-side structures at this time. As a result, you cannot declare and manipulate PL/SQL tables in your Oracle Developer/2000 environment."
    from http://www.unix.org.ua/orelly/oracle/prog2/ch10_01.htm#SQL2-CH-10-SECT-1
    Cheers,
    Gary

  • Forms Look And Feel

    Hi
    Is there any way to get rid of Oracle Logo on Forms Look And Feel?
    Thanks
    Isha

    Here is another way to do this. At least i did this like described below.
    1) Make a copy of ifrun60.exe
    2) Run Borland Resource Workshop
    3) Prepare your own icon and save it to disk
    4) Open ifrun60.exe in Resource Workshop
    5) Substitue the icon to that you saved previously
    6) Save changed ifrun60.exe
    7) Run ifrun60.exe and enjoy your new icon

  • Can combine two look and feel into new one?

    Hi,
    I want to change the JProgressBarUI of NimbusLAF on other LAF. I means how to put two different components each with different look and feel in single JFrame.Any way to get this. Help. Thankz.
    Edited by: user13383557 on Nov 22, 2010 12:07 AM

    How about reading the api doc and then message the appropriate method on the diverging component instance?
    It's not recommended, though, and wont survive dynamic LAF changes.
    CU
    Jeanette

  • Exp File from Oracle 8i  and  Imp into Oracle 10G

    Dear Friends
    I have two servers one using oracle 8i and the other 10G. Firstly i have exported the file from oracle 8i using exp command. Im trying to import the file into 10G , Although this takes place successfully the character set conversion takes place please see the output below
    Import: Release 10.2.0.1.0 - Production on Sat Apr 30 13:00:41 2011
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Username: cane_bill
    Password:
    Connected to: Oracle Database 10g Release 10.2.0.1.0 - Production
    Import file: EXPDAT.DMP > C:\cbbkp_mun_06042011.DMP
    Enter insert buffer size (minimum is 8192) 30720>
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    export client uses WE8ISO8859P1 character set (possible charset conversion)
    export server uses WE8ISO8859P1 NCHAR character set (possible ncharset conversio
    n)
    List contents of import file only (yes/no): no >These are the NLS_DATABASE_PARAMETERS for *8i*
    SQL> SELECT * FROM NLS_DATABASE_PARAMETERS;
    PARAMETER                      VALUE
    NLS_LANGUAGE                   AMERICAN
    NLS_TERRITORY                  AMERICA
    NLS_CURRENCY                   $
    NLS_ISO_CURRENCY               AMERICA
    NLS_NUMERIC_CHARACTERS         .,
    NLS_CHARACTERSET               WE8ISO8859P1
    NLS_CALENDAR                   GREGORIAN
    NLS_DATE_FORMAT                DD-MON-RR
    NLS_DATE_LANGUAGE              AMERICAN
    NLS_SORT                       BINARY
    NLS_TIME_FORMAT                HH.MI.SSXFF AM
    PARAMETER                      VALUE
    NLS_TIMESTAMP_FORMAT           DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT             HH.MI.SSXFF AM TZH:TZM
    NLS_TIMESTAMP_TZ_FORMAT        DD-MON-RR HH.MI.SSXFF AM TZH:TZM
    NLS_DUAL_CURRENCY              $
    NLS_COMP                       BINARY
    NLS_NCHAR_CHARACTERSET         WE8ISO8859P1
    NLS_RDBMS_VERSION              8.1.7.0.0
    18 rows selected.These are the NLS_DATABASE_PARAMETERS for *10G*
    SQL> SELECT * FROM NLS_DATABASE_PARAMETERS;
    PARAMETER                      VALUE
    NLS_LANGUAGE                   AMERICAN
    NLS_TERRITORY                  AMERICA
    NLS_CURRENCY                   $
    NLS_ISO_CURRENCY               AMERICA
    NLS_NUMERIC_CHARACTERS         .,
    NLS_CHARACTERSET               WE8ISO8859P1
    NLS_CALENDAR                   GREGORIAN
    NLS_DATE_FORMAT                DD-MON-RR
    NLS_DATE_LANGUAGE              AMERICAN
    NLS_SORT                       BINARY
    NLS_TIME_FORMAT                HH.MI.SSXFF AM
    PARAMETER                      VALUE
    NLS_TIMESTAMP_FORMAT           DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT             HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT        DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY              $
    NLS_COMP                       BINARY
    NLS_LENGTH_SEMANTICS           BYTE
    NLS_NCHAR_CONV_EXCP            FALSE
    NLS_NCHAR_CHARACTERSET         AL16UTF16
    NLS_RDBMS_VERSION              10.2.0.1.0
    I'm not able figure out why a conversion is taking place even though the same character set is used in 10G.
    I would be greatful to you guys if can suggest a way to avoid this conversion as i fear data will be affected kindly need your suggestions for the same and thank you.
    Regards
    Parikshit

    based on your nsl parameter settings, we can see that both databases use the same characterset. so, characterset conversion should not take place. the reason why you are facing these warnings is due to environment variables.
    you should set NLS_LANG environment variables both before exporting and importing. Then warnings should disappear. For example, in your case you can set NLS_LANG=.WE8ISO8859P1 (please note that I have omitted language and territory parts here)
    Try setting enviroment variables and then perform export and import again.

  • Where to find laf.jar (Forms look and feel project)

    Hello Francois,
    I´ve just downloaded the latest .zip-file (1343) but it seems to be corrupt. So I downloaded LAF_1342.zip which works fine. But where is the so often mentioned laf.jar ? The zip file contains laf_902.jar, laf_1012.jar and laf_10123.jar. Is there some renaming needed ? Let´s say renaming laf_1012.jar to laf.jar ?
    When I run css_updater.fmb it fails with POST-QUERY-TRIGGER error ORA-6508.
    It looks like I' m not allowed to use the PKG_LOOK_AND_FEEL even though laf.pll is attached and the program units are within the form, too.
    Could you please give a hint ?
    Regards Frank

    Frank,
    The zip file contains laf_902.jar, laf_1012.jar and laf_10123.jar. The number corresponds to the version of Forms Builder. So if you are working with Forms Builder 10.1.2 rename laf_1012.jar to laf.jar.
    Is the laf.pll available in your forms path (default.env). Default the laf.pll is in another folder when you unzip the laf_1342.zip.
    Did you include the laf.jar in the archive of the config file (formsweb.cfg).
    Regards,
    Mark

  • Java form look and feel changed

    Whenever I load a java form application now, it seems to have reverted back to some non-native form components e.g.
    http://www.codeproject.com/KB/java/theme/theme.gif
    I would prefer this to return to what it was originally and take on the appearance of a windows application. It may be something I have done in the code at one stage or another, but as it now affects all java applications it must be a global setting which has changed somewhere. Does anyone know where I can find this and change it back?
    Thanks

    Hi Gunja,
    Thanks for your reply but it does not help. My problem is some of the YUI functionalities missing or not working properly after the Portal Component deployed to Portal.
    For example, the YUI Overlay dialog box appears at the bottom right of screen but it is suppose to appear in the middle of screen. It work prefectly outside the Portal as a simple HTML page.
    Any idea from any body?
    Please advice.
    Thanks,
    HauChee

  • A New Forms Look and Feel?

    http://groundside.com/blog/GrantRonald?title=new_forms_look_and_feel_interview_with_f&more=1&c=1&tb=1&pb=1
    might be of interest.
    grant

    Hi ,
    I 'd like to download the specified (seems wonderful) material from:
    http://www.oracle.com/technology/products/forms/pdf/10gR2/community_paper_forms_look_and_feel.pdf OK
    http://sheikyerbouti.developpez.com/forms-pjc-bean/LAF/LAF.zip File not found
    using DAP....Is something wrong with the last url.....?????????/
    Many thanks to alllllllllllllllllll.................
    Simon

  • Swan Look and Feel

    Swan and look and feel is supposed to be available in a future release of Apex. Has anyone already implemented this style? I am on 2.0 and probably will be for a while so the upgrade really won't help. If you have already done this, would I be able to get a copy of the export theme, graphics, and css? Is this all I would need from someone to be able to implement that look and feel?
    Thanks,
    Tim

    Hello,
    There is already an enhancement request to create a theme that mirrors the swan look and feel.
    http://blogs.oracle.com/schan/2006/05/04#a111
    I have a pretty good idea of the guy that will have to build it ;)
    Carl

  • Give me Guidence on the Look and Feel

    Hi ,
    I created one custom Look and feel (CLAF) stylesheet(like., font color, types are changed) for my project requirements.
    Everything is working fine.but the problem is under Footer, global links are not visible and also no space between the copyright and Privacy statement. how i will resolve this problem. please help me on this.
    Regards,
    Chandra.

    Chandra,
    Have you used the "Customizing Look and Feel Administrator Responsibility" to create the new look and feel.
    That has some bugs.
    If you have followed the standard way of doing it, you can log a SR with support and ask.
    Please refer the following notes,
    Note 412718.1 - How To Change The Colour And Fonts Size In 11.5.10.2 Version
    Note 566578.1 - Change the look-and-feel of Oracle Applications Using
    CLAF(UI)
    This might help.
    Thanks.
    With Regards,
    Kali.
    OSSI.

  • SSHR reskin AKA 'How to Use Adobe Flash to Transform the Look and Feel...

    There was a presentation at the OHUG 2011 Conference titled 'How to Use Adobe Flash to Transform the Look and Feel of Oracle HR Self Service'. It presented a method of 're-skinning' SSHR to present a different UI to the user.
    Looking for anyone out there that has attempted to apply this to their Oracle HRSS pages. I know this company has developed (is developing?) a product based on this approach. I want to see if anyone has done it on their own and would be willing to share some details.
    Follow-up question. Has anyone availed themselves of the bespoke UI Development based on this approach from Applaud Solutions (as mentioned on their website), and care to comment on your experience?

    Any update on this please? Even we are looking for some pointers in this area.

  • Help on Look-and-Feel of JComboBox

    Can anyone guide me on how to change the look-and-feel and style of a JComboBox? Is it possible? If yes, how?

    I was wondering about that myself... I want to change the look of a combobox, or any other component. I think I should do it with the following code
    public static void setLookAndFeel(String�className)
    but I don't know what className to use. If I am not mistaken it should be the name of the class that implements the Look and Feel, please help!

  • Error While running Oracle Look and feel Template Form -  (LAF_TEMPLATE)

    Forms Version 10.1.2.3
    JRE version 1.6.0_30
    Operating System Windows XP
    I am trying to setup oracle look and feel project on my local machine.
    For that i upgraded forms to 10.1.2.3 then i also applied path no *9593176* (But not yet performed steps related to jacob and webutil).
    Problem : When i run Oracle look and feel template form it comes up with following error.*
    Forms Applet version is : 10.1.2.3
    Exception in thread "thread applet-oracle.forms.engine.Main-1" java.lang.NoSuchMethodError: oracle.forms.handler.IHandler.getApplet()Ljava/applet/Applet;
         at oracle.forms.fd.DrawLAF.init(DrawLAF.java:285)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(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.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    Hello,
    I have spent a lot of time to indicate wherever I could that you don't have to ask questions about the LAF on this forum. You have two other different locations, a dedicated email and a dedicated forum.
    At the first sight, it seems that you have not used the laf_10123.jar in your archive tag.
    Thank you,
    Francois

  • Look and Feel Forms

    please help me out...
    i am working on oracle 6i forms ...so how can i change the look of forms like java or .net applications..
    is there any tool or file so please share !!!!!
    back end version -10g

    Hi,
    you can change the look and feel of the form using visual attributes,Or else just check the property palette of the canvas or window.Best thing is to check with F1, Form help. There you get lot of information.
    Thanks & Regards
    Srikkanth.M

Maybe you are looking for

  • Need protected files and a .pdf proof in InDesign

    Im fairly new to InDesign and have just completed an announcement and have it saved.  Now, I am wanting to create a .pdf to submit to someone else to look at it, but I dont want them to be able to edit it at all (like a proof).  So, does that mean th

  • FB03 Long text to sapscript

    Hi   My requirement is ,i have to read the long text entered in the FB03 transaction(it may be several lines) in my Z Print program and pass that to the sapscript form that it gets displayed as line item. can you please send sample how to do in progr

  • Changing dvd drive permissions

    can someone please tell me how to change my dvd drive from read only to read and write. i have had this working once but somehow its got changed. when i have a dvd in the drive and click info it shows as read only. very frustrating. its a new imac ru

  • New HD: a) what kind? b) good UK seller? c) self-install? d) new laptop?

    The 200GB hard disk on my MacBook is filling up and I'd like to look into buying and installing a new hard disk which I guess would be significantly cheaper than buying a new laptop. But I've never tried such a thing before and I'm no expert. a) I kn

  • Mac Getting Slower...

    Hi, I have a 8 Core Mac Pro, with 10 Gb of Ram. I did a clean restore, and manually installed the programs. I'v had SL for a week, and I'v noticed a decrease in speed. At startup, its slower and I have unchecked everything at login menu. Programs tha