Disable the number of assets to other Tab in the form of Oracle by customization

Hi all

I am new in the form of oracle, I have other tab-> hv one query how disable/hide a tab of Enterprise Asset Management-> the number of assets through customization.
What trigger is used with the State and who carry out Actions. Please help me...



Thank you

Try the following
Use a customization times-new-form-instance and disable all fields on the tab OTHER. Once all fields are disabled, I think that the tab is disabled too.

Tags: Oracle Applications

Similar Questions

  • Script to fill in the date field and disable the form

    Hi all

    With little experience of Adobe I was tasked to create a set of PDF forms to use in my company. I drew using Pro forms, but I need a digital signature field that will fill a separate date field at the signing and also disable some of the fields in the form. For the moment I can get it to do one or the other, but I can't do both.

    Is there a script that I can use for these functions?

    Thank you

    KC

    As you have probably seen, there is an option on the signing tab to run a script when a digital signature is applied.

    Do what you have described what follows can be used (of course, you have to adapt the name of the field):

    this.getField("SignatureTime").value = util.printd ("mm/dd/yyyy", new Date()); Enter the date with the current date

    this.getField("Text1").readonly = true; The value of some fields read-only

    this.getField("Text2").readonly = true;

    this.getField("Text3").readonly = true;

    this.getField("Text4").readonly = true;

    etc.

  • Disable help in the form of oracle

    Hello

    I want to disable the button USING the oracle java form, els can give the password of sysadmin or applications.

    RDBMS: 10.2.0.4

    Suite Oracle E-Business: 12.0.6

    OS: Oracle Sun 10, 64 MS.


    Please suggest.

    Mohammed Siddiqui says:

    Hello

    I want to disable the button USING the oracle java form, els can give the password of sysadmin or applications.

    RDBMS: 10.2.0.4

    Suite Oracle E-Business: 12.0.6

    OS: Oracle Sun 10, 64 MS.

    Please suggest.

    Set "utilities: Diagnostics" profile option on the 'No' at the level of the Site and you it adjustable on 'Yes' to the user level for anyone who needs to access this menu (authorized users).

    Configuration Guide for Oracle E-Business Suite Release 12 (Doc ID 403537.1)

    How to access forms Diagnostics, customization, Trace without error - feature not available to this responsibility (Doc ID 1582252.1)

    Or you can use RBAC, if you're on 12.1.3 and above.

    How To Get Access To Help-review-Code customizations custom in R12.1.3 (Doc ID 1326099.1)

    Thank you

    Hussein

  • Locking under the FORM of Oracle

    Dear friends,

    We have a problem with the FORMS and the table locking if multiple users access the same custom FORM.

    There are 3 blocks in my FORM

    1 header (pointing to the table of the database header) - the user enters the data...

    2 lines ((pointing to the table of database lines)) - user enters data

    3 results (pointing to the Global Temp Table) - based on the information header and row in the table. Result block will be filled with data.

    Not sure how blockages that happened on the tables... If a user session is active more than an hour, then for all the users and lines table locks... Other users are not able to access anythnig on the FORM.

    The header has 2 columns - customer number and customer name. When the user enters the name of the customer... We use COMMIT (not the COMMIT_FORM)

    Lines has 3 columns - Item name, warehouse, and quantity - when the user enters the data for the quantity, then we are using the VALIDATION (not the COMMIT_FORM) and calling a package to poulate data in the Global Temp tables.

    Note:-do not know what the correct community to address this issue.

    Kind regards

    Bala

    Hello

    Yes, it must be displayed in one of the forms.

    In any case, what are the properties of the first two blocks database?

    Kind regards

    Bashar

  • In the form of oracle do not allow the cursor to move forward if the value is not entered

    I need to change an existing form in which the cursor should not go forward if no value is entered in the field. There are a lot of articles for this block. If no value is entered for a particular ITEM, then the cursor must not move forward by pressing the Tab key.
    Please let me know what property must be set for this thing to work.

    Suppose I don't want the cursor to return to the first field by pressing TAB after coming from the last field... what to do... ?

    There is more than one thing you could do, but it depends on exactly how you expect the form to work.

    A very simple way to do this would be to create a trigger KEY-NEXT-POINT on the last item in your building.

       -- KEY-NEXT-ITEM trigger
       NULL;
    

    Tab after the last item would then be disbabled.

    Again, this depends on exactly how you want it works.

    Tschüss! :)

  • icons appears in the forms of oracle.

    Hi all

    I try to display icons on form of Oracle 10 g. I just brought over these forms from another system, and I try to display icons as next record, Polish form etc...

    I did the following steps so far. The icons still are not displayed. Appreciate any help.


    Created a folder in D:\oracle\oracleas\forms\java called icons.

    Copy all the files, gif and jpeg in icons. Then created a jar file.

    D:\oracle\oracleas\forms\java > jar - cvf my_icons.jar icons

    He created the jar file in the same directory D:\oracle\oracleas\forms\java

    Also the changes made to these files, as shown below each file.


    Forms.conf

    AliasMatch ^ / forms/icons / (. *) "D:\oracle\oracleas\forms\java\icons/$1".

    Registry.dat

    default.icons.IconPath = http://servername: 7778/forms/java /.


    formweb.cfg

    # Is the applet parameter.
    CodeBase = / forms/java
    # Is the applet parameter.
    imageBase codebase =

    # Forms applet archive for JInitiator
    archive_jini = frmall_jinit.jar, frmMain.jar, frmjdapi.jar, my_icons.jar

    # Forms applet archive definition for other clients (Sun Java Plugin, Viewer applets, etc.)
    Archive = frmall.jar, frmMain.jar, frmjdapi.jar, my_icons.jar


    Also added this line under orion-web-app in the Web.XML - orion.

    < Directory virtual-path virtual = "" / icons "real-path ="D:\oracle\oracleas\forms\java\icons"/ >"


    Restarted the forms OC4J server after that any changes.

    To test your configuration, you can try to build a URL:

    i.e.
    http://localhost:8889/forms/frmservlet/icons/IconName.gif

    Does show the icon?

    If this does not work, I would try re - generate the my_icons.jar file, but instead of going directly into the forms/java/icons folder, copy the folder of icons in the root, i.e. c:\icons directory and run the command in the container the icons folder, then redeploy the my_icons.jar file.

    Then try again with the URL if the URL does not work, you still have configuration problems.

    PS: Don't forget to clear the cache of your browser so that the new .jar file is loaded?

    In addition:
    ========
    Remove the changes made to the forms.conf and orion - web.xml, they are only needed if the icons are
    not stored in a .jar file.

    Forms.conf

    AliasMatch ^ / forms/icons / (. *) "D:\oracle\oracleas\forms\java\icons/$1".

    Orion - web.xml

    Published by: Rodolfo Ferrari on June 17, 2009 18:14

    To double check your configuration, follow the steps in metalink note 232413.1 - how to deploy iconic Images via a JAR file in Forms 9i/10 g?

    Published by: Rodolfo Ferrari on June 17, 2009 19:19

    Published by: Rodolfo Ferrari on June 17, 2009 19:24

  • How to disable the forms and bring back the simple traces?

    For many years I have draw in Illustrator and used to work simple <path >. < Forms > in the new update Illustrator (19.2.0) crazy me... Can they be disabled? I want the rectangle became < Path > not < Rectangle >. -Circle < path > and not < circle >. Line - < Path > and not < row > etc.  All the time do a 'Expand form' very time-consuming.

    Make an Action and assign it to an F key.

  • How to disable the buttons in Oracle EBS

    Hello Experts - I am new to Oracle EBS, we have a requirement of the user. They want to turn off the ' communicate' in the Tools Menu bar button in shopping, as shown below.

    Can someone give me a simple solution?

    Button_Disable.PNG

    MOS Doc 1493744.1

  • How can I disable the forms of life?

    I have just updated my illustrator in the last 2015cc and got the liveshapes function, but it drives me crazy and I want to turn off, how do I do this?

    Unfortunately, you can not. With the new object still selected, use expansion in the menu object to get a more direct path.

  • Import the shape of the cursor in the form of Oracle

    Hello

    Oracle 10g.

    Suppose I did the new shape of the cursor of the mouse as the hand, by default, busy... etc.

    How can I import this form inside my application as any other form of standard mouse?

    Kind regards

    Published by: kingadmin on February 20, 2012 10:44

    There are a few built-in forms options. See the online help. Watch SET_APPLICATION_PROPERTY - are specifically looking for 'slider Style property.

    If you want to use custom images, you will need to do something like this:

    http://Forms.PJC.Bean.over-blog.com/article-4153696.html

  • to the forms of oracle

    Hello world

    I don't know anything in oracle forms and all I want to do is the following:

    I have a table called "fp_log" with 2 columns 'ID' and ' TUI '. "
    I have another table called 'EMP' with column 'FP' which is a 'LONG RAW' type, and another column 'EMP_ID '.

    I have a button, and when I press the F11 key I need to write code in it, the code should do the following:

    Check if the column 'FP' table 'EMP' has a value or is it a null when EMP_ID = x example

    If it has a value and not a null that I have to check if 'ISU' column in the 'FP_LOG' table, where ID in 'FP_LOG' is equal to 1 is equal to 'EMP_ID' to display a message "Bad FP" then the exit code without finishing the rest.

    in another language:
    If (FP from EMP where EMP_ID = x) is not empty then
    -If (UIS of FP_LOG where ID = 1). = (EMP_ID) then
    -message "BAD FP"
    -leave the function button without making the rest of the code
    -end if
    end if

    It is an easy task for those who know oracle at least a little :-)

    and thanks in advance :-)

    You can try the tracking code:

    declare
    temp_fp long raw: = null;
    number of temp_uis: = null;

    Start
    Select fp
    in temp_fp
    WCP
    where emp_id = x;

    If temp_fp is not null then
    Select user interfaces
    in temp_uis
    of fp_log
    where id = 1;

    If temp_uis! = x then
    message ("bad fp'");
    message (' ', no_acknowledge);
    end if;
    end if;

    end;

    Hope it helps you,
    Fabrizio.

    If this answer is useful or appropriate, please mark. Thank you.

  • How to link SpreadTable and Structure of the tree in the form of Oracle 10 g

    Hello

    My requirement is to build a custom form, display, OPM Lot Lot Item Info, info from the sales order line and info, and this form should behave similarly as for the material work bench format. Layout and behavior should be same as form of bench for the material work.

    Considering this, I'm by setting SpreadTable in the CRM administrator and with it responsibility by using the shape of the tree to create the custom tree for batch by batch hierarchy, point.

    My concern is how to bind Tree and Spreadtable in the custom form that I have no idea.

    It would be great if you provide all the technical details that are possible to do and also suggest if something missing to meet this requirement.

    Thanks in advance.

    If you fill in the tree by using a query, one of the interviewed columns is the name of an image that should appear as an icon of the node. You give the name as "image.gif" and it should be of size approximately 16 x 16 pixels and must be available in forms like any other icon (for example used in the toolbar).
    If you fill the tree with Ftree.ADD_TREE_NODE, one of the parameters is the name of the icon using the name syntax and the conditions are for the query.

    I hope this helps.

  • Problem in the form of Oracle Apex 4.2.5 manual insertion process

    Hello

    I am not able to insert data through tabular presentation. I created manual Insertion and query update, update data are happing but can't insert a data get error line 6' insert. I have the trigger on insert. Please help me to get the process of manual insertion in table form.

    Kind regards

    Harish Sharma

    Why no one is using the new processing system where you don't need the loop in the table and can use the normal syntax with regard to page elements, that references the columns as tabular

    : column

    For example:

    BEGIN

    INSERT INTO task_entries

    (NAME, env, demo

    )

    VALUES (: NAME,: env: demo)

    );

    END;

    Denes Kubicek

  • Bangla font in the form developer Oracle 10 g support

    I use database developer and 10g oracle 11g. But police uni-code Bangla support not shaped.

    In general, the fonts supported by forms are not controlled by forms.  They are a factor of the JRE, the fonts installed on the client, and in some cases, the NLS_LANG parameter in default.env.  That said, if you are not already using 10.1.2.3, I encourage you to do so.  In addition, I encourage you to consider a plan to upgrade to the latest version which is 11.1.2.2.  Using the latest version, you will be able to use the latest JRE (e.g. 7U55 or 8U05) supporting probably more fonts and languages.  Forms 10 is not certified with Java 7 or 8 and is no longer supported.

  • Realizing automatic calculation in the form field Oracle Apex.

    Hi all

    I m facing a problem in my Apex Application.

    I have three ActualAmt, CommAmount, and Comm % fields in my form.

    My requirement is when % ActualAmt and Comm is entered then automatically CommAmount should be calculated on the basis of ActualAmt and Comm %, in the second case, when I enter ActualAmt and CommAmount Comm % should be calculated on the basis ActualAmt and Comm %.

    I have included my formula in Post calculation calculation but does not.


    Please help find the solution.


    Concerning

    Thanks, Mindmap, it worked.

Maybe you are looking for

  • System recovery disks run now obsolete OS

    I recently had to replace the hard drive of my laptop satellite A350 preloaded with Vista SP1, purchased in 2009. Now MS Service Pack SP1 support is beyond the date of support. How to upgrade this service pack to SP2? I had no problem with the comput

  • Firefox is to reduce the font size when I print a small Web page is not readable

    Started to print with a font size so small it is unreadable only happens on firefox not internet explorer, it started Friday 28

  • HP G61-410SA

    Hello. YouTube works OK for 10-12 minutes then begins to break up, always works very slowly and intermittently. Works on Win 7 32 bit. Recently replaced hard drive. Laptop is not loaded with programs - enough "empty". Any ideas? Thank you Josh

  • Power 300 d problem

    I can't turn on the camera. The access light starts to blink once as the (long) followed by a short flash. Charged batteries one two three CF cards have been tried. It seemed to occur after I deleted all the pictures on the cards see could it have ca

  • Need free windows 7 download to upgrade to windows xp

    I found the directions to do, but have not found the download of windows 7 upgrade from windows xp.Can anyone help send me a link.  I ' v read it takes hours, but nowhere have I found the download.