Conversion of forms at the request of the Apex

Hello

I have a problem with Oracle Application Express: when I try to convert an Oracle Apex Application Forms Application, I can't keep the same design!

Would you please help me to solve my problem?

If you google a little on this topic, you will find several articles and papers on the subject of forms of conversion of the Apex. The basic conclusion is: you don't have to bother using the converter. Simply create a new application from scratch. The differences between the shapes and the Apex are too big.

Here is an overview:

http://sagecomputing.com.au/papers_presentations/Forms_to_Apex_Conversion.PDF

Tags: Database

Similar Questions

  • A form of the APEX, the elements of the numbers go right margin.  If you change these elements to "view only", the margin moves to the left.  How can I set numbers to display with a right margin?

    A form of the APEX, the elements of the numbers go right margin.  If you change these elements to "view only", the margin moves to the left.  How can I set numbers to display with a right margin?

    You must use the attribute of the element of the element. Change the Horizontal/Vertical alignment to right.

    https://www.dropbox.com/s/gxn51e0steg482a/element.PNG

  • Send a form to the Apex

    I currently have a simple database that allows users to enter information, and making it available.

    I put the printer friendly link to the home page of the form to allow them to print that ay.

    My current problem is that, once a user enters data via the form to the Apex, they need for this info even on an account used for monitor and disseminate this information by e-mail.

    Is there a simple way I can either A: put form data in an e-mail with a single click of mouse for users, or B: take tat the same data and export it to a pre-formatted RTF or Word doc with the appropriate form fields.

    I appreciate any help since I am not a DBA or developer, I learned that I'm going with Apex, but I can't find a way to do this (google 50 different variants of the question).

    If it works for you, you can mark the thread as closed and award points when it is required...

    In addition, if you need more help, or would like to have this type of development (ie the development work in the APEX) done in the future, let me know offline and we can talk more (I'm a contractor for hire right now)...

    Because it is a simple example... We could still edit it and add html formatting to it so that it looks cleaner (even in Outlook!) ...

    Thank you

    Tony Miller
    Webster, TX

  • Conversion of HTML to the APEX form

    I use 5 APEX and need to replicate some features on an existing HTML (see below) form. I need to have a button on my page that will send (redirect URL with action) and pass these 3 hidden items. The item values for 'ac', and 'table' will be static, but the value 'list' should be dynamic and together (PLSQL) process. Can someone give me the best way to achieve this on the APEX page.

    "< are method ="POST"action="/admin/home.html ">

    < input type = "hidden" name = "ac" value = "buildsel" >

    < input type = "hidden" name = "table" value = "Students" >

    < input type = "hidden" name = "list" value = "1,2,3" >

    < / make >

    So, your problem is not passing the values to the homepage, but get values in the order of the day?

    There are several options, depending on your Apex page needs. For example, your article 'list' can have a "PL/SQL function body ': source

    declare

    v_return varchar2 (100);

    Start

    because loop me in 1.3

    v_return: = v_return | ',' || TO_CHAR (i);

    end loop;

    Ltrim (v_return, ',') return;

    end;

  • creating more then a tabular form in the apex of the magician

    Hi all
    I am unable to create more then one table in a page form... don't we have another way to do... ?
    a solution may be greatly apprecieted.
    Concerning
    Vishal Roy

    Hi Vishal,

    You can have only one tabular form on a page. However, there are several threads associated with this topic, which you may find useful to consider. Some users have posted to their workarounds, so it would be interesting to search the forum for such offers. To start:

    How to have several forms of table on one page
    Multiple tabular forms with updates on the same page
    Re: why not 2 tabular forms on the same page?
    Multiple tabular forms
    2 tables form MRU/MRDing in the same table

    Kind regards
    Hilary

  • Set the focus on the list of selection in the form of the APEX

    Dear friends,
    I want to set focus on the first field of the new line of tabular presentation.
    I used something like that.

    JavaScript:AddRow();
    $('input:enabled:visible:last').focus ();

    It works fine if the first field is the text field. but when I put the selection list in the first field in tabular form, it does not work.

    Can you help me in this problem.

    Thanks in advance.

    This is because a selection list is not an input field. The html code is different, where the selector of is not picking it up.
    If you were to use

    $('select:enabled:visible:last').focus();
    

    He would choose the latest list of selection (on the page).

  • Checkbox on the form of the apex

    Hi Experts,

    I have a table that stores the values of open for each column (1 or 0). I have created a page of apex and placed check boxes and each box using sql queries to select the value of the indicator table and based on the return (1 or 0) box must be checked or unchecked. I is, each check box is replaced with two checkboxes. Why is this happening? How can I solve this problem?

    Really grateful if someone can help me on this point,

    T.Kurubaran.

    Hello

    You create a form based on the table and include all flag columns in the form. Each flag column will have an associated page element, for example P1_FLAG_A with the source of the element of the corresponding column, for example FLAG_A in the database. You can then edit the P1_FLAG_A item to display a check box. The number of boxes that appear for a P1_FLAG_A article is controlled by the number of values in the list of values associated with the element P1_FLAG_A. Therefore, you must create a static named LOV returning a single value 1 (the display of a value space or you want displayed next to the checkbox). The agenda of the P1_FLAG_A page should then use this operation named LOV, with no additional value and no null values to ensure that a single checkbox is displayed.

    The agenda of the P1_FLAG_A checkbox will check if the FLAG_A column 1. To ensure that the FLAG_A column is set to 0 when the form is saved with a disabled checkbox, you can create a submit after calculation of the P1_FLAG_A element that defines the P1_FLAG_A element to 0 conditional when the page P1_FLAG_A element is NULL.

    Rod West

  • Passing variable from one form of the APEX to PL/SQL open the link in a new borwserwin

    Hi all

    I received a form of apex based on a query like:

    'INTERFACE_NAME ',.
    'INTERFACE_NAME' INTERFACE_NAME_DISPLAY,
    "PRIORITY."
    "HAS_STARTED,"
    "EMAIL_TO"
    'STATE ', HE SAID.
    of ' #OWNER # '. " INTERFACES.
    where = 'INTERFACE_NAME': P2_INTERFACE

    only the State of the field is updateble.
    It is only allowed to update data in the DB table with a PL/SQL procedure:

    Start
    set_interface_vals@DB (p_interface_name = >: INTERFACE_NAME, p_state = >: STATE);
    end;

    I put the prodzedure in a process of Page who act with a "submit" button.
    Now to my problem: How can I get my field INTERFACE_NAME and STATE values. the way I did here does not work.


    Thanks for your help.

    with regard to the sia

    Published by: sia on March 14, 2011 17:46

    Pls update your handful of forum to something more addressable.

    On your question about the opening of the link as a new, blank page, assume that the URL is 'http://www.google.com '.
    change the URL of the button to

    JavaScript:Window.Open ('http://www.google.com');

    or

    JavaScript:popUp2('__http://www.google.com');

  • Formatting of money in the form of the APEX...

    Greetings:

    Trying to format a text field in a form like money. I put the format mask in the Source section of 999G999G999G999G990D00, but I can't seem to get the amount to line up right inside the text box. He seems to want to Center-justify the amount in the text field, rather than align them to the right.

    Any help would be appreciated.

    Thank you
    Stan

    style = "" text-align: right ""

    Try the above.

    Ravi

  • Send a file to a form of the Apex?

    Hello

    Fear, I am a noobie total APEX and I'm trying to strike up a very quick evidence and dirty concept, so far I managed to get my APEX application to call a SOAP web service to the very simple address and display the XML response on the page of a text box element.

    What I want to do now is make the shape to continue to call the Web service, but instead view the answer on the screen, I would that he give it to me a file with the XML response in it... How do I get there?

    Any help would be greatly appreciated.

    Thank you
    Graham

    Tony Miller just linked to this site in another thread:
    http://spendolini.blogspot.com/2006/04/custom-export-to-CSV.html

    I guess you can do the same trick. Instead of obtaining data from the cursor, you get your data against the XML response.

  • APEX form on-the-fly validation

    I have a requirement where I need to validate the forms on the fly that users type. A bit like password strength check features on Yahoo or Hotmail, which checks the strength of your password as you type it.

    Is it possible that I can and equipping such a form in the APEX where I set the rule (i.e. strings must be no more than 8 characters or no figure in this field, etc.)?

    I know how to do the normal method where you type and press submit and APEX will tell you in its notification (header) which fields are entered incorrectly.

    It sounds like you might use Dynamic Actions. It is a declarative method of doing client-side actions (such as check values, show/hide fields, any action of javascript...).

    brgds,
    Peter

    -----
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at and http://www.wirsindapex.at

  • call report forms (with or without parameters) oracle apex

    Hello

    I want to know if I can call report forms (with or without parameters) oracle apex?

    Thanks in advance

    Try to look at this blog: Roels Blog: integration of forms and the APEX: APEX calling forms

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Submitting a form Via the REST API using the PHP library request

    Can someone send please how to use the library to query PHP found at fredsakr/eloqua-php-request · GitHub to publish form to Eloqua data?

    So far, I have following:

    // include the Eloqua REST client 
    require_once('eloquaRequest.php');  
    
    
    // define the Contact class  
    class ContactForm  
    {
      public $FirstName;  
      public $LastName;  
      public $PhoneNumber;
      public $Institution;  
      public $ContactComment;  
      public $EmailAddress; 
    } 
    
    $client = new EloquaRequest('SITE', 'USERNAME', 'PASSWORD', 'https://secure.eloqua.com/API/REST/1.0');
    
    // instantiate a new instance of the ContactForm class 
    $contact = new ContactForm();  
    $contact->FirstName = 'Sample';  
    $contact->LastName = 'Import'.date("Y-m-d-H-i-s");  
    $contact->PhoneNumber = '111-111-1111';
    $contact->Institution = 'Company Name';
    $contact->ContactComment = 'This is a test of the API';
    $contact->EmailAddress = '[email protected]'; 
    
    // invoke a POST request to create the contact 
    $response = $client->post('/data/form/45', $contact);
    
    


    However, it returns the following:


    array(1) { [0]=> object(stdClass)#318 (4) { ["type"]=> string(21) "ObjectValidationError" ["property"]=> string(11) "fieldValues" ["requirement"]=> object(stdClass)#316 (1) { ["type"]=> string(23) "NoDuplicatesRequirement" } ["value"]=> string(6) "" } }


    Can someone give me a guide step by step on how to do it properly please?

    Hello world

    We have added a 'sample' in the repository of PHP library folder request on Github. The first example shows how to submit form using the API data:

    Please note that you can describe the form fields and other metadata using the following endpoint:

    Hope this helps and please let me know if you need more information.

    Thank you

    Fred

  • What is the point of type conversion of forms, rather than just flattening at required resolution?

    OK, this may seem a stupid question. Lets say that I see a three-pronged in Photoshop. The printer asks that the drawings are conducted on a 300 dpi resolution.

    What is the point in the conversion of any type of forms before the registration or embed fonts when I can flatten just my design at 300 dpi as a whole? Don't go printing do anyway... flatten just my design? Or they print type at a resolution higher than the portions of the frame of the drawing or model? He mistook me for too long. I hope someone can clarify this. Thank you

    300 ppi measurement is used for the midtones (aka filtered) images. Text is often not tracked so this resolution does not apply. You want a higher resolution (obtained by keeping the text in vector format) to keep a clear text.

    When sending art to a printer or to the bottom of the page-assembly line, it is ideal to save in PDF format that it will retain the direct type of Photoshop as a material of vector fonts.

  • Oracle form functions and procedures in the APEX, how?

    I'm working to recreate in the APEX, already existing read only forms in Oracle Forms. Report features interactive APEX among other things, in fact worth as well as to target a different audience than utilizies versions of Oracle Form. Versions of Oracle Forms use a lot of pre and post query triggers, PLSQL functions.

    In Oracle Forms that places, these functions can be found in the "Units of program" section of the form. A feature typical of this kind, based on a particular Mission ID route, collecting names of regular passengers, is shaped with a comma and a space after each of them, in a single string that is returned and displayed the list of passengers of a line.

    I have all of this written code so I can move most of the main request of the Oracle form in an interactive report. These functions and triggers called in the form of the "Units of program" section of the Oracle form rather than stored in the database schema in a package, where they would go inside the APEX? Can I create a 'shortcut' in the APEX and call it from the interactive report "Source Région"? I can create the PLSQL function at the level of the region of the interactive report or page level? Or, my best bet creates a package that is stored in the database, all these functions and/or proecedures I might need the original form of Oracle?

    Some advice would be greatly appreciated.

    RLBickham wrote:
    I don't think I've been pretty clear in the description of the specific thing I want to do, simply, it does not reach the level of forms of conversion of the APEX. It is basically a problem of PLSQL function.

    I have an interactive report which is currently 90 percent of what I want however, each line, which represents a Mission may have several feet. Each arm has two places or ICAO codes attached to it. Based on the number of Mission, I want to loop through the array of leg, collect all the codes of ICAO for this Mission, put them together in 1 variable separated by a coma and add this variable to display the columns in this interactive report as the last column.

    In Oracle Forms, I have a function registered in the database, which is called in the main query. Maybe I ask a question that does not need to be asked, but anyway my question is can I put this function currently in the database somewhere within the interactive report and somehow reference it via Http, or should I just stick with set of functions and procedures in the packages stored in the database and called the conventional way?

    You could switch the function to the database and call it from the report query, but it sounds as if it were superfluous. In the report query using any form of Re: 4. How can I convert rows to columns? is appropriate for your version of the (unspecified) database.

    -----

    When you have a problem, you will get an answer faster, more efficient including information as much information as possible from the outset. This should include:

  • Full version of APEX
  • Complete operating system DB, version, edition, host
  • Architecture of Web server (EPG, SST or APEX listener/host operating system)
  • Browser (s) and version (s) used
  • Theme
  • Model (s)

  • Region/section type (s) (particularly as to distinguish if a 'report' is a standard report, an interactive report, or indeed a 'update report' (i.e. a tabular presentation))

    With APEX, we also had the chance to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproduce things is the best way to solve most of the questions, particularly those relating to the layout and Visual formatting. If you expect a detailed response it is appropriate that you take on an important part of the effort by getting as much as possible with an example of the problem on apex.oracle.com before asking for help on specific issues, then we can see firsthand.

Maybe you are looking for

  • Something is wrong! Start in safe mode, but it turns out that for Normal mode.

    Mac Mini (late 2014) Processor 3 GHz Intel Core i7 16GB 1600 MHz DDR3 memory Start drive Macintosh HD Iris 1536 MB Intel graphics card Monitor: DELL U2713HM, use the Apple adapter to connect to the Mac Mini I upgraded from Capitan in Sierra and got t

  • HP Pavilion 15 p001tx: I reset windows 10 and I lost all the software

    After some time due to a problem in the application of the parameters of Windows 10, desperately I had to reset that 10 Windows keeping files. After the reset, I found that programs that pre-loaded with factory reset disappeared, like Energy Star, ma

  • Database and SQL (data logger)

    Hi all I made the database (see photo) to save my data. Now I want to connect to this database in SQL, but found no example of it on the forum; I read some tutorials but I am little confused with UDL...  Second question is where these data are stored

  • Print the Test Page

    Hello I'll put up my CP1252n Color LaserJet.  Running Windows 7 Ultimate 64 bit. Am using the A4 papers and changed all the settings of the printer to use this paper size.  Under the Windows printer properties, there is a Test Page print.  However, t

  • How long wait to renew after change payment details?

    I have this urgent need now. Anyone know how long I'm going to wait for it?