How to find where - activation - Set Item Property

In the form of the
We have four block of data.
Leven - Traigger - once - new - form - Instance - form contains:

SET_ITEM_PROPERTY ('CONTROL.update_name', ACTIVE, PROPERTY_FALSE);



But to some siginals it is activating and user can update the name.

Now I want to know where is the code is written on the WBF (which activates the values)


Thank you

Hi AppsLearner,

Please learn how to identify your version of shapes in each post.

1. open FMB in the form builder
2. go in find and replace PL/SQL... Location depends on your version. Under tools or Edit
3. in the Search , enter update_name and click on the Search all button
4. pass the results to find your code

Kind regards

Tags: Oracle Development

Similar Questions

  • How to find where my Adobe flash player settings or information.

    How to find where my Adobe flash player settings or information? It is not on my list of uninstaller, so I can fully uninstall and reinstall.  When I type in search that nothing useful comes. The research does not check the hard drives or preinstalled stuff, it only verifies that you have installed. I have some videos on my computer and its telling me I need to install Adobe flash, but when I go to Adobe all I get is a blank screen to install flash player. I went on the internet and found one that I could install, but after he piddled around for 5 minutes, he stated that a newer version is already installed on my computer. What should I do or how I check it out?

    To access the Flash Player settings open Control Panel, change the display in small or large icons and you will see the Adobe Flash Player. You can view and change the settings there.

    Jim

  • How to find where VMDK and ISO mounted

    VMware dear master,

    I have trouble with my virtual environment,

    1. when I need remove ISO file, it says that currently used. How to find where the ISO is mounted?

    (manual search with see providing the edict for small environment is OK, but with vm 468 comments it is very complicated )

    2. I need to clean my data store, I found a file with file 3 vmdk, how to find this vmdk mounted?

    Thank you for your attention and support,

    Kind regards

    I would like to give a RVTools: RVTools - home

    1. you should be able to use the vCD tab to find the ISO image in the device column (you can export to Excel and make a 'discovery' on the name of the file to facilitate this)

    2. you can use the tab vDisk and search again on the path column.

  • Hi people! Can someone advise me something in Lightroom please CC.  When I export files once after you have finished the adjustments etc. and I click 'Save with the previous' - how to find where it was recorded, if I forgot the last folder saved to?

    Can someone advise me something in Lightroom please CC. When I export files once after you have finished the adjustments etc. and I click 'Save with the previous' - how to find where it was recorded, if I forgot the last folder saved to?

    I guess you mean "Export with previous. If so, open the export page. It will be defined as "precedent".

  • Table 2D-strings in the "get/set item property.

    I am porting the code of veristand 2009-2010 and I noticed that the get/set vi item property does not the same. Specifically, I can't write or read 2D strings sent as variants. When I put the 2D table in a cluster, it works fine. Does anyone have information on this?

    JY

    Hi JY,.

    This problem was reported to R & D OR as a Corrective Action Request (CAR) 287960 for further investigation. Thanks for the comments!

  • See 4.6 - cannot find where to set default image

    I just upgraded to 4.6 and now I can't find where to put the default picture of the pool in administrator mode.  Also, I can't find where to put the parent VM.  I'd appreciate any help.

    Thank you!

    Brian

    It is a per pool setting so you should be able to change the pool and then go to the tab settings of vCenter.   Once there, you should see the option to the default image.

  • How to find where to add personas went?

    I have an acer iconia A200 with Android OS 4.0.3 with installed firefox. I installed personas, but can't find it to use it. There is no gear on the bottom of the page to the tap. How can I find? I looked in all areas with Open firefox.

    Hello
    I'm sorry that you are having problems with mobile personas. Just to be sure, you have the installed addon, here is a link where to find it:
    https://addons.Mozilla.org/Mobile/addon/personas

    After that you have the addon installed, you can go to http://www.getpersonas.com where you can "try on" personas of the gallery.

    Hope this helps,
    Michelle

  • How to find where the catalog is stored

    How can I find out where I store the catalog files to make sure that I backed them up.

    Thank you.

    It is in the catalog settings that are accessible from the system menu.

  • How to find the RunState.Caller.NextStep property if exists?

    I use the sequence SequentialModel to update the User Interface. However, as suggested here: http://zone.ni.com/reference/en-XX/help/370052M-01/tsfundamentals/infotopics/seq_con_runstate_subpro... ; ' This property does not exist during and after executing the last step in a task sequence step. How can I check if this property or the members of the API is available so that I don't get an error message when the sequence reached the last step?

    I found a way through a Technical Support OR. The RunState.Caller.NextStepIndex will give a value of-1 if there is no next step.

  • How to find the activation code?

    I'll perform a clean reinstall of windows xp. I would like to know how to order a replacement installation CD and locate the activation code.

    The key is on an orange label on the cd case, if a commercial version, if a preinstalled version its on a sticker on your box

    If you have already reinstalled an oem version, or it has a version of the retail MagicJellyBean or Belarc Advisor will reveal the key

    NB if it's a preinstalled version that you have never reinstalled these utilities will reveal probably only the origonal volume license key, which is no help to reinstall.

    If you have lost the cd, a version pre-installed, you must obtain a replacement of the PC machine, you probably out of luck.

    If a retail version, you would need a proof of purchase to get a MS

  • How to create the active Menu item

    I am trying to create a menu with this code item:


  • I lost my adobe when I upgraded to windows 10.  How to find where to reinstall

    I have upgraded to windows 10 and although I can access my adobe account I can't find the download for windows (only 8) 10.  Should I download?

    Download and Installation Help-
    https://helpx.Adobe.com/download-install.html

    http://www.Adobe.com/downloads/other-downloads.html

  • How to find the full set of possible characters?

    So I can write characters of other alphabets

    See:

  • How to find the number of data items in a file written with the ArryToFile function?

    I wrote a table of number in 2 groups of columns in a file using LabWindows/CVI ArrayToFile... Now, if I want to read the file with the FileToArray function so how do I know the number of items in the file. during the time of writing, I know how many elements array to write. But assume that I want the file to be read at a later time, then how to find the number of items in the file, so that I can read the exact number and present it. Thank you all

    Hello

    I start with the second question:

    bytes_read = ReadLine (file_handle, line_buffer, maximum_bytes);

    the second argument is the buffer to store the characters read, so it's an array of characters; It must be large enough to hold maximum_bytes the value NULL, if char [maximum_butes + 1]

    So, obviously the number of lines in your text tiles can be determined in a loop:

    Open the file

    lines = 0;

    While (ReadLine () > 0)

    {

    lines ++;

    }

    Close the file

  • How to find .fmb and the path of .fmx pending

    Hi all
    I use oracle EBS 12.1.1
    I can access form of people in India HRMS manager-> people-> Enter and keep the responsibility.
    I want to make some adjustments on this form of people.
    How can I do that.
    Can I have to first FTP which form the server, then how to find where this form is stored?

    Best to ask this question in the forum of the EBS.

Maybe you are looking for