Checkboxes: ApEx vs Oracle Forms

I'd like to create a checkbox that behaves the way checkboxes do in Oracle Forms.
The underlying database column can hold the values 'Y' or 'N'.
I'd like a 'Y' to cause the checkbox to be checked and an 'N' to have it unchecked.
Similarly, if I check an unchecked checkbox, I'd like the value of 'Y' to be put into the column.
Fairly standard behaviour, I would have thought, but I can't get ApEx to do it.
Any ideas?

See Re: Saving checkboxes to table

Similar Messages

  • Call APEX from Oracle*Forms

    My first APEX
    I have "built" a APEX-Application to upload and download documents (APEX advanced tutorial).
    It works as a stand-alone-solution.
    Now I want to call this APEX-Form from Oracle*Forms (web.show_document(url))
    I found that I can call a specific Apex-Page by application-id and page-Number.
    But APEX still asks for Username/ Password. And I want to transfer some other parameters to apex.
    The url I could hide. I also think about encryption/ time-stamp mechanism.
    I think there should be a standard-mechanism.
    But now I am in doubt: Is this possible at all?

    hi Scott.
    i actually developed a javabean to communicate with a mikrotik router and it works very nice on Oracle forms 10g !
    but i need to develop an mobile interface for users , so i am using apex to accomplish this task, but i will need to call the javabean from apex.
    thanks

  • Difference between Oracle forms & Apex

    Hi
    what are all the differences between Oracle APEX and oracle forms.
    explain main features of both
    thanks
    ~noc

    ~noc,
    Oracle FORMS is a traditional IDE tool in that you use to develop a User Interface (UI). APEX is a web service (hosted on an web server) that allows you to create a UI and more, but does not require any software to installed. Everything is handled by the Web Browser. This is a very simplistic explanation, but it will gives you the basic differences between the two.
    Craig...

  • Oracle forms in APEX  problem

    Hi all,
    I have called oracle forms into my oracle apex application through iframe but having few problems.
    Sometimes oracle forms in  iframe region got stuck and then not work any more and if I logout from apex and login again it still in that stuck position.
    I don't no what to do now.
    I am thinking that it is reading from cache and i tried to close browser and clear cache and then login it still in that position.
    I want that whenever oracle forms are called it, does not read cache and run from scratch.
    Any solution guys.....
    Thanks

    You should check this link:
    https://apex.oracle.com/pls/apex/f?p=31517:95
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    https://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494

  • Migrating Oracle forms to APEX 3.2 without using Forms2XML tool

    Can we migrate Oracle forms to APEX 3.2 without using Forms2XML tool?

    Hi Anoo,
    In order to convert Oracle Forms to Oracle Application Express, using the Forms Conversion utility in Oracle APEX 3.2, you are required to convert your Forms Module (FMB) files to XML format, using the Oracle Forms to XML conversion tool, Forms2XML. I would recommend that you review Chapter 4 [Converting an Oracle Forms Application|http://download.oracle.com/docs/cd/E14373_01/migrate.32/e13368/appmgr_forms.htm] , in the Oracle Application Express Migration Guide Release 3.2
    If you have any further questions relating to the Oracle Forms to Oracle Application Express conversions, I would recommend that you refer to the [Application Express|http://forums.oracle.com/forums/forum.jspa?forumID=137] forum.
    I hope this helps.
    Regards,
    Hilary

  • Oracle Forms to Apex

    We are considering migrating our Forms based applications to Oracle Apex. Does Apex offer all the capabilities that Oracle Forms offers ? What are the gotchas ?

    I can add some detailed questions to this topic.
    Apex does not have the forms execution model: enter_query, execute_query. If you have forms where you
    have the user enter query values and then programmatically execute_query and check form_success you need to
    find another way to do this. This is something I haven't totally worked out how to get the same functionality as
    in forms where one might use the same form for insert/update and even delete. How can the forms execution
    model be implemented in apex?
    I don't know if apex has the ability forms had to refer to items indirectly or generically. For example in forms one could reference the current item as :system.trigger_field . Contents of items could be generically copied:
    copy (name_in(v_source_item), v_dest_item);
    Forms had scope for triggers. So one could put a trigger on a block and it could fire for every item. Adding to
    this each trigger could be marked: before, after, or override. It is a very flexible system. Thus one could have a block level trigger fire for every item but also have a per item trigger that could fire before, after or instead of the block level trigger. I don't know if apex 4.0 dynamic actions are so flexible. For example, can a dynamic action be defined that would act on any item in a form without hard coding all the item names in it?
    I do not know how many detail tables can be handled in apex. Whereas in forms one could have a lot. I have a form with 50 relationships off the master table :-) Probably can't do that in apex.
    Similarly apex is limited in the number of fields that can comprise the primary key. I don't think it handles more
    than 2 fields.

  • Add checkbox on the nodes of Hierarchical tree in oracle forms 9i

    Hi,
    I am working on oracle forms 9i.I have to add checkbox at the place of node(+/-) in Hierarchical tree so,
    that user can select or deselect the Tree.That can do in oracle forms but how i don't know.
    can anybody help me.....
    Regards,
    Hemant

    You can't change this aspect of the Tree Control in Oracle Forms using built-in functionality. You might be able to extend the Tree Control using Java, but you have to do this yourself. : (
    Craig...

  • Oracle Form functions and procedures in APEX, how?

    I am working to recreate in APEX, already existing Read Only Forms in Oracle Forms. APEX Interactive Report functionality among other things, makes it worth while as well as targetting a different audience than the one that utilizies the Oracle Form versions. Oracle Forms versions use lots of pre and post query triggers, PLSQL Functions.
    In Oracle Forms one of the places those functions can be located is in the "Program Units" section of the Form. A typical function of this sort, based on a specific Mission ID Itinerary, collects scheduled passengers last names, formats them with a comma and space after each one, into a single string that is returned and displayed as the passenger list of one row.
    I have all this code written so I can move most of the main query of the Oracle Form into an Interactive Report. These functions and triggers called from within the Form, from the "Program Units" section of the Oracle Form rather than being stored in the Database schema in a package, where would they go inside APEX? Can I create a "Shortcut" in APEX and call it from the Interactive Report "Region Source"? Can I create the PLSQL function at the page level or region level of the Interactive Report? Or, is my best bet creating a package stored in the database, of all these functions and/or proecedures I may need from the original Oracle Form?
    Some advice would be greatly appriciated.

    RLBickham wrote:
    I don't think I have been clear enough in describing the specific thing I want to do, it simply does not reach the level of forms to APEX conversion. It is basically a PLSQL Function problem.
    I have an Interactive Report that is currently getting 90 percent of what I want however, each row, representing a Mission may have multiple legs. Each Leg has two locations or ICAO codes attached to it. Based on the Mission number, I want to loop through the leg table, collect all the ICAO codes for that Mission, put them all into 1 variable separated by a coma and add that variable to the column display of that Interactive Report as the last column.
    In Oracle Forms I have a function saved to the database that is called within the main query. Maybe I am asking a question that does not need to be asked but in any case my question is can I put that function currently in the database somewhere in the confines of the Interactive Report and reference it via Http somehow or should I just stick with putting functions and procedures in packages stored in the database and called the conventional way?You could move the function to the database and call it from the report query, but it sounds as if it's superfluous. In the report query use whatever form of Re: 4. How do I convert rows to columns? is appropriate to your (unspecified) database version.
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.

  • Oracle Apex to Oracle Apps Forms migration

    Is it possible to migrate a form exsisting in Oracle Apex to Oracle apps forms?If so pl tell me how this could be achieved.

    Hey men!!
    In my opinio in not posible because in oracle Apex you have another kind of programming, and in Oracle forms you others type of tools for example: triggers, I said isn'tr posible because there isn't a tool or an application that can help you in convert from Apex to Form, it's very extrange circumstance.
    This is posible but... you have to program, typing and all of anything for converting to Oracle Form if you don't want to do anything you have to pay someone for developing that ,
    in others words you have/must (to) start from the beginning,
    from zero.
    Unfortunately today there is not application that can let you do that.
    I hope this helps,
    Best Regards my buddy.

  • Open Oracle Forms app from APEX

    How can I open an Oracle Forms application from within APEX?
    Right now, the Forms app is accessed simply through a Bookmarked hyperlink, so it seems to me I should be able to open a browser window and send it the same url from within APEX. Can someone provide all the details please? Thank You.

    I don't know about Oracle Forms specifically... but you should be able to put a link to any arbitrary URL within your Apex application, and have the browser access that URL.
    For instance, you can create a button and set that URL as the button's location, or create a Display-Only item with a default value set to a block of HTML including an &lt;a href&gt; tag.

  • Oracle forms vs apex

    hi all ,
    i want to know the difference between the both , because i've read before that the two of them are for developing enterprise applications, so what is the difference ? is apex for developing applications just for small enterprises ? or what ?
    thanks in advance

    This question was asked at least hundreds of times, it might be a good idea to use the forum search (or google for that matter) to see what comes up. The whole topic is somewhat huge and can't be broken down in a few sentences. So you have to read and make up your mind yourself.
    For example look what google brought up when feeding it with the search terms oracle forms apex (I agree these are very strange search terms to use when searching for information on oracle forms and apex, as search phrases like wrzlbrmpf are more likely to return anything):
    http://www.oracle.com/technetwork/developer-tools/apex/application-express/apex-for-forms-098747.html
    cheers

  • Oracle Forms vs APEX for Web Development

    Could you please suggest me which Oracle Technology will be better suitable give flexibility for developing a web application of Information processing.
    1). Oracle Forms (Web)
    or
    2) Oracle Application express
    and also please explain the how it is good comparative other.

    I think you should also include the licensing issues in application development/deployment plans. As you might know, Forms requires iDS (for development) and iAS EE (for deployment) licenses. For JDeveloper and ADF, the development platform is free and the iAS Java version is much cheaper compared to the iAS EE license. When it comes to APEX licensing, it is free as long as the database server is properly licensed. For a small size company, APEX and the JDeveloper + ADF and iAS Java version makes perfect sense. Because Forms Services is only a part of the EE version of the iAS server, it might be an expensive option for a small scale application. On the other hand iAS EE is very capable and scaleable framework and you can deploy both J2EE, Forms, Reports, Discoverer, Portal applications from a single platform.
    Hope this proves useful.
    Zafer

  • How to call a Oracle Form from within the oracle APEX application

    Hi,
    I am new for Oracle APEX. I have a requirment where need to call a Oracle form (.fmx file) from within the Oracle APEX application.
    Can someone help me out ?
    it would be a great help.
    Thanks

    This might help you...
    http://roelhartman.blogspot.com/2008/11/integrate-oracle-forms-with-apex.html

  • How to call a Oracle Form from within the APEX

    Hi,
    I have a requirment where need to call a oracle form from within the Oracle APEX application?
    I will appriciate if can someone help me out.
    Thanks

    Hi,
    are you working with Forms 6i or 10g?
    If you want to call a forms 10g page. Just use a button with javascript:
    - Target type: URL
    - URL Target: javascript:window.open ('http://<server>:<port>/forms/frmservlet?config=<conf>','Forms window');
    With Forms 6i you can open the directory where your forms file is inside (works just with IE):
    <script type="text/javascript">
    function fnc_window()  {w = open('C:\\FormsFiles', "winLov","scrollbars=yes,resizable=no,width=600,height=400");
    if (w.opener == null)
    w.opener = self;
    </script>Or execute the forms file with vbscript (IE only):
    <script language = "vbscript">
    sub fnc_forms()
    dim progName
    progName = "c:\FormsFiles\myForm.exe"
    set oShell = createobject("wscript.shell") 'create a shell
    '***use the line below to call your app, defined above with the "progName" variable:
    oShell.run(progName)
    end sub
    </script>

  • Migrate Oracle Forms 4.5 to APEX

    Hi Gurus,
    We are in the process of migrating Oracle Forms 4.5 to Oracle APEX 3.2.1. In order to use the Forms to XML conversion tool, they say the Form version should be at least 6i.
    I would be more grateful if somebody can get me Forms 4.5 to 6 or 9 migration guide and if possible some examples, so that I can proceed with this migration.
    Any help on this would be very much appreciated.
    Thanks and Regards,

    Oracle supports there tools because there are often needs to move technologies. What made Forms the right choice 10 years ago may not mean it is the right choice now. Hence, it might make sense to switch. Any tool which can take you some of the way can be a help. However, we also have to be realistic on what these tools can do.
    If you are aware that a tool takes you to a solution which is less than optimal than if you had designed it from scratch but its good enough for you then fine. If thats what you want and the tool does it for you then go for it.
    My experience, and I'm fortunate to have worked with hundreds of Forms customers/projects is that the hype/excitement sometimes has to be balanced with some practical real world experience.
    Even moving PL/SQL from Forms into the database is a difficult task and thats the same language.

Maybe you are looking for

  • To make fast my nokia 5800 cell

    whenever my phone memory full at that time my cell not work soothly so plz give me tips to empty my phone memory And in nokia store download option is not working but it is there like died so help me to make it activate

  • A few questions to the abap development team...

    Dear Developers, I am submitting these questions to the ABAP development team at SAP regarding the language capabilities. Coming from the Java/C world I am wondering if you plan the following possible "evolutions" of the ABAP language :    - a real b

  • Generating partner profile in idoc

    hello experts, When i am generating partner profile, following error is generated. Port could not be created RFC destination 0000000810 not specified for system 00000000810. enter the rfc destination and restart the generation. what is solution for t

  • My mail will not download on my ipad ?

    I have a new iPad.  I have set up the email account but the email will not download. What am I doing wrong?

  • Two Macs one internet connection only one will connect

    I'm trying to connect a Powerbook (via Aiport ) and a Mac Pro (via Ethernet - I also have a Airport option) to the internet at the same time. The Mac Pro will connect (using either option) but the Powerbook is recieving a full signal but 'cannot conn