as a new form instance in forms10g revalent to adf.

experts,

It's my need:

I had tree link to the left if I hit it means jsff (dynamic region) opens on the right side.

While opens jsff I want to run my vo.

something like executequery


so I have to say,

what I did:

put a few a jsff entered. After finishing entries switch in an another jsff. the data are not make refreshing. If I update means url the vo get updated.

why I want to run vo means that certain data are not refreshing. If I remove a part of the url means get refreshed the vo.

I did nt know how to use executequery onpageload...

If anyone can help.

-jdev11.1.1.5.0

Published by: subu123 on May 8, 2012 22:45

I don't understand why you can't use the method call as the default activity?
There will be a case of control flow of the method call you visualize activity which means after the execution of the VO, the page will be displayed.

Please have a read to clarify your bases-
http://docs.Oracle.com/CD/E21764_01/Web.1111/b31974/taskflows_activities.htm#BACFBDAE

Tags: Java

Similar Questions

  • PREFORM VS VS A TIME NEW FORM INSTANCE QUERY PRE... That you choose?

    Hello

    His general question, not a duplicate to my previous post...


    PREFORM VS PRE-REQUETE:

    What will be exactly preform will fire? In a screenplay where the user enter a field as entry, based on this child on the same form will block gets its data... If, in this scenario IS PRE FORM IS SOLUTION FEASIBLE?... can we do where manipulations of the article here...

    PreQuery:

    where do cluase manipulation here. and loop on... I heard that loop in unauthorized prior request and we cannot use next record kind of stuff.


    PREFORM VS WHEN the NEW INSTANCE of the FORM, which is the better place to put the code for deformity overiding dynmically run query based on the values of some queryable form field...

    Thank you
    Prasanth

    PREFORM fires once at the start of forms before you navigate to the first item/block.
    A TIME-NEW-FORM-INSTANCE trigger once after the PREFORM before you navigate to the first item/block.
    QUESTION them fires each time before any request on a block. It is the right place to manipulate the default where the runtime.

  • Call run in trigger a TIME NEW FORM INSTANCE

    When I load my form I have to hit EXECUTE to load the data.

    How can I do this when the form is loaded? Is there a trigger in a TIMES-NEW-FORM-INSTANCE?

    user12877415 wrote:
    When I load my form I have to hit EXECUTE to load the data.

    You can use the built-in forms procedure called EXECUTE_QUERY;. Before using this course when meke you load your forms and then where the cusfor goes first. If it goes to your desired block just this procedure will not work. Otherwise you must focus the cussor to this block, then you code should look like this...

    -- in case if cursor focus anyother block.
    GO_BLOCK('BLOCK_NAME');
    EXECUTE_QUERY;
    
    -- otherwise...
    EXECUTE_QUERY;
    
    *simply add this code in WHEN-NEW-FORM-INSTANCE trigger.*
    

    -Clément

  • Webutil-problem (not usual 'PREFORM', ' one TIME-NEW-FORM-INSTANCE ' etc..)

    Hello

    We have an application with many modules, where we use webutil to create text files on the client for the export of data. Export is called in a trigger WHEN-BUTTON-PRESSED and usually works well, but we have the following problem:

    If two modules, where webutil is used, are open at the same time and a single module is closed, webutil does no more work in the other module. If we then try to create a text file after the closure of the module, we get the following error message:

    Bean Oracle.forms.webutil.file.FileFunctions not found.
    WEBUTIL. FILE. FILE_SELECTION_DIALOG_INT will not work.

    It is not only the FileFunctions bean, all other webutil functions do not work as more in the remaining module.

    It's not usual 'PREFORM', ' one TIME-NEW-FORM-INSTANCE ' etc. Webutil-problem.
    As I said before, webutil works, but when we close a module with webutil used, it does not work in another open module more.

    Any idea, why this happens and how to solve the problem?

    Kind regards
    Udo

    I tried what I understood to be what you do, but I'm confused and see at least two problems:

    1. you said that you use CALL_FORM to open subsequent forms and GO_FORM to move between them. You also said:

    -Module A calls Unit B (with attached webutil) and webutil works in module B

    -GO_FORM (module A) and webutil still works (while module B is always open) >

    If you "dial" form B, you will not be able to return to form A, until the B form is closed. So I guess I don't understand what you are doing or your explanation is not clear.

    2 assuming that what you do is a valid way to move from shape to shape, try adding the following to default.env

    DE_VARIABLESHARE = 1

  • How to uncheck all the boxes option trigger a TIME NEW FORM INSTANCE

    Hello

    I have a group (RDBTNGRP) of radio with three radio buttons (RDBTN1, RDBTN2, RDBTN3) in a control block, I uncheck all these three buttons in the code.



    Any help please.

    Kind regards

    Hello

    I don't think you can get by using code or the property to unselect all option buttons.
    One possibility is to create an additional option button in the Group and the value of any value for this. Let's say you have two radio buttons in a radio group, and now you have created a radio button more in the same group. And set the value as ABC. Now, go to the property of the new created radio button and set the X Position, Y Position, width , and height to zero (0). And set the initial value of this group of ABC radio (new created radio button). So it will look like when running, not selected all the option boxes. And when recording, you can check if the radio button selected your criteria or not.

    -Clément

  • What new form of instance - form of settlement pre with my query

    Hello people, I currently have in my trigger 'WHEN-NEW-FORM-INSTANCE' the following code:

    GO_BLOCK ('DEPARTMENT');
    DO_KEY ('EXECUTE_QUERY');

    This is so that when the user loads the form it is already filled with data. However, I now have a need to refine the search by adding a where clause clause. How I'd go on refine search to bring up the appropriate data I need.

    Thank you.

    Hello
    You can do this by:
    (1) defining the where the property section of the block "DEPARTMENT".
    or
    (2) write the pl/sql code in the trigger of motion of the block 'DEPARTMENT' such as:

    declare  where_var varchar2(1000);
    
    begin   where_var:=;   Set_Block_Property('DEPARTMENT',DEFAULT_WHERE,where_var);end;
    

    Greetings,
    SIM

  • A TIMES-NEWS-SHAPE-INSTANCE in ADF

    Hi all
    I went thought this document which is for me very useful (http://www.orastudy.com/oradoc/selfstu/fusion/web.1111/b31974/appendix_mostcommon.htm), but I couldn't find some triggers. I wanted to know the equivalent of WHEN-NEW-FORM-INSTANCE in ADF, or that the code is executed before or when the page loads?

    Thank you.

    Hello

    Do the links below help you?

    http://vtkrishn.WordPress.com/2010/03/28/how-to-invoke-method-before-the-page-loads-in-ADF/
    http://kohlivikram.blogspot.com/2008/10/call-method-on-page-load-in-ADF.html

    ~ Abhijit

  • Create a new form using template.fmb part 2

    Hi dear friends

    I create a new custom form for EBS and I followed the docs, I should start with the template.fmb. I tried to create new blocks and remove some of the blocks pre-created. There are 4 blocks pre-created in the TEMPLATE.fmb. They are CALENDAR, BLOCKNAME, PROGRESS_INDICATOR, DETAILBLOCK, I was able to remove BLOCKNAME and DETAILBLOCK but I can not delete CALENDAR and PROGRESS_INDICATOR. When I delete these 2 blocks, I got error:

    FRM-15110: cannot remove PROGRESS_INDICATOR because it belongs to a group of objects that are subclassed.

    How to remove or disable these blocks please...

    Thank you very much

    MsK

    The default order in which forms of exhibition items is assigned the order in which items appear in the Forms object browser. If you have added your new data blocks after blocks by default to the template.fmb in the node browser data blocks, the first navigable element in the first block of data registered will appear when you run your form. The simplest solution is to move the block of data to display as a default at the top of the node of the data blocks is the first block in the list. As a matter of habit, I always moved by default blocks of the template.fmb to the bottom of the list of data blocks. You can change this default behavior of the forms by calling the built-ins Go_Block or Go_Item in your trigger a times-new-form-Instance, but I prefer the first option because it doesn't require any code and it is the default functionality of the forms.

    I hope this helps.
    Craig...

    If a response is appropriate or useful, please mark accordingly

  • a times-news-record-instance

    Hi all!

    I have a form, where in
    *Trigger:when new form instance*
    enter_query;
     *Block level Trigger :when-new-record-instance*
    
    :empaply.employeeid:=:global.employeeid;
    select employee_id,firstname into :empaply.employeeid,:empaply.employeename
    from pim_emplpersonalinfo where employee_id =:global.employeeid; 
    
    if :empaply.leavetype='Casual Leave' then
    :empaply.status1:='Not Applicable';
    :empaply.status2:='Not Applicable';
    :empaply.status:='Pending Approval';
    elsif :empaply.leavetype='Earn Leave' then
    :empaply.status1:='Pending Approval';
    :empaply.status2:='Pending Approval';
    :empaply.status:='Pending Approval';
    elsif :empaply.leavetype='Earn Leave' and :empaply.status='Rejected' then
    :empaply.status1:='Not Applicable';
    :empaply.status2:='Not Applicable';
    elsif :empaply.leavetype='Earn Leave' and :empaply.status1='Rejected' then
    :empaply.status2:='Not Applicable';
    end if;
    And to a push button
    *Trigger: when button pressed*
    execute_query;
    Now my question is the initial value, that I put in the new instance of the recording does not work automatically, it works when I click on any other area of text in my form or when I scroll down...

    I can down to fix this?

    Pls help!

    Thanks and greetings
    user 10685325

    Published by: user10685325 on June 22, 2009 01:19

    Hai,

    The NEW-RECORD-INSTANCE trigger only works when the cursor moves to that record.

    write in the trigger after REQUEST of the block.

    Kind regards

    Manu.

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

  • Commit_form creating problem with shutter release once - new - Record - Instance

    Hello friends,

    I use Oracle forms 6i. I have a block of multiple data. I wrote commit_form in a times-news-record-instance of the data block. When I run the form on my instance the form does not open.

    But when I comment on this code, the form opens to the instance. What could be the problem?

    Also is it a condition that I can specify if the block of the data set is null when I open the form?

    Hello...

    In When-new-folder-Instance, check if the lock status is NEW. If not, then just apply COMMIT_FORM;

    Try this code in your trigger

    IF: SYSTEM. BLOCK_STATUS = 'CHANGE '.

    THEN

    COMMIT_FORM;

    END IF;

    Should work for you.

    Thank you...

  • The deployment of a new forms .ear file error

    Hi all
    I get the following error when you try to start the forms:
    From successful OPMN FORMS OC4J instance...
    Call txkChkFormsDeployment.pl to check if the last FORMSAPP. EAR is deployed...
    Program: /u01/apps/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl started @ Tue Nov 16 11:16:23 2010

    Logfile = /u01/apps/inst/apps/DEV_ikhsmappdev1/logs/appl/rgf/TXK/txkChkFormsDeployment_Tue_Nov_16_11_16_23_2010/txkChkFormsDeployment_Tue_Nov_16_11_16_23_2010.log

    File "/ u01/apps/apps/tech_st/10.1.3/j2ee/forms/applications/forms/formsweb/WEB-INF/lib/frmsrv.jar" exists. How to check the size...

    =================================================
    Last Formsapp.ear has NOT been deployed *.
    The last EAR file deployment...
    =================================================


    Complete program: /u01/apps/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl @ Tue Nov 16 11:16:30 2010

    *****************************************
    * W A R N I N G *.
    *****************************************
    Error when running the perl script txkChkFormsDeployment.pl

    We have determined that you need to redeploy forms (txkChkFormsDeployment.pl).
    But can't do it automatically for you, due to some problems.
    For more information, see the log files.
    Follow Note: 397174.1 to manually redeploy the forms.
    *****************************************

    I then try and deploy a new forms EAR file as doc 397174.1 and encounter errors as follows:

    Encounter errors running /u01/apps/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkCfgOC4JApp.pl

    FATAL ERROR *.
    PROGRAM: U01/APPS/APPS/APPS_ST/APPL/FND/12.0.0/PATCH/115/BIN/TXKCFGOC4JAPP.PL(/U01/APPS/APPS/APPS_ST/APPL/FND/12.0.0/BIN/TXKRUN.PL)
    TIME: Tue Nov 16 16:33:03 2010
    FUNCTION: (eval) [level 1]
    10.1.3 ERRORMSG: invalid Oracle Home: /u01/apps/apps/tech_st/10.1.3

    How can I fix it?

    Hello

    Please see (how to create an own oraInventory in Release 12 [834894.1 ID]).

    Thank you
    Hussein

  • Diff b/w need ONCE - NEW - POINT - INSTANCE AND a TIMES-NEWS-RECORD-INSTANCE.

    Dear friends,

    I started to learn the Forms apps recently,.
    This im unable to get the difference between ONCE - NEW - ITEM - INSTANCE & WHEN-NEW-FOLDER-FORUM...

    Please someone help me this confution. (if possible, for example).



    Best regards
    Subrahmanyam P
    Technical consultant.

    WNRI means whenever you insert the new record (total of items or the items in a folder) or modifies the previous Records, then it will be fire.

    But WNII means whenever you can insert the new value into the fields or change any values in the fields already existing at that time it will be fire

    Concerning
    Ranga

  • Execute_query in a time new point instance

    Hello
    Forms6i.

    I have a block of data, HLP_REGN_MASTER, having areas, such as HRM_ID, HRM_NAME, HRM_DEPT etc...
    So when I enter a value in HRM_ID and move to HRM_NAME, I have to execute_query for this block with the HRM_ID value, the user entered value
    Thus, in a times-news-point-instance HRM_NAME, Ive wrote
    if :HRM_ID is not null then
                   SET_BLOCK_PROPERTY('HLP_REGN_MASTER',DEFAULT_WHERE,'HRM_ID='||:HRM_ID);
         EXECUTE_QUERY;
         msg_alert('Query Hits '||get_block_property('HLP_REGN_MASTER',query_hits),'I',FALSE);
    end if;
    But it prints the request hit as 0, and so he does not fill in the other fields.
    But I have values for the HRM_ID is entered in the table.
    What's wrong?

    Thank you

    The thing you try is quite unusual and lead barely. How do you decide if the user enters new data or if the need to run a query?

    (edition, was already correct.)

    You could issue a CLEAR_BLOCK (NO_VALIDATE) prior to the EXECUTE_QUERY, for forms Treaty entry HRM_ID that the entry of a new record.

    Published by: Andreas Weiden on 08.08.2010 15:37

  • How to create new form printer under Windows 7 as 3 flaps A4?

    Hi, I have used right, click on the white space in printers to define a new form for printing, when using Windows XP. How this work when using Windows 7?

    Thanks in advance.

    Arne Mortensen

    Found!

    Use-> devices and printers. Select a printer and a print server properties tab will appear.

    Click on the tab and oldfashion tool is open and from there it just click the Forms tab-> create form and enter the name and values needed for the new form, hit save form and close.

    Once found simple.

    Arne Mortensen

  • How to open a new form on button click in form 10g

    Hello

    Can you please how to open a new form, when you press a button in the form of 10g.


    When I was in Forms 6i, this was done through OPEN_FORM('forms_1',ACTIVATE,NO_SESSION,SHARE_LIBRARY_DATA);

    But this code is not set 10g.

    I am developing through Citrix remote server where I am facing this problem. In the local PC no problem.

    Help, please.

    Hello

    Make sure that D:\myfolder\ is defined in the FORMS_PATH environment variable. FORMS_PATH is defined in the default.env(ORACLE_HOME/forms/server register) or windows. If it is set in the two default.env is a priority.

    Kind regards

    Alex

    If the answer is useful or appropriate, please mark accordingly.

Maybe you are looking for

  • Why is my iphone 6 so slow performance after updating ios 9.3.4?

    After the 9.3.4 software update, my iphone 6 is really slow. I find it really difficult to get applications like safari and youtube to work and after a few days ago, they hardly work. Ive seen other people on this issue and I was wondering if anyone

  • I don't see the Firefox orange button at the top left

    The orange Firefox button has disappeared from the top left corner of my browser, I tried to right click on an empty bar part, but it says my bar menu is already disabled, Firefox only recently, is crushed and updated, it is when the problem started,

  • When I sailed text become very small and I don't know how to get back to normal

    I don't know what happened. I was moving my mouse on the screen and the text retained decreases, until it is so small you can barely read. I don't know how to go back to normal size.

  • Green screen on my zip clip

    My new Clip Zip has a white screen bright green and no I push the button does not change this. I've turned off and powered in MSC mode, but it's the same thing. Can I make before returning the device?

  • Creation of an image file - how about "use current folders"?

    At regular intervals, I create the Windows images. SFOR I was using 3rd party software, which is not built in. (Windows 7 X 64/integral) The sequence of actions that I take is this: (1) reboot - after reboot wait for 1 to 2 minutes, so there is no hd