Block several Instance of the form

Hai all,


In forms 6i, we can block the opening of a single multiple-instance form within the same application?



Kind regards

Manu

If you are inside forms one-'instance', and if you are using OPEN_FORM to navigate in the menu of other forms, then you can use FIND_FORM and GO_FORM for your condition. But that won't help if the module forms runs in a different application forms.

Tags: Oracle Development

Similar Questions

  • Several addresses in the form of php

    I have a contact form that is presented to him with php. The form does more work when I add a second address on the line "to". I separated the two addresses by a comma and semicolon closed the line. Help

    $to ="[email protected], [email protected]".

    In other words, a string with each e-mail address separated by a comma. Not two separate strings separated by a comma. Which will generate a parse error (Syntax) because it is a clandestine structure in PHP.

  • Several instance to the same server with same ORACLE_HOME and same SID

    Hello gurus, reduce costs my company looks to reduce the backup servers and the databases consolidade waiting on big 2 or 3 servers to reduce oracle licenses.
    It is that I have about 30 cases with SID same how to configure it to run as 10 instances with the same SID, ORACLE_HOME in the same machine? is this possible?

    will run oracle on unix HP - UX 11r2

    BR

    TI

    Right. Each database will have own SID. With multiply tnsnames.ora and listener.ora all have entries for each standby.

    If the folder structure is different from primary then the DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT parameters are used to convert to the new locations.
    These two taking input in two, the front of the location and the location after.

    Example:

    DB_FILE_NAME_CONVERT=('/u01/app/oracle/oradata/RECOVER2', '/u01/app/oracle/oradata/RECLONE','/u01/oradata/RECOVER2','/u01/oradata/RECLONE')
    LOG_FILE_NAME_CONVERT=('/u01/app/oracle/flash_recovery_area/RECOVER2', '/u01/app/oracle/flash_recovery_area/RECLONE')
    

    Standby for each primary SID can be all that you need. The DB_NAME parameter would be the same on both, but DB_UNIQUE_NAME would be different.

    Who is?

    So, if I have two PRIMARY and standby database, Eve will have its own password, its own file INIT file to its own directory structure (but it could be the same).

    Best regards

    mseberg

  • Block several Instance of forms

    Dear all,

    In our Application, we need to limit users to open same form several times. How can achieve us. We use Forms 11g.

    Thanks in advance,

    Vishnu

    Dear Vishnu.,.

    DECLARE
      Fm_ID FORMMODULE;
    BEGIN
      Fm_ID := FIND_FORM('');
      IF NOT ID_NULL(Fm_ID) THEN
      GO_FORM(Fm_ID);
      ELSE
      OPEN_FORM('', );
      END IF;
    END;
    

    Manu.

  • selections several fields in the form of automatic request

    I have a connector Table of database Application that has 1 table with user_id column and right. But now I have a requirement to have several payments 1 user_id.

    How can I display the field select multi on the request form similar to what forms of user AD gives you an option to select multiple roles in an application. I create multiple tables to store 1 user_id payments?

    I'm hoping your target tables are already defined-> the table allows multiple values for right against the same user_idcolumn. If this is the case, then do the following:

    -Provide to the parent table name which would be at the table with the main details of the user.
    -To provide the child the name of the table that would be this table containing user-right information.
    -GTC should automatically create a connector with forms of process & child

    -Now to create new forms of purpose similar to these forms of process with the information from the table parent for more information from the user and table information child for more rights of the user (OIM11G DataSet xml)
    -To make data flow mappings (DataSet OIM11G xml)

  • What is the best way to run multiple instances of the class containing infinite while loop?

    Hello

    I have a several instances of the class (say a, b, c,...) that have the same parent and I want to run the same methods overridden to all instances in parallel.

    For example:

    a.init ()-> a.run ()-> a.stop ()-> a.run ()-> a.stop ()->

    b.init ()-> b.run ()-> b.stop ()->->->

    c.init() ->           ->             -> c.run() ->               -> c.stop()

    ...

    See the attachment for more details.

    The problems are now:

    1. the 'run' - method does not return until it receives the external trigger

    2. everything to run methods return in a different time

    1 chip means I can't use autoindexed for loop because in this case b.run () will have to wait before the end of a.run (), right? Is it possible to run to the loop in parallel?

    2 chip means that an object must be able to run and stop independently from others.

    What is the most elegant solution? The solution copy - paste in the attachment works for 3 instances, but there are currently 10 and more is coming.

    Juha

    In fact, what I wanted to know was "how to add the 'P' loop '... Easy, after you ask the right question.

    In the attachment, there is a test.vi that has two numerical indicators in a certain time-infinite loops. If I leave the parallelism, the two digital are incremented infinitely. If I don't allow parallelism, only the first is incremented (he never leaves the infinite while loop).

    To solve my original problem, I can make an init-start-stop branch within a loop-parallel-indexing for and make sure that there are the same number of instances of loop as there are objects in my array of objects (object array is an autoindexed in the loop for).

    Also good point about the vis environment. I should also add that.

  • Pair several devices on the same COM Port that use the stack for windows by toshiba bluetooth?

    I have several instances of the same device...

    I wish that they all use the same COM Port when connecting to my Toughbook.
    The application that will receive data from these devices will only monitor a single COM Port assigned to.

    I have only one active connection both for couples... That's why Ifeel, this should be possible.

    Any help would be greatly appreciated

    Thank you

    Hello

    Please contact the Microsoft Community Forums. I understand you want to pair multiple devices on the same COM Port using Bluetooth.

    Unfortunately, it is impossible to pair multiple devices on the same COM Port using Bluetooth as it is by design.

    With the help of Windows-related issues feel free to post on the Forums of community of Microsoft, we will be happy to help you.

    Thank you.

  • ResetOvFlw does not have to reset all the overflow variables used on the form.

    I have a form which is repeated twice in the same transaction to has a section where I used "IncovSym" to increment/capture the variable overflow and the same is used to display the data in the section. On the first occurrence of the form, the variable of overflow is set to for example 1 (such as initialization), based on the case. In the second instance of the form is running, the variable must begin with 1 as the initialization. Instead, it increments the variable to 2. I tried to do a reset of all the variable overflow, but it doesn't seem to work. Please let me know if you have a solution to this.

    File JDT

    < rules >

    ; RULStandardJobProc; 1; Always the first job level rule;

    ; SetErrHdr; 1; * : ;

    ; JobInit1; 1;

    ; LoadDDTDefs; 1;

    InitOvFlw; 1;

    ; LoadTextTbl; 1;

    ; BuildMasterFormList; 1; 4;

    / * Each form in this basis use these rules. */

    < regulations of basic form >

    ; RULStandardTransactionProc; 2; Always the first transaction level rule;

    ; USEXMLExtract; 2;

    ; LoadExtractData; 2;

    ; ResetOvFlw; 2;

    ; LoadRcpTbl; 2;

    ; UpdatePOLFile; 2;

    ; RunSetRcpTbl; 2;

    ; LoadGlobalFonts; ACCA;

    ; BuildFormList; 2;

    ResetOvFlw is a level transaction set in the AFGJOB rule that works under the direction of 'post' message In other words, function after having been triggered all forms and all mapped sections. Essentially, you can think of as 'now that this transaction will occur, reset the overflow before starting the next transaction'.

    If you need to reset a particular variable debordement overflow during the process, search for the rule level section named ResetOvSym. This rule would be defined in the section properties and name the symbol of infinity special you want to reset.

  • How can I restrict people to print, save or send the form unless all required fields are filled?

    I made a form with several fields. The form will be on an intranet page, and people will be able to download the form, fill it out and save you, by post or print it out.

    However, I want to fill all the required fields. How can I prevent that people are able to save, send or print the form when some required fields are not filled.

    It is not possible. But you can post a message.

  • Question about scripts in the form under repeatbel objects

    Hello

    I'm working on the creation of a form that has a secondary form that can be repeated as many times as the user wants. There is a button 'Add' that creates an instance of the secondary on the form form, when you click on it.

    The secondary form I have 5 numeric fields say a1 - a5 and 1 field b1 which is the sum of all these 5 fields.

    On the main screen, I have a 2 fields - say t1 and f1.

    The requirement is t1 = f1 + b1 + (instance sous-forme 2 B1) + (sub-form instance 3's b1) + and so on... .depending on as many instances sub-shape there that the user adds.

    I created actions using the Action Builder such as when none of the a1 to a5 fields are out, b1 will be updated with the sum of a1 - a5. At the same time t1 will be updated with the sum of f1 and b1.

    This works very well for 1 instance of the form under. But when click on 'Add' and a second instance of the secondary form is added, then the script does not work as it did for the first instance of the secondary form. So for all instances of the subshape added, when values are added to a1 - a5 and the fields are exist, b1 not updated.

    How can I fix?

    See attached form that I create for clarity.

    "The total number of hours worked this week" are the t1 I was talking about. See how it is updated when values are entered in all areas of the time. It works great with the default instance of the form on T100/strategic/advantage customer information as well. But when I click on the button "Add Customer" to add another instance of the form sub, it does not work as expected.

    Please let me know if it is still is not clear and I can explain the problem.

    Hi Ameeth,

    Please find below the link that has your document.

    https://workspaces.Acrobat.com/?d=OEkwisQ99LXgJ4e9GrCnZg

    Hope it works very well...

    I don't know why you created these functions?

    Let me know if you need any clarification.

    Thank you

    Sofiane

  • Can't swap multiple instances of the same symbol

    Hey!

    So, I can select a symbol and exchange with one another, but why can't I just Exchange several instances of the same symbol?

    A useless limitation don't y ' All think?

    -Dwayne

    If you're talking about the replacement of one symbol by another of the library, which is limited to one symbol at a time.  But you can extend this functionality using JSFL.  Here is a link to a tool that might work for you...

    http://spiralstormgames.com/blog/code-snippets/quick-Flash-extension-swap-multiple-element s-at-once.

    If you have a thousand things to change, you can review your design uses a dynamic approach, except the investment items must be managed manually defined specific locations.   In this way, you can simply change the link between the symbol and the programming will take care of the rest.

  • Copy to the new instance of the subform

    What I'm trying to do is to copy a field and when a new instance of a subform is created to another field.

    When a user clicks the show button, the button to show opens a new instance of the form.  I need the sent field to fill in the field of criticism on the new instance.  Is this possible?

    instance.png

    Hello

    Here is an example:

    https://Acrobat.com/#d=HD6XJ1qofZDf713Yq1P43g

    The first example simply sets the value of the drop-down list. The second adds an element to the drop of the examiner, as sending drop-down list allows the custom entry.

    I've been lazy even if, as the script should check first of all the duplicates. I'll try and get back to that.

    Hope that helps,

    Niall

    Ensure the dynamics

  • How to get the Version of the form

    Hi gurus,

    Is there any function in forms or medium through which I can get versions of the form?

    Thanks in advance.
    Anand

    If below the answer helped you then, mark it as useful/correct an answer...

    declare
    v varchar2 (1000);
    Start
    v: = Get_Application_Property (version);
    message (v);
    message (v);
    end;

    Write the code above in a times-new-form-Instance of the form, you will get the solution...

  • Dev to create and test instances of the Summit on the same server and database

    I have a dev and instances of the Apex on different servers of prod. I want a test instance on the same server as the instance of dev.

    I use workspace import/export so all the workspaces instance have the same id of the workspace. The application ID is the same on each instance in the same workspace. This allows the pages to be exported or imported in the case of differenct.

    My question is (I'm sure it's obvious) I can have several instances of the Apex on the same database (dev and test) and have each the same instance ID workspace, etc..

    Sam

    .. often I have multiple instances of the Apex on the same database (dev and test) and I each instance have IDS of the same workspace...

    No, there can only be one Application Express instance in a database.

    Scott

  • Where to put the code block that is used by several checkboxes in a form

    I'm new to Javascript, please go easy on me.

    I have a form with several boxes on it.      I have a block of javascript code that I want to run any time one of the check boxes on the form is enabled or disabled.

    I know that I can put javascript code in each box properties, but it seems that there should be an easier way to do it.

    Can I create one subroutine somewhere else and call it from javascript for each text box code?

    If I can create a subroutine and call from each text box, where should I put the subroutine?

    Help, please.      Example (s) would be great.

    Here's a good tutorial on the subject of the JavaScripts at the level of the document: http://acrobatusers.com/tutorials/js_document_scripts

Maybe you are looking for