Is this possible in Oracle Forms?

Hello


Is it a way to oracle forms ([32 bit] Version 9.0.4.0.19) of the form jump to the top or the browser tab down in the taskbar to blink or not even give any kind of alert when a particular action takes place?

your help would be appreciated :)
Thank you

Hello!
Here is a very good solution cheap:

On the Windows client activate and start the Messenger service.

If something happening in your form that need attention just write:

begin
webutil_host.nonblocking ( 'net send ' || webutil_clientinfo.get_host_name || ' Attention please!  Forms detect something you have to see !' );
end;

If the client sends a message to himself.
Or you let the server do this for:

begin
host ( 'net send ' || webutil_clientinfo.get_host_name || ' Attention please!  Forms detect something you must see !' );
end;

Concerning

Tags: Oracle Development

Similar Questions

  • When possible in Oracle Forms to insert a second line based on 1st row, so why not in the ADF?

    Mr President

    When possible in Oracle Forms to insert a second line based on 1st row, so why not in the ADF?

    The user just enter data in the Module of sales in one line of a Bill as below

    and it is displayed in two rows in financial Module.like below how to proceed in the ADF.

    You can see that invoice line contains the sales tax and the gross sales amounts, then it is posted to the financial Module above two lines.

    How to make ADF

    Respect of

    What I realized, this is:

    -You have a table in you screen.

    -You call CreateInsert 2 times to create 2 rows at the same time.

    -You will enter value in a specific column (c1) line1

    Looking for the value that you entered in row1 can be completely copied in the same column (c1), but in line2. is this correct?

    If so try to do the following:

    1. in the table inputText (c1) column set autoSubmit = true and setValueChangeListener to a method in backbean

    
           
    
    

    2. in the inputTextValueChangeListener method to write this code

      public void inputTextValueChangeListener(ValueChangeEvent valueChangeEvent)
      {
        DCIteratorBinding tableIter = (DCIteratorBinding) BindingContext.getCurrent().getCurrentBindingsEntry().get("tableIteratorName");// write table iterator name from pageDef.
        for (int i = 0; i < tableIter.getViewObject().getEstimatedRowCount(); i++)
        {
          ViewRowImpl myRow = (ViewRowImpl) tableIter.getRowAtRangeIndex(i);
          EntityImpl entityImpl = myRow.getEntity(0);
          if (EntityImpl.STATUS_NEW == entityImpl.getEntityState())
          {
            System.out.println("New row found");
            myRow.setAttribute("AttributeName", valueChangeEvent.getNewValue());// write attribute name
          }
        }
      }
    

    3 - Add inputText id in the partialTrigger table

    
    

    4 - pageDef. Set of table iterator rangeSize = "-1".

  • noob - is this possible with Oracle Locator?

    Hello
    I'm a DBA/PLSQL developer for a small project on a small database. We were recently asked if we could do the following, inside an Oracle PL/SQL procedure:

    * Given a lat/lon, find the center closest to the population

    I am brand new to Oracle Spatial and am scouring the Oracle Spatial information on the Oracle web site. I'm learning tons of new things... but I've not seen many examples of code or examples of applications. I understand that Oracle "Locator" is delivered with Oracle DB, so I already have this installed - so I can use it?

    #1) can I search the name of city of lat/lon with Oracle Locator or do I have to tell my boss that we must concede the true Oracle Spatial?
    (#2) someone at - it a simple PL/SQL procedure or something that can take a lat/lon and find the city nearest? Is this even possible, without loading a ton of additional information cards / superimposed and other things? I'm really confused as to what the Oracle Locator of out-of-the-box 'maps', or which include... the PDF Locator said it comes with a 'whole earth geometry model', but I don't know exactly what this means. I'm going to guess the name of the city might be there, but people in the city are not (?)

    I have access to Metalink too, so feel free to point me to the Oracle documentation and other things, if there is.

    Thanks for any help/tips

    -Keith

    I wanted to get back to you on this last week, but the site is down whenever I tried...

    Out of the box, Oracle Locator does not come with any data. SDO_GEOMETRY is just another type of data, and Locator gives you the ability to index data SDO_GEOMETRY and run operators on data.

    can I search the name of city of lat/lon with Oracle Locator or do I have to tell my boss that we must concede the true Oracle Spatial?

    Absolutely, base location based applications run well on Locator and did not need the extra features of real Oracle Spatial.

    Is this even possible, without loading a ton of additional information cards / superimposed and other things?

    Well you need some data. If I asked you to write a stored procedure that takes a customer code and returns the details of the customer, you expect for there to be a Customers table somewhere. Similarly, you will need a table "Population Center" If you want to request, where is the nearest Population Center.

    the Locator PDF says it comes with a «whole earth geometry model»

    Is not referring to the data. Geometry whole earth model means that you can run queries that respects the fact that the Earth is not flat when calculating of distance/area etc.

    #1) No, internal Oracle cards/data have no existing cities? I create my own table with name of city, population, lat/lon and a column of type SDO_GEOMETRY?

    Fix. Out of the box, there is no spatial data. However, it is not that hards to get your hands on some, depending on where is your area of interest and specify how it should be.
    Have a look here for examples of data:
    http://www.Oracle.com/technetwork/database/options/spatial/spatial-partners-data-087203.html

    (#2) can I use this type SDO_GEOMETRY and the other SDO types/packages/functions, to locate a closest city to a lat/lon data, using the Oracle Locator's free/included? I don't need parts extra-licence Oracle Spatial for this?

    Yes. Have a look here to see what is in and out of the index of development:
    http://download.Oracle.com/docs/CD/E11882_01/AppDev.112/e11830/sdo_locator.htm#i632018

    It is written on XE 10 g, but I can assume that this example also works on (10.2.0.5) 10g or 11g?

    Yes the type of query, you're going to run probably work on the release of all the > 9.0.1.

    Note that in Oracle Locator/Spatial, you need to store the data in longitude and latitude, and not the opposite... common mistake.

    Here is a simple example of a stored procedure that returns to the city that is the point.

    create or replace procedure get_city_by_lat_long(in_long in number, in_lat in number, out_cursor out sys_refCursor) is
    begin
      open poutCursor for
         select id, name
      from cities
      where sdo_anyinteract(geometry,
         sdo_geometry(2001, 8307, sdo_point_type(in_long, in_lat, null), null, null)) = 'TRUE';
    
    end get_city_by_lat_long;
    /
    

    Also... google for "Oracle Spatial tutorial Performing location benchmarking. The first result will take you to a great tutorial that covers a large part of what you are looking for.

    John

  • Simulation Wizard in oracle forms

    Please can someone help:

    I work in a project and one of the requested forms is a wizard that guides the user to complete certain data entries.
    is it possible in oracle forms?
    I use Oracle 10 g of form. Ideas please

    Hello

    is it possible in oracle forms?

    Yes

    What kind of canvas is better for my situation: stacked canvas?

    pls use 1 table of contents which is your main canvas and then build your stacked paintings tell 3 stacked paintings

    then build your blocks of database by selecting the paintings in the block appropriate for each

    sooner or later to create time to FINISHED design buttons, THEN back and accumulate your triggers that will trigger the aid...

    SHOW_VIEW('CANVAS_NAME') ;  -- Show the Stacked Canvas in NEXT button...
    
    GO_ITEM ('Item_Name'); -- Go to the stacked canvas item ; should be navigable and visible in ur stacked canvas 
    
    HIDE_VIEW('CANVAS_NAME'); -- hide the original current canvas in synchronize 
    
     --- do this for each NEXT button all the rest depends upon ur needs...
    

    I hope this helps...

    Kind regards

    Amatu Allah

  • CTE - possible in Oracle?

    I picked up this clever code of a SQL Server forum.

    Is this possible in Oracle?

    with data as (
     
    select * from ( values
      
    (1,1,'one'),
      
    (2,1,'two'),
      
    (3,1,'three'),
      
    (5,1,'five'),
      
    (6,1,'six')
     
    ) data(PKID, FKID, MYTEXT)
    )
    select lhs.*, sequence = count(*)
    from data lhs
    left join data rhs on rhs.FKID = lhs.FKID
     
    and rhs.PKID <= lhs.PKID
    group by
      lhs
    .PKID,
      lhs
    .FKID,
      lhs
    .MYTEXT

    ;

    Hello

    The common Table Expressions (aka "CTE", "Subquery factoring" or "WITH the terms") work in Oracle 9 and more.

    There other things in the query that you posted this will not work in Oracle.  For an equivalent of the Oracle, you may need to SELECT the table double literals.  There is an example of this in the FAQ forum:

    https://community.Oracle.com/message/9362002#9362002

    under the terms of paragraph 7.

  • Oracle Forms and reports 10.2

    I have the Oracle CD since version 10:

    -Database Oracle 10.2
    -Suite of developer oracle 10.2
    -Tools of BI oracle

    What I want is to run an oracle application forms that we have developed in the past, but I don't have 'Oracle Forms and Reports 10' and I think that the OAS which comes with the BI tools is not enough to run the application forms. Is it? It's supossed that perhaps the server Oracle Forms and reports part is included in the oracle developer suite, but I can't. Do I need a CD full of OAS facility? can I have this version of Oracle Forms and reports

    Thank you very much

    I think that the basic version is still here:
    http://download.Oracle.com/OTN/NT/IAS/101202/as_windows_x86_forms_reports_101202.zip
    (for Windows).

  • DUP Val on index. In oracle forms

    I created a unique index on 3 columns in table.
    When I create double recording it raises already record exists.
    How can I capture this error in oracle forms.
    In pl/SQL, I can use exception when dup_val_on_index and update the record.
    Level trigger validation key block I want to make this exception.

    How can I raise dup-Val-on-index in oracle forms and update the record. Please help me. It is urgent

    THX

    Hello

    try to insert into another table archive or journal or re - write your update as...

    UPDATE table_name
    SET comm = 1000
    where...;
    

    but I have not tried this before...
    It is better to raise the user input and prevents the form by inserting a new line...

    Kind regards

    Amatu Allah

  • The list item file (oracle form 6i)

    Hi all


    I have a problem regarding complete recording in the list item

    I have this code works in Oracle 10 g Forms Builder

    DECLARE
    REPORT NUMBER;
    Problem EXCEPTION;

    BEGIN

    -to fill the
    STATUS: = POPULATE_GROUP ('RG_PROD_DESC');

    -Make sure that the select statement is executed successfully.

    IF <>STATUS 0 THEN
    PROBLEM;
    ON THE OTHER
    -to fill the list item
    POPULATE_LIST (' DESCRIPTION ', 'RG_PROD_DESC' ");
    END IF;

    EXCEPTION
    Problem WHEN THEN
    MESSAGE ("we have a problem to query the table PRODUCT.');
    END;


    but when I try this code in Oracle Forms 6i, it did not work.


    can someone help me in this matter?

    Try this way. I changed some of the code to test on my system.

    DECLARE
    STATUS NUMBER;
    Problem EXCEPTION;
    list_id ITEM;
    BEGIN
    list_id :=Find_Item('Blockname.Listname');
    -- to populate the group
    STATUS:=POPULATE_GROUP('RG_PROD_DESC');
    -- Check that the select statement was executed successfully.
    CLEAR_LIST(list_id);
    POPULATE_LIST(list_id, 'RG_PROD_DESC');
    
    EXCEPTION
    WHEN others THEN
    MESSAGE ('We have a problem to query the PRODUCT table.');
    END;
    

    Best regards
    Franck Giri

  • Webutil - Oracle Forms 9.0.4.0.19?

    We have a version of Oracle Version = 9.0.4.0.0 application server that comes with having Webutil installed on it. On my PC I have the version of Oracle Forms 9.0.4.0.19. What can I use Webutil with this version of Oracle Forms, or I have to upgrade to "Oracle Developer Suite 10 g Release 2 (Contains forms) and 10.1.2 States" which seems to include Webutil as part of the installation?

    Any information would be greatly appreciated!

    Thank you
    Paul

    Yes, you can use Webutil on forms 9i and above

    Here are the steps for installing webutil http://baigsorcl.blogspot.com/2010/01/open-file-dailog-box-example-using.html

  • Validate dates in oracle forms

    Hello everyone. I have a column of field in my form, ORDER_START_DATE.
    The date format is DD. LUN. RRRR
    Now, I want to add a validation to this area and I know that you have allowed less value as a property field.
    I want to make sure any allowed value is SYSDATE but sysdate in format DD. LUN. RRRR. In other words, today should be the less allowed excluding the hour value or a minute.
    Can someone help me to achieve this goal in oracle forms?
    Thank you very much.

    go to the open palette field ORDER_START_DATE property
    to DD "Format mask". LUN. RRRR
    in "the lowest allowed Value" value $$DATE$ $

    control should be done automatically by forms in the future

  • Is it possible to configure jpi_codebase to autodownload JRE for Oracle Forms 11.1.2.2.0 8?

    We are currently working with Oracle Forms and reports 11.1.2.2.0 (64-bit) using Oracle WebLogic Server 10.3.6 (64-bit) installed with the 64-bit JDK 1.7.0_40. Currently, we configure the YPI parameters (jpi_download_page, jpi_codebase, etc.) to use Java 7. Here is an excerpt from formsweb.cfg of that we deploy to end users to download a 7 Java JRE (Java 7u67 taking as an example):

    jpi_download_page = http://Java.Sun.com/products/archive/J2SE/7u67/index.html

    jpi_classid = clsid:CAFEEFAC-0017-0000-FFFF-ABCDEFFEDCBA

    jpi_codebase = http://Java.Sun.com/update/1.7.0/jinstall-7u67-Windows-i586.cab#version=1, 7,0,67

    jpi_mimetype = application/x-java-applet

    NOTE: For the jpi_classid, we use clsid:CAFEEFAC-0017-0000-FFFF-ABCDEFFEDCBA so that users can continue to use their currently installed Java JRE 7 without being forced to use a specific update to Java 7.

    As we know that update of Java Runtime Environment (JRE) 8 5 or higher is supported with clients running an Oracle Forms application 11.1.2.2.0 inside their Web browsers supported by the Oracle for the 11.1.2.2.0 forms certification matrix (we are aware that the JDK 8 is not supported with 11.1.2.2.0 forms) found at http://www.oracle.com/technetwork/es/middleware/docs/oracle-forms-111220certmatrix-2087910.xls?ssSourceSiteId=otnen We want to be able to set up automatic downloading for JRE 8 using the parameters of YPI formsweb.cfg (or help 'EM under "Setting up the Web"). As we know in Internet Explorer, the URL in the jpi_codebase parameter is where it can find the .cab file for the automatic download of the JRE. Even if it works well for JRE 6 and 7 of the JRE, if we were to use the configuration settings following parameter changed to 8 JRE:

    jpi_download_page = http://Java.Sun.com/products/archive/J2SE/8u25/index.html

    jpi_classid = clsid:CAFEEFAC-0018-0000-FFFF-ABCDEFFEDCBA

    jpi_codebase = http://java.sun.com/update/1.8.0/jinstall-8u25-windows-i586.cab#Version=1, 8,0,25

    jpi_mimetype = application/x-java-applet

    nothing happens in the browser launches the application Forms.

    Use the jpi_codebase setting, if we go directly to http://Java.Sun.com/update/1.8.0/jinstall-8u25-Windows-i586.cab to download the JRE, we get an error saying: "File not found."

    We went to http://www.oracle.com/technetwork/java/javase/autodownload-140472.html on the Oracle Web site, which explains the more information on the identification of the URL appropriate for auto-download of JRE, it only shows the URL for JRE 7u71 and 7u71 structure. We used this provision to JRE 8, but we get the "File not found" error when you use the URL directly.

    According to these results, someone happens to know if 8 JRE is currently available (or even supported) for automatic download by using the parameters of YPI in formsweb.cfg? We know that anyone can download the latest Java 7 or 8 Java JRE manually from Oracle, but it would be convenient if he could be auto-téléchargé if it is currently possible. It would be more a une question question for the forum Java or Java Runtime, let me know.

    Thank you

    Scott

    Scott, have you had a look at metalink? (always a good place to look if you have a proper support contract).

    Formsweb.cfg for JRE 1.8 Configuration settings (Doc ID 1926764.1)

    I can't replicate the whole doc here, but looks that the download page you are after is:

    jpi_download_page =http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html

  • Oracle forms is it possible?

    Hi all.
    I am a java developer and I'm not familiar with form of oracle 10g.
    Recently, I had a project on the digital signature of web forms (in java). So the idea was: we have applet that runs in the client browser, it uses the JSObject to collect all the fields and values of CUSTOM web form and create the xml document to be signed. This applet is like a lib.
    I do the same thing with a form of oracle.
    Is it possible: collect the oracle on the client form elements? The form is custom that is unspecified and count items.

    If possible the next step is to verify the signature xml on the server. So how does the oracle forms. Is there a server side. What is architecture? The XML could be passed to the server and how the oracle form elements must be accessible on the server (I need it to check xml code).

    I will be happy if you could help me quickly.
    Excuse me for my bad English: (.)
    Best regards.

    Yes, but these items associated with this painting in particular, and, as I already said, a Forms application contains more than one canvas.

    François

  • I need to create a fillable pdf form which allows to print but not save. Is this possible?

    I need to create a fillable pdf form which allows to print but not save. Is this possible?

    Is not possible.

  • Sending an automatic copy of the submission to the customer form?  Is this possible?

    Does anyone know of an automated e-mail platform that is friendly Muse who, once having your completed form, automatically sends a copy of the presentation to you and the customer's E-mail? Thanks in advance.

    Unfortunately this is not possible with the forms of the Muse at the moment.

    If you are hosting on Business Catalyst you can use forms of BC place, if not then I suggest to have a look at some of the third-party suppliers of form such as WooForms and JotForms.

  • We need a solution allowing several people to download the pdf file, fill in the form and add their own password for local storage on their own computer. Is this possible? Thanks in advance-

    We want our customers to be able to download a PDF on a Web site, fill in the form, and then save and apply their own password. Is this possible? Thank you very much in advance.

    Yes, when customers use Adobe Acrobat.

Maybe you are looking for